Searched refs:zcmd_read_dst_nvlist (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_config.c | 162 if (zcmd_read_dst_nvlist(hdl, &zc, &config) != 0) { in namespace_reload() 302 if (zcmd_read_dst_nvlist(hdl, &zc, &config) != 0) { in zpool_refresh_stats()
|
H A D | libzfs_impl.h | 172 int zcmd_read_dst_nvlist(libzfs_handle_t *, zfs_cmd_t *, nvlist_t **);
|
H A D | libzfs_dataset.c | 388 err = zcmd_read_dst_nvlist(zhp->zfs_hdl, &zc, &recvdprops); in get_recvd_props_ioctl() 406 if (zcmd_read_dst_nvlist(zhp->zfs_hdl, zc, &allprops) != 0) { in put_stats_zhdl() 1718 if (zcmd_read_dst_nvlist(hdl, &zc, &errorprops) != 0) in zfs_prop_set_list() 2090 if (zcmd_read_dst_nvlist(zhp->zfs_hdl, &zc, &zplprops) != 0 || in get_numeric_property()
|
H A D | libzfs_pool.c | 90 if (zcmd_read_dst_nvlist(hdl, &zc, &zhp->zpool_props) != 0) { in zpool_get_all_props() 1668 (void) zcmd_read_dst_nvlist(hdl, &zc, &nv); in zpool_import_props() 3110 (void) zcmd_read_dst_nvlist(hdl, &zc, &nvi); in zpool_clear()
|
H A D | libzfs_util.c | 785 zcmd_read_dst_nvlist(libzfs_handle_t *hdl, zfs_cmd_t *zc, nvlist_t **nvlp) in zcmd_read_dst_nvlist() function
|
H A D | libzfs_import.c | 404 if (zcmd_read_dst_nvlist(hdl, &zc, &nvl) != 0) { in refresh_config()
|