Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfs.c1052 nvp_header_t *nvh; in zfs_nvstore_setter_str() local
1058 nvh = nvpair_find(nv, name); in zfs_nvstore_setter_str()
1059 if (nvh == NULL) { in zfs_nvstore_setter_str()
1065 nvp_name = (nv_string_t *)(nvh + 1); in zfs_nvstore_setter_str()
1233 nvp_header_t *nvh = ptr; in zfs_nvstore_setenv() local
1239 if (nvh == NULL) in zfs_nvstore_setenv()
1242 nvp_name = (nv_string_t *)(nvh + 1); in zfs_nvstore_setenv()
1334 nvp_header_t *nvh; in zfs_nvstore_iterate() local
1351 nvh = NULL; in zfs_nvstore_iterate()
1352 while ((nvh = nvlist_next_nvpair(nv, nvh)) != NULL) { in zfs_nvstore_iterate()
[all …]
H A Dnvlist.c606 nvlist_next_nvpair(nvlist_t *nvl, nvp_header_t *nvh) in nvlist_next_nvpair() argument
622 if (nvh != NULL) { in nvlist_next_nvpair()
623 xdr.xdr_idx = (uint8_t *)nvh; in nvlist_next_nvpair()
641 if (nvh == NULL) in nvlist_next_nvpair()
645 nvh = (nvp_header_t *)xdr.xdr_idx; in nvlist_next_nvpair()
660 return (nvh); in nvlist_next_nvpair()
1537 nvp_header_t *nvh; in nvpair_find() local
1539 nvh = NULL; in nvpair_find()
1540 while ((nvh = nvlist_next_nvpair(nv, nvh)) != NULL) { in nvpair_find()
1543 nvp_name = (nv_string_t *)(nvh + 1); in nvpair_find()
[all …]
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c2557 nvs_header_t *nvh = (void *)buf; in nvlist_common() local
2576 nvh->nvh_encoding = encoding; in nvlist_common()
2577 nvh->nvh_endian = nvl_endian = host_endian; in nvlist_common()
2578 nvh->nvh_reserved1 = 0; in nvlist_common()
2579 nvh->nvh_reserved2 = 0; in nvlist_common()
2587 encoding = nvh->nvh_encoding; in nvlist_common()
2588 nvl_endian = nvh->nvh_endian; in nvlist_common()