Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libipp/
H A Dlibipp.c713 nvlist_t *dnvlp = NULL; in dispatch() local
834 if ((rc = nvlist_unpack(dbuf, dbuflen, &dnvlp, 0)) != 0) { in dispatch()
847 if ((rc = nvlist_lookup_int32(dnvlp, IPPCTL_RC, in dispatch()
850 nvlist_free(dnvlp); in dispatch()
856 if (fn(dnvlp, arg) != 0) { in dispatch()
864 nvlist_free(dnvlp); in dispatch()
874 nvlist_free(dnvlp); in dispatch()
875 dnvlp = NULL; in dispatch()