Searched refs:zcmd_alloc_dst_nvlist (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_config.c | 131 if (zcmd_alloc_dst_nvlist(hdl, &zc, 0) != 0) in namespace_reload() 278 if (zcmd_alloc_dst_nvlist(hdl, &zc, zhp->zpool_config_size) != 0) in zpool_refresh_stats()
|
| H A D | libzfs_iter.c | 116 if (zcmd_alloc_dst_nvlist(zhp->zfs_hdl, &zc, 0) != 0) in zfs_iter_filesystems() 157 if (zcmd_alloc_dst_nvlist(zhp->zfs_hdl, &zc, 0) != 0) in zfs_iter_snapshots()
|
| H A D | libzfs_import.c | 82 if (zcmd_alloc_dst_nvlist(hdl, &zc, dstbuf_size) != 0) { in refresh_config()
|
| H A D | libzfs_dataset.c | 358 if (zcmd_alloc_dst_nvlist(hdl, &zc, 0) != 0) in get_recvd_props_ioctl() 420 if (zcmd_alloc_dst_nvlist(zhp->zfs_hdl, &zc, 0) != 0) in get_stats() 489 if (zcmd_alloc_dst_nvlist(hdl, &zc, 0) != 0) { in make_dataset_handle() 1841 (ret = zcmd_alloc_dst_nvlist(hdl, &zc, 0)) != 0) in zfs_prop_set_list() 2259 if (zcmd_alloc_dst_nvlist(zhp->zfs_hdl, &zc, 0) != 0) in get_numeric_property()
|
| H A D | libzfs_pool.c | 76 if (zcmd_alloc_dst_nvlist(hdl, &zc, 0) != 0) in zpool_get_all_props() 1912 if (zcmd_alloc_dst_nvlist(hdl, &zc, zc.zc_nvlist_conf_size * 2) != 0) { in zpool_import_props() 3839 if (zcmd_alloc_dst_nvlist(hdl, &zc, zhp->zpool_config_size * 2) != 0) in zpool_clear() 4378 if (zcmd_alloc_dst_nvlist(hdl, &zc, ZEVENT_SIZE) != 0) in zpool_events_next()
|
| H A D | libzfs_util.c | 1167 zcmd_alloc_dst_nvlist(libzfs_handle_t *hdl, zfs_cmd_t *zc, size_t len) function
|
| H A D | libzfs.abi | 103 …<elf-symbol name='zcmd_alloc_dst_nvlist' type='func-type' binding='global-binding' visibility='def… 3321 …zcmd_alloc_dst_nvlist' mangled-name='zcmd_alloc_dst_nvlist' filepath='/home/fedora/zfs/lib/libzfs/…
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs_impl.h | 176 int zcmd_alloc_dst_nvlist(libzfs_handle_t *, zfs_cmd_t *, size_t);
|