Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/zfs/
H A Dlibzfs.h59 char nvh_encoding; member
H A Dnvlist.c379 nvl->nv_header.nvh_encoding = NV_ENCODE_XDR; in nvlist_create()
720 if (nvl->nv_header.nvh_encoding != NV_ENCODE_XDR) in nvlist_export()
756 nvl->nv_header.nvh_encoding = stream[0]; in nvlist_import()
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c2320 char nvh_encoding; /* nvs encoding method */ member
2576 nvh->nvh_encoding = encoding; in nvlist_common()
2587 encoding = nvh->nvh_encoding; in nvlist_common()