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

/freebsd-9.3-release/sbin/hastd/
H A Dnv.c118 static struct nvhdr *nv_find(struct nv *nv, int type, const char *namefmt,
502 nvh = nv_find(nv, NV_TYPE_##TYPE, namefmt, nameap); \
533 nvh = nv_find(nv, NV_TYPE_##TYPE##_ARRAY, namefmt, nameap); \
563 nvh = nv_find(nv, NV_TYPE_STRING, namefmt, nameap);
587 nvh = nv_find(nv, NV_TYPE_NONE, namefmt, nameap);
829 nv_find(struct nv *nv, int type, const char *namefmt, va_list nameap) function

Completed in 25 milliseconds