| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_pool.c | 123 if (nvlist_unpack(buf + sizeof (reclen), reclen, &nv, 0) != 0) in zpool_history_unpack()
|
| H A D | zutil_import.c | 913 if (nvlist_unpack(label->vl_vdev_phys.vp_nvlist, in zpool_read_label() 1422 if (nvlist_unpack(buf, statbuf.st_size, &raw, 0) != 0) { in zpool_find_import_cached()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_import.c | 176 if (nvlist_unpack(label->vl_vdev_phys.vp_nvlist, in zpool_clear_label()
|
| H A D | libzfs_util.c | 1251 if (nvlist_unpack((void *)(uintptr_t)zc->zc_nvlist_dst,
|
| H A D | libzfs_sendrecv.c | 1425 int error = nvlist_unpack(packed, packed_len, &nv, KM_SLEEP); in zfs_send_resume_token_to_nvlist() 2636 err = nvlist_unpack(buf, len, nvp, 0); in recv_read_nvlist()
|
| H A D | libzfs_dataset.c | 5164 int rc = nvlist_unpack(nvbuf, zc.zc_nvlist_dst_size, nvl, 0); in zfs_get_fsacl()
|
| /f-stack/freebsd/sys/ |
| H A D | nv.h | 102 nvlist_t *nvlist_unpack(const void *buf, size_t size, int flags);
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _nvlist.py | 121 ret = _lib.nvlist_unpack(packed_nvlist, packed_size, nvp, 0)
|
| H A D | _libzfs_core.py | 1810 ret = _lib.nvlist_unpack(data_bytes, size, nvp, 0)
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/os/freebsd/ |
| H A D | libzfs_ioctl_compat.c | 75 error = nvlist_unpack(packed, size, &list, 0);
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | nvpair.h | 155 int nvlist_unpack(char *, size_t, nvlist_t **, int);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_config.c | 127 if (nvlist_unpack(buf, fsize, &nvlist, KM_SLEEP) != 0) in spa_config_load()
|
| H A D | zfs_sa.c | 213 error = nvlist_unpack(obj, size, &zp->z_xattr_cached, KM_SLEEP); in zfs_sa_get_xattr()
|
| H A D | zfs_fuid.c | 129 VERIFY(nvlist_unpack(packed, fuid_size, in zfs_fuid_table_load()
|
| H A D | vdev_label.c | 793 nvlist_unpack(vp->vp_nvlist, sizeof (vp->vp_nvlist), in vdev_label_read_config() 1275 err = nvlist_unpack(vbe->vbe_bootenv, in vdev_label_read_bootenv()
|
| H A D | dmu_recv.c | 1184 err = nvlist_unpack(payload, payloadlen, &drc->drc_begin_nvl, in dmu_recv_begin()
|
| /f-stack/freebsd/contrib/openzfs/module/nvpair/ |
| H A D | fnvpair.c | 100 VERIFY0(nvlist_unpack(buf, buflen, &rv, KM_SLEEP)); in fnvlist_unpack()
|
| H A D | nvpair.c | 2715 nvlist_unpack(char *buf, size_t buflen, nvlist_t **nvlp, int kmflag) in nvlist_unpack() function 3635 EXPORT_SYMBOL(nvlist_unpack);
|
| /f-stack/freebsd/contrib/openzfs/cmd/zstream/ |
| H A D | zstream_dump.c | 397 err = nvlist_unpack(buf, sz, &nv, 0); in zstream_do_dump()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/ |
| H A D | draid.c | 121 error = nvlist_unpack(buf, bytes, allcfgs, 0); in read_map()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.c | 939 VERIFY0(nvlist_unpack( in recv_impl()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | vdev_geom.c | 486 if (nvlist_unpack(buf, buflen, &config, 0) != 0) in vdev_geom_read_config()
|
| /f-stack/freebsd/contrib/libnv/ |
| H A D | nvlist.c | 1248 nvlist_unpack(const void *buf, size_t size, int flags) in nvlist_unpack() function
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 890 VERIFY(nvlist_unpack(packed, nvsize, &nv, 0) == 0); in dump_packed_nvlist() 3060 error = nvlist_unpack(sa_xattr_packed, sa_xattr_size, &sa_xattr, 0); in dump_znode_sa_xattr() 3910 if (nvlist_unpack(buf, statbuf.st_size, &config, 0) != 0) { in dump_cachefile() 4676 if (nvlist_unpack(buf, buflen, &config, 0) == 0) { in dump_label()
|
| /f-stack/freebsd/contrib/openzfs/lib/libnvpair/ |
| H A D | libnvpair.abi | 196 …<elf-symbol name='nvlist_unpack' type='func-type' binding='global-binding' visibility='default-vis… 1747 …nvlist_unpack' mangled-name='nvlist_unpack' filepath='../../module/nvpair/nvpair.c' line='2715' co…
|