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

/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c945 nvlist_t *nvl, *cnvl; local
962 if (error || nvlist_unpack((char *)cbuf, csize, &cnvl, 0))
965 while (child = nvlist_next_nvpair(cnvl, child)) {
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c188 nvlist_t *nvl, *cnvl = NULL; local
203 if (nvl && nvlist_dup(nvl, &cnvl, 0) != 0) {
208 SE_ATTR_PTR(copy) = (uintptr_t)cnvl;

Completed in 49 milliseconds