Home
last modified time | relevance | path

Searched refs:zcmd_read_dst_nvlist (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_config.c129 if (zcmd_read_dst_nvlist(hdl, &zc, &config) != 0) { in namespace_reload()
255 if (zcmd_read_dst_nvlist(hdl, &zc, &config) != 0) { in zpool_refresh_stats()
H A Dlibzfs_impl.h179 extern int zcmd_read_dst_nvlist(libzfs_handle_t *, zfs_cmd_t *, nvlist_t **);
H A Dlibzfs_import.c92 if (zcmd_read_dst_nvlist(hdl, &zc, &nvl) != 0) { in refresh_config()
H A Dlibzfs_dataset.c370 err = zcmd_read_dst_nvlist(zhp->zfs_hdl, &zc, &recvdprops); in get_recvd_props_ioctl()
388 if (zcmd_read_dst_nvlist(zhp->zfs_hdl, zc, &allprops) != 0) { in put_stats_zhdl()
1677 if (zcmd_read_dst_nvlist(hdl, &zc, &errorprops) != 0) in zfs_prop_set_list_flags()
2097 if (zcmd_read_dst_nvlist(zhp->zfs_hdl, &zc, &zplprops) != 0 || in get_numeric_property()
H A Dlibzfs_pool.c103 if (zcmd_read_dst_nvlist(hdl, &zc, &zhp->zpool_props) != 0) { in zpool_get_all_props()
2334 (void) zcmd_read_dst_nvlist(hdl, &zc, &nv); in zpool_import_props()
4529 (void) zcmd_read_dst_nvlist(hdl, &zc, &nvi); in zpool_clear()
5107 error = zcmd_read_dst_nvlist(hdl, &zc, nvp); in zpool_events_next()
H A Dlibzfs_util.c1275 zcmd_read_dst_nvlist(libzfs_handle_t *hdl, zfs_cmd_t *zc, nvlist_t **nvlp) in zcmd_read_dst_nvlist() function
H A Dlibzfs.abi3374 …<function-decl name='zcmd_read_dst_nvlist' visibility='default' binding='global' size-in-bits='64'>