Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/nvpair/
HDnvpair.c2589 nvlist_common(nvlist_t *nvl, char *buf, size_t *buflen, int encoding, in nvlist_common() function
2678 return (nvlist_common(nvl, NULL, size, encoding, NVS_OP_GETSIZE)); in nvlist_size()
2705 return (nvlist_common(nvl, *bufp, buflen, encoding, in nvlist_xpack()
2728 if ((err = nvlist_common(nvl, buf, &alloc_size, encoding, in nvlist_xpack()
2760 if ((err = nvlist_common(nvl, buf, &buflen, NV_ENCODE_NATIVE, in nvlist_xunpack()