Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libipp/
H A Dlibipp.c706 nvlist_t *dnvlp = NULL; in dispatch() local
827 if ((rc = nvlist_unpack(dbuf, dbuflen, &dnvlp, 0)) != 0) { in dispatch()
840 if ((rc = nvlist_lookup_int32(dnvlp, IPPCTL_RC, in dispatch()
843 nvlist_free(dnvlp); in dispatch()
849 if (fn(dnvlp, arg) != 0) { in dispatch()
857 nvlist_free(dnvlp); in dispatch()
867 nvlist_free(dnvlp); in dispatch()
868 dnvlp = NULL; in dispatch()