Searched refs:zcmd_alloc_dst_nvlist (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
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 | 115 if (zcmd_alloc_dst_nvlist(zhp->zfs_hdl, &zc, 0) != 0) in zfs_iter_filesystems() 155 if (zcmd_alloc_dst_nvlist(zhp->zfs_hdl, &zc, 0) != 0) in zfs_iter_snapshots()
|
H A D | libzfs_impl.h | 227 int zcmd_alloc_dst_nvlist(libzfs_handle_t *, zfs_cmd_t *, size_t);
|
H A D | libzfs_import.c | 107 if (zcmd_alloc_dst_nvlist(hdl, &zc, dstbuf_size) != 0) { in refresh_config()
|
H A D | libzfs_dataset.c | 349 if (zcmd_alloc_dst_nvlist(hdl, &zc, 0) != 0) in get_recvd_props_ioctl() 411 if (zcmd_alloc_dst_nvlist(zhp->zfs_hdl, &zc, 0) != 0) in get_stats() 480 if (zcmd_alloc_dst_nvlist(hdl, &zc, 0) != 0) { in make_dataset_handle() 1917 (ret = zcmd_alloc_dst_nvlist(hdl, &zc, 0)) != 0) in zfs_prop_set_list() 2307 if (zcmd_alloc_dst_nvlist(zhp->zfs_hdl, &zc, 0) != 0) in get_numeric_property()
|
H A D | libzfs_pool.c | 83 if (zcmd_alloc_dst_nvlist(hdl, &zc, 0) != 0) in zpool_get_all_props() 1866 if (zcmd_alloc_dst_nvlist(hdl, &zc, zc.zc_nvlist_conf_size * 2) != 0) { in zpool_import_props() 3700 if (zcmd_alloc_dst_nvlist(hdl, &zc, zhp->zpool_config_size * 2) != 0) in zpool_clear()
|
H A D | libzfs_util.c | 831 zcmd_alloc_dst_nvlist(libzfs_handle_t *hdl, zfs_cmd_t *zc, size_t len) in zcmd_alloc_dst_nvlist() function
|