Home
last modified time | relevance | path

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

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