Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/hastd/
HDnv.c96 uint32_t nvh_dsize; member
104 (nvh)->nvh_dsize : \
105 le32toh((nvh)->nvh_dsize))
506 PJDLOG_ASSERT(sizeof(value) == nvh->nvh_dsize); \
537 PJDLOG_ASSERT((nvh->nvh_dsize % sizeof(type##_t)) == 0); \ in NV_DEFINE_GET()
539 *sizep = nvh->nvh_dsize / sizeof(type##_t); \ in NV_DEFINE_GET()
567 PJDLOG_ASSERT(nvh->nvh_dsize >= 1);
569 PJDLOG_ASSERT(str[nvh->nvh_dsize - 1] == '\0');
570 PJDLOG_ASSERT(strlen(str) == nvh->nvh_dsize - 1);
782 nvh->nvh_dsize = (uint32_t)vsize; in nv_add()
[all …]