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

/freebsd-13-stable/sys/contrib/openzfs/module/nvpair/
H A Dnvpair_alloc_fixed.c61 nvbuf_t *nvb = (nvbuf_t *)P2ROUNDUP(base, sizeof (uintptr_t)); local
63 if (base == 0 || (uintptr_t)&nvb[1] > lim)
66 nvb->nvb_buf = (uintptr_t)&nvb[0];
67 nvb->nvb_cur = (uintptr_t)&nvb[1];
68 nvb->nvb_lim = lim;
69 nva->nva_arg = nvb;
77 nvbuf_t *nvb = nva->nva_arg; local
78 uintptr_t new = nvb
98 nvbuf_t *nvb = nva->nva_arg; local
[all...]

Completed in 99 milliseconds