Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c2538 static int nvs_native(nvstream_t *, nvlist_t *, char *, size_t *);
2615 err = nvs_native(&nvs, nvl, buf, buflen); in nvlist_common()
3089 nvs_native(nvstream_t *nvs, nvlist_t *nvl, char *buf, size_t *buflen) in nvs_native() function