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

  /src/sys/external/bsd/libnv/dist/
nv.h 112 const char *nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep);
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 *
  /src/sys/net/npf/
npf_ctl.c 67 while ((name = nvlist_next(params, &type, &cookie)) != NULL) {
  /src/lib/libnpf/
npf.c 529 if ((name = nvlist_next(params, &type, &cookie)) == NULL) {

Completed in 15 milliseconds