Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libnv/
H A Dnv_impl.h101 size_t nvlist_ndescriptors(const nvlist_t *nvl);
H A Dnvlist.c753 nitems = nvlist_ndescriptors(nvl); in nvlist_descriptors()
767 nvlist_ndescriptors(const nvlist_t *nvl) in nvlist_ndescriptors() function
836 nvlhdr.nvlh_descriptors = nvlist_ndescriptors(nvl); in nvlist_pack_header()
1013 if (nvlist_ndescriptors(nvl) > 0) { in nvlist_pack()
/freebsd/sys/sys/
H A Dnv_namespace.h168 #define nvlist_ndescriptors FreeBSD_nvlist_ndescriptors macro