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

/freebsd-11-stable/sbin/hastd/
H A Dnv.c96 struct nvhdr { struct
104 (sizeof(struct nvhdr) + roundup2((nvh)->nvh_namesize, 8))
120 static struct nvhdr *nv_find(struct nv *nv, int type, const char *namefmt,
122 static void nv_swap(struct nvhdr *nvh, bool tohost);
203 struct nvhdr *nvh;
227 * Minimum size at this point is size of nvhdr structure, one
234 nvh = (struct nvhdr *)ptr;
347 struct nvhdr *nvh;
357 * Minimum size at this point is size of nvhdr structure,
361 nvh = (struct nvhdr *)pt
[all...]

Completed in 72 milliseconds