Searched refs:zcmd_expand_dst_nvlist (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_config.c | 144 if (zcmd_expand_dst_nvlist(hdl, &zc) != 0) { in namespace_reload() 289 if (zcmd_expand_dst_nvlist(hdl, &zc) != 0) { in zpool_refresh_stats()
|
H A D | libzfs_impl.h | 171 int zcmd_expand_dst_nvlist(libzfs_handle_t *, zfs_cmd_t *);
|
H A D | libzfs_iter.c | 75 if (zcmd_expand_dst_nvlist(zhp->zfs_hdl, zc) != 0) { in zfs_do_list_ioctl()
|
H A D | libzfs_pool.c | 80 if (zcmd_expand_dst_nvlist(hdl, &zc) != 0) { in zpool_get_all_props() 1664 if (zcmd_expand_dst_nvlist(hdl, &zc) != 0) { in zpool_import_props() 3107 if (zcmd_expand_dst_nvlist(hdl, &zc) != 0) { in zpool_clear()
|
H A D | libzfs_util.c | 756 zcmd_expand_dst_nvlist(libzfs_handle_t *hdl, zfs_cmd_t *zc) in zcmd_expand_dst_nvlist() function
|
H A D | libzfs_import.c | 393 if (zcmd_expand_dst_nvlist(hdl, &zc) != 0) { in refresh_config()
|
H A D | libzfs_dataset.c | 351 if (zcmd_expand_dst_nvlist(hdl, zc) != 0) { in get_stats_ioctl() 379 if (zcmd_expand_dst_nvlist(hdl, &zc) != 0) { in get_recvd_props_ioctl()
|