Searched refs:nvlist_common (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/common/nvpair/ |
H A D | nvpair.c | 2252 nvlist_common(nvlist_t *nvl, char *buf, size_t *buflen, int encoding, in nvlist_common() function 2336 return (nvlist_common(nvl, NULL, size, encoding, NVS_OP_GETSIZE)); in nvlist_size() 2368 return (nvlist_common(nvl, *bufp, buflen, encoding, in nvlist_xpack() 2391 if ((err = nvlist_common(nvl, buf, &alloc_size, encoding, in nvlist_xpack() 2429 if ((err = nvlist_common(nvl, buf, &buflen, 0, NVS_OP_DECODE)) != 0) in nvlist_xunpack()
|