Searched refs:zcmd_read_dst_nvlist (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_config.c | 164 if (zcmd_read_dst_nvlist(hdl, &zc, &config) != 0) { in namespace_reload() 305 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 | 389 err = zcmd_read_dst_nvlist(zhp->zfs_hdl, &zc, &recvdprops); in get_recvd_props_ioctl() 407 if (zcmd_read_dst_nvlist(zhp->zfs_hdl, zc, &allprops) != 0) { in put_stats_zhdl() 1727 if (zcmd_read_dst_nvlist(hdl, &zc, &errorprops) != 0) in zfs_prop_set_list() 2105 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() 1683 (void) zcmd_read_dst_nvlist(hdl, &zc, &nv); in zpool_import_props() 3126 (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()
|