Searched refs:nvb (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dnvpair_alloc_fixed.c68 nvbuf_t *nvb = (nvbuf_t *)P2ROUNDUP(base, sizeof (uintptr_t)); local
70 if (base == 0 || (uintptr_t)&nvb[1] > lim)
73 nvb->nvb_buf = (uintptr_t)&nvb[0];
74 nvb->nvb_cur = (uintptr_t)&nvb[1];
75 nvb->nvb_lim = lim;
76 nva->nva_arg = nvb;
84 nvbuf_t *nvb = nva->nva_arg; local
85 uintptr_t new = nvb
105 nvbuf_t *nvb = nva->nva_arg; local
[all...]

Completed in 44 milliseconds