nvlist_next
const char *nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep);
while (nvlist_next(nvl, &type, &cookie) != NULL) {