Searched refs:nv_find (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sbin/hastd/
H A Dnv.c120 static struct nvhdr *nv_find(struct nv *nv, int type, const char *namefmt,
504 nvh = nv_find(nv, NV_TYPE_##TYPE, namefmt, nameap); \
535 nvh = nv_find(nv, NV_TYPE_##TYPE##_ARRAY, namefmt, nameap); \
565 nvh = nv_find(nv, NV_TYPE_STRING, namefmt, nameap);
589 nvh = nv_find(nv, NV_TYPE_NONE, namefmt, nameap);
831 nv_find(struct nv *nv, int type, const char *namefmt, va_list nameap) function

Completed in 67 milliseconds