Home
last modified time | relevance | path

Searched defs:nvh (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/hastd/
H A Dnv.c98 #define NVH_DATA(nvh) ((unsigned char *)nvh + NVH_HSIZE(nvh)) argument
99 #define NVH_HSIZE(nvh) \ argument
101 #define NVH_DSIZE(nvh) \ argument
105 #define NVH_SIZE(nvh) (NVH_HSIZE(nvh) + roundup2(NVH_DSIZE(nvh), 8)) argument
199 struct nvhdr *nvh; in nv_validate() local
340 struct nvhdr *nvh; in nv_hton() local
553 struct nvhdr *nvh; local
573 struct nvhdr *nvh; in nv_vexists() local
619 struct nvhdr *nvh; in nv_dump() local
758 struct nvhdr *nvh; in nv_add() local
[all …]
/freebsd/stand/libsa/zfs/
H A Dzfs.c1114 nvp_header_t *nvh; in zfs_nvstore_setter_str() local
1298 nvp_header_t *nvh = ptr; in zfs_nvstore_setenv() local
1399 nvp_header_t *nvh; in zfs_nvstore_iterate() local
H A Dnvlist.c611 nvlist_next_nvpair(nvlist_t *nvl, nvp_header_t *nvh) in nvlist_next_nvpair()
1543 nvp_header_t *nvh; in nvpair_find() local
/freebsd/usr.sbin/makefs/zfs/
H A Ddsl.c489 for (nvp_header_t *nvh = NULL; in dsl_dir_finalize_props() local
/freebsd/sys/contrib/openzfs/module/nvpair/
H A Dnvpair.c2603 nvs_header_t *nvh; in nvlist_common() local