Searched refs:nvlist_next (Results 1 – 2 of 2) sorted by relevance
108 const char *nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep);
730 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