HomeSort by: relevance | last modified time | path
    Searched defs:nvlist_next (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/libnv/dist/
nvlist.c 752 while (nvlist_next(nvl, &type, &cookie) != NULL) {
833 while (nvlist_next(nvl, &type, &cookie) != NULL) {
1434 nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep) function in typeref:typename:const char *
nvlist.c 752 while (nvlist_next(nvl, &type, &cookie) != NULL) {
833 while (nvlist_next(nvl, &type, &cookie) != NULL) {
1434 nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep) function in typeref:typename:const char *

Completed in 25 milliseconds