Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/common/nvpair/
H A Dnvpair.c2049 } nvs_header_t; typedef
2263 nvs_header_t *nvh = (void *)buf; in nvlist_common()
2278 if (buf == NULL || *buflen < sizeof (nvs_header_t)) in nvlist_common()
2288 if (buf == NULL || *buflen < sizeof (nvs_header_t)) in nvlist_common()
2302 *buflen = sizeof (nvs_header_t); in nvlist_common()
2803 if ((err = nvs_native_create(nvs, &native, buf + sizeof (nvs_header_t), in nvs_native()
2804 *buflen - sizeof (nvs_header_t))) != 0) in nvs_native()
3292 if ((err = nvs_xdr_create(nvs, &xdr, buf + sizeof (nvs_header_t), in nvs_xdr()
3293 *buflen - sizeof (nvs_header_t))) != 0) in nvs_xdr()