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

/freebsd-9.3-release/sbin/hastd/
H A Dnv.c97 uint32_t nvh_dsize; member in struct:nvhdr
105 (nvh)->nvh_dsize : \
106 le32toh((nvh)->nvh_dsize))
507 PJDLOG_ASSERT(sizeof(value) == nvh->nvh_dsize); \
538 PJDLOG_ASSERT((nvh->nvh_dsize % sizeof(type##_t)) == 0); \
540 *sizep = nvh->nvh_dsize / sizeof(type##_t); \
568 PJDLOG_ASSERT(nvh->nvh_dsize >= 1);
570 PJDLOG_ASSERT(str[nvh->nvh_dsize - 1] == '\0');
571 PJDLOG_ASSERT(strlen(str) == nvh->nvh_dsize - 1);
783 nvh->nvh_dsize
[all...]

Completed in 48 milliseconds