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

/freebsd-11-stable/sbin/hastd/
H A Dnv.c102 #define NVH_DATA(nvh) ((unsigned char *)nvh + NVH_HSIZE(nvh))
103 #define NVH_HSIZE(nvh) \ macro
109 #define NVH_SIZE(nvh) (NVH_HSIZE(nvh) + roundup2(NVH_DSIZE(nvh), 8))
235 if (size < NVH_HSIZE(nvh)) {
789 if (ebuf_add_tail(nv->nv_ebuf, nvh, NVH_HSIZE(nvh)) == -1) {

Completed in 68 milliseconds