Lines Matching refs:nvh_dsize
96 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()
881 nvh->nvh_dsize = le32toh(nvh->nvh_dsize); in nv_swap()
882 end = data + nvh->nvh_dsize; in nv_swap()
888 end = data + nvh->nvh_dsize; in nv_swap()
889 nvh->nvh_dsize = htole32(nvh->nvh_dsize); in nv_swap()