Searched refs:zcmd_read_dst_nvlist (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/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 | 171 int zcmd_read_dst_nvlist(libzfs_handle_t *, zfs_cmd_t *, nvlist_t **);
|
| H A D | libzfs_dataset.c | 342 err = zcmd_read_dst_nvlist(zhp->zfs_hdl, &zc, &recvdprops); in get_recvd_props_ioctl() 360 if (zcmd_read_dst_nvlist(zhp->zfs_hdl, zc, &allprops) != 0) { in put_stats_zhdl() 1675 if (zcmd_read_dst_nvlist(hdl, &zc, &errorprops) != 0) in zfs_prop_set_list() 2050 if (zcmd_read_dst_nvlist(zhp->zfs_hdl, &zc, &zplprops) != 0 || in get_numeric_property()
|
| H A D | libzfs_pool.c | 89 if (zcmd_read_dst_nvlist(hdl, &zc, &zhp->zpool_props) != 0) { in zpool_get_all_props() 1722 (void) zcmd_read_dst_nvlist(hdl, &zc, &nv); in zpool_import_props() 3188 (void) zcmd_read_dst_nvlist(hdl, &zc, &nvi);
|
| H A D | libzfs_util.c | 893 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 | 412 if (zcmd_read_dst_nvlist(hdl, &zc, &nvl) != 0) { in refresh_config()
|