Searched refs:nvlist_common (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/nvpair/ |
| H A D | nvpair.c | 2561 nvlist_common(nvlist_t *nvl, char *buf, size_t *buflen, int encoding, in nvlist_common() function 2650 return (nvlist_common(nvl, NULL, size, encoding, NVS_OP_GETSIZE)); in nvlist_size() 2677 return (nvlist_common(nvl, *bufp, buflen, encoding, in nvlist_xpack() 2700 if ((err = nvlist_common(nvl, buf, &alloc_size, encoding, in nvlist_xpack() 2732 if ((err = nvlist_common(nvl, buf, &buflen, NV_ENCODE_NATIVE, in nvlist_xunpack()
|