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

/illumos-gate/usr/src/common/nvpair/
H A Dnvpair_alloc_fixed.c70 nvbuf_t *nvb = (nvbuf_t *)P2ROUNDUP(base, sizeof (uintptr_t)); local
72 if (base == 0 || (uintptr_t)&nvb[1] > lim)
75 nvb->nvb_buf = (uintptr_t)&nvb[0];
76 nvb->nvb_cur = (uintptr_t)&nvb[1];
77 nvb->nvb_lim = lim;
78 nva->nva_arg = nvb;
86 nvbuf_t *nvb = nva->nva_arg; local
87 uintptr_t new = nvb
107 nvbuf_t *nvb = nva->nva_arg; local
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1726 hc_auth_changed(nvlist_t *nva, nvlist_t *nvb, const char *propname) argument
1731 nvlist_lookup_string(nvb, propname, &strb) != 0)

Completed in 98 milliseconds