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

/freebsd-11-stable/sbin/hastd/
H A Dnv.c99 uint32_t nvh_dsize; member in struct:nvhdr
107 (nvh)->nvh_dsize : \
108 le32toh((nvh)->nvh_dsize))
509 PJDLOG_ASSERT(sizeof(value) == nvh->nvh_dsize); \
540 PJDLOG_ASSERT((nvh->nvh_dsize % sizeof(type##_t)) == 0); \
542 *sizep = nvh->nvh_dsize / sizeof(type##_t); \
570 PJDLOG_ASSERT(nvh->nvh_dsize >= 1);
572 PJDLOG_ASSERT(str[nvh->nvh_dsize - 1] == '\0');
573 PJDLOG_ASSERT(strlen(str) == nvh->nvh_dsize - 1);
785 nvh->nvh_dsize
[all...]

Completed in 47 milliseconds