Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/zfs/
H A Dlibzfs.h63 } nvs_header_t; typedef
66 nvs_header_t nv_header;
H A Dzfsimpl.c1768 nv.nv_data = (uint8_t *)be->vbe_bootenv + sizeof (nvs_header_t); in vdev_write_bootenv()
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c2324 } nvs_header_t; typedef
2557 nvs_header_t *nvh = (void *)buf; in nvlist_common()
2573 if (buf == NULL || *buflen < sizeof (nvs_header_t)) in nvlist_common()
2583 if (buf == NULL || *buflen < sizeof (nvs_header_t)) in nvlist_common()
2597 *buflen = sizeof (nvs_header_t); in nvlist_common()
3096 if ((err = nvs_native_create(nvs, &native, buf + sizeof (nvs_header_t), in nvs_native()
3097 *buflen - sizeof (nvs_header_t))) != 0) in nvs_native()
3583 if ((err = nvs_xdr_create(nvs, &xdr, buf + sizeof (nvs_header_t), in nvs_xdr()
3584 *buflen - sizeof (nvs_header_t))) != 0) in nvs_xdr()