Searched refs:NV_TYPE_NONE (Results 1 – 2 of 2) sorted by relevance
389 PJDLOG_ASSERT(type == NV_TYPE_NONE || in nvlist_find()394 if (type != NV_TYPE_NONE && nvpair_type(nvp) != type) in nvlist_find()418 PJDLOG_ASSERT(type == NV_TYPE_NONE || in nvlist_exists_type()431 PJDLOG_ASSERT(type == NV_TYPE_NONE || in nvlist_free_type()1408 return (nvlist_find(nvl, NV_TYPE_NONE, name) != NULL); in nvlist_exists()1868 return (nvlist_find(nvl, NV_TYPE_NONE, name)); in nvlist_get_nvpair()2011 nvlist_free_type(nvl, name, NV_TYPE_NONE); in nvlist_free()
56 #define NV_TYPE_NONE 0 macro