Home
last modified time | relevance | path

Searched refs:nvlist_next (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dnv.h108 const char *nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep);
/f-stack/freebsd/contrib/libnv/
H A Dnvlist.c730 while (nvlist_next(nvl, &type, &cookie) != NULL) { in nvlist_xdescriptors()
811 while (nvlist_next(nvl, &type, &cookie) != NULL) { in nvlist_ndescriptors()
1408 nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep) in nvlist_next() function