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

/osnet-11/usr/src/lib/libnvpair/
H A Dlibnvpair.h49 extern void dump_nvlist(nvlist_t *, int);
53 * over output rendering (as opposed to nvlist_print and dump_nvlist).
H A Dlibnvpair.c792 dump_nvlist(nvlist_t *list, int indent) function
897 dump_nvlist(nvlist_value, indent + 4);
906 dump_nvlist(nvlist_array_value[i], indent + 4);

Completed in 113 milliseconds