Searched refs:zcmd_read_dst_nvlist (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| 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_import.c | 100 if (zcmd_read_dst_nvlist(hdl, &zc, &nvl) != 0) { in refresh_config()
|
| H A D | libzfs_pool.c | 95 if (zcmd_read_dst_nvlist(hdl, &zc, &zhp->zpool_props) != 0) { in zpool_get_all_props() 1992 (void) zcmd_read_dst_nvlist(hdl, &zc, &nv); in zpool_import_props() 3951 (void) zcmd_read_dst_nvlist(hdl, &zc, &nvi); in zpool_clear() 4504 error = zcmd_read_dst_nvlist(hdl, &zc, nvp); in zpool_events_next()
|
| H A D | libzfs_dataset.c | 373 err = zcmd_read_dst_nvlist(zhp->zfs_hdl, &zc, &recvdprops); in get_recvd_props_ioctl() 391 if (zcmd_read_dst_nvlist(zhp->zfs_hdl, zc, &allprops) != 0) { in put_stats_zhdl() 1852 if (zcmd_read_dst_nvlist(hdl, &zc, &errorprops) != 0) in zfs_prop_set_list() 2268 if (zcmd_read_dst_nvlist(zhp->zfs_hdl, &zc, &zplprops) != 0 || in get_numeric_property()
|
| H A D | libzfs_util.c | 1255 zcmd_read_dst_nvlist(libzfs_handle_t *hdl, zfs_cmd_t *zc, nvlist_t **nvlp) function
|
| H A D | libzfs.abi | 105 …<elf-symbol name='zcmd_read_dst_nvlist' type='func-type' binding='global-binding' visibility='defa… 2626 …='zcmd_read_dst_nvlist' mangled-name='zcmd_read_dst_nvlist' visibility='default' binding='global' …
|
| /freebsd-13.1/sys/contrib/openzfs/include/ |
| H A D | libzfs_impl.h | 182 int zcmd_read_dst_nvlist(libzfs_handle_t *, zfs_cmd_t *, nvlist_t **);
|