Lines Matching defs:nvlist_free
2054 nvlist_free(nvlist_t *nvl, const char *name)
2060 #define NVLIST_FREE(type, TYPE) \
2068 NVLIST_FREE(null, NULL)
2069 NVLIST_FREE(bool, BOOL)
2070 NVLIST_FREE(number, NUMBER)
2071 NVLIST_FREE(string, STRING)
2072 NVLIST_FREE(nvlist, NVLIST)
2073 NVLIST_FREE(binary, BINARY)
2074 NVLIST_FREE(bool_array, BOOL_ARRAY)
2075 NVLIST_FREE(number_array, NUMBER_ARRAY)
2076 NVLIST_FREE(string_array, STRING_ARRAY)
2077 NVLIST_FREE(nvlist_array, NVLIST_ARRAY)
2079 NVLIST_FREE(descriptor, DESCRIPTOR)
2080 NVLIST_FREE(descriptor_array, DESCRIPTOR_ARRAY)
2083 #undef NVLIST_FREE