Searched refs:zcmd_alloc_dst_nvlist (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_config.c | 129 if (zcmd_alloc_dst_nvlist(hdl, &zc, 0) != 0) in namespace_reload() 275 if (zcmd_alloc_dst_nvlist(hdl, &zc, zhp->zpool_config_size) != 0) in zpool_refresh_stats()
|
H A D | libzfs_iter.c | 113 if (zcmd_alloc_dst_nvlist(zhp->zfs_hdl, &zc, 0) != 0) in zfs_iter_filesystems() 150 if (zcmd_alloc_dst_nvlist(zhp->zfs_hdl, &zc, 0) != 0) in zfs_iter_snapshots()
|
H A D | libzfs_impl.h | 168 int zcmd_alloc_dst_nvlist(libzfs_handle_t *, zfs_cmd_t *, size_t);
|
H A D | libzfs_dataset.c | 372 if (zcmd_alloc_dst_nvlist(hdl, &zc, 0) != 0) in get_recvd_props_ioctl() 434 if (zcmd_alloc_dst_nvlist(zhp->zfs_hdl, &zc, 0) != 0) in get_stats() 501 if (zcmd_alloc_dst_nvlist(hdl, &zc, 0) != 0) { in make_dataset_handle() 1710 (ret = zcmd_alloc_dst_nvlist(hdl, &zc, 0)) != 0) in zfs_prop_set_list() 2083 zcmd_alloc_dst_nvlist(zhp->zfs_hdl, &zc, 0) != 0) in get_numeric_property()
|
H A D | libzfs_pool.c | 75 if (zcmd_alloc_dst_nvlist(hdl, &zc, 0) != 0) in zpool_get_all_props() 1656 if (zcmd_alloc_dst_nvlist(hdl, &zc, zc.zc_nvlist_conf_size * 2) != 0) { in zpool_import_props() 3099 if (zcmd_alloc_dst_nvlist(hdl, &zc, zhp->zpool_config_size * 2) != 0) in zpool_clear()
|
H A D | libzfs_util.c | 737 zcmd_alloc_dst_nvlist(libzfs_handle_t *hdl, zfs_cmd_t *zc, size_t len) in zcmd_alloc_dst_nvlist() function
|
H A D | libzfs_import.c | 385 if (zcmd_alloc_dst_nvlist(hdl, &zc, in refresh_config()
|