Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/nvpair/
H A Dnvpair.c2339 } nvs_header_t; typedef
2574 nvs_header_t *nvh; in nvlist_common()
2590 if (buf == NULL || *buflen < sizeof (nvs_header_t)) in nvlist_common()
2601 if (buf == NULL || *buflen < sizeof (nvs_header_t)) in nvlist_common()
2616 *buflen = sizeof (nvs_header_t); in nvlist_common()
3107 if ((err = nvs_native_create(nvs, &native, buf + sizeof (nvs_header_t), in nvs_native()
3108 *buflen - sizeof (nvs_header_t))) != 0) in nvs_native()
3594 if ((err = nvs_xdr_create(nvs, &xdr, buf + sizeof (nvs_header_t), in nvs_xdr()
3595 *buflen - sizeof (nvs_header_t))) != 0) in nvs_xdr()