Searched refs:nvlist_common (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/common/nvpair/ |
| HD | opensolaris_nvpair.c | 2550 nvlist_common(nvlist_t *nvl, char *buf, size_t *buflen, int encoding, in nvlist_common() function 2635 return (nvlist_common(nvl, NULL, size, encoding, NVS_OP_GETSIZE)); in nvlist_size() 2667 return (nvlist_common(nvl, *bufp, buflen, encoding, in nvlist_xpack() 2690 if ((err = nvlist_common(nvl, buf, &alloc_size, encoding, in nvlist_xpack() 2728 if ((err = nvlist_common(nvl, buf, &buflen, 0, NVS_OP_DECODE)) != 0) in nvlist_xunpack()
|