Searched refs:nvlist_free_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/lib/libnv/
H A DMakefile59 nv.3 nvlist_free_type.3 \
/freebsd-10-stable/sys/sys/
H A Dnv.h186 void nvlist_free_type(nvlist_t *nvl, const char *name, int type);
/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
H A Dnvpair.h113 #define nvlist_free_type illumos_nvlist_free_type macro
/freebsd-10-stable/sys/kern/
H A Dsubr_nvlist.c296 nvlist_free_type(nvlist_t *nvl, const char *name, int type) function
1441 nvlist_free_type(nvl, name, NV_TYPE_NONE);
1449 nvlist_free_type(nvl, name, NV_TYPE_##TYPE); \

Completed in 58 milliseconds