Home
last modified time | relevance | path

Searched refs:nvhdr (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/sbin/hastd/
HDnv.c93 struct nvhdr { struct
101 (sizeof(struct nvhdr) + roundup2((nvh)->nvh_namesize, 8)) argument
117 static struct nvhdr *nv_find(struct nv *nv, int type, const char *namefmt,
119 static void nv_swap(struct nvhdr *nvh, bool tohost);
200 struct nvhdr *nvh; in nv_validate()
231 nvh = (struct nvhdr *)ptr; in nv_validate()
344 struct nvhdr *nvh; in nv_hton()
358 nvh = (struct nvhdr *)ptr; in nv_hton()
496 struct nvhdr *nvh; \
528 struct nvhdr *nvh; \ in NV_DEFINE_GET()
[all …]