Home
last modified time | relevance | path

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

/titanic_41/usr/src/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()
2801 if ((err = nvs_native_create(nvs, &native, buf + sizeof (nvs_header_t), in nvs_native()
2802 *buflen - sizeof (nvs_header_t))) != 0) in nvs_native()
3288 if ((err = nvs_xdr_create(nvs, &xdr, buf + sizeof (nvs_header_t), in nvs_xdr()
3289 *buflen - sizeof (nvs_header_t))) != 0) in nvs_xdr()