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

/freebsd-11.0-release/sbin/hastd/
H A Dnv.c94 struct nvhdr { struct
102 (sizeof(struct nvhdr) + roundup2((nvh)->nvh_namesize, 8))
118 static struct nvhdr *nv_find(struct nv *nv, int type, const char *namefmt,
120 static void nv_swap(struct nvhdr *nvh, bool tohost);
201 struct nvhdr *nvh;
225 * Minimum size at this point is size of nvhdr structure, one
232 nvh = (struct nvhdr *)ptr;
345 struct nvhdr *nvh;
355 * Minimum size at this point is size of nvhdr structure,
359 nvh = (struct nvhdr *)pt
[all...]

Completed in 91 milliseconds