Searched refs:zcmd_read_dst_nvlist (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/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 | 91 if (zcmd_read_dst_nvlist(hdl, &zc, &zhp->zpool_props) != 0) { in zpool_get_all_props() 1928 (void) zcmd_read_dst_nvlist(hdl, &zc, &nv); in zpool_import_props() 3857 (void) zcmd_read_dst_nvlist(hdl, &zc, &nvi); in zpool_clear() 4410 error = zcmd_read_dst_nvlist(hdl, &zc, nvp); in zpool_events_next()
|
| H A D | libzfs_dataset.c | 374 err = zcmd_read_dst_nvlist(zhp->zfs_hdl, &zc, &recvdprops); in get_recvd_props_ioctl() 392 if (zcmd_read_dst_nvlist(zhp->zfs_hdl, zc, &allprops) != 0) { in put_stats_zhdl() 1854 if (zcmd_read_dst_nvlist(hdl, &zc, &errorprops) != 0) in zfs_prop_set_list() 2269 if (zcmd_read_dst_nvlist(zhp->zfs_hdl, &zc, &zplprops) != 0 || in get_numeric_property()
|
| H A D | libzfs_util.c | 1249 zcmd_read_dst_nvlist(libzfs_handle_t *hdl, zfs_cmd_t *zc, nvlist_t **nvlp) function
|
| H A D | libzfs.abi | 106 …<elf-symbol name='zcmd_read_dst_nvlist' type='func-type' binding='global-binding' visibility='defa… 3294 …zcmd_read_dst_nvlist' mangled-name='zcmd_read_dst_nvlist' filepath='/home/fedora/zfs/lib/libzfs/li…
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs_impl.h | 180 int zcmd_read_dst_nvlist(libzfs_handle_t *, zfs_cmd_t *, nvlist_t **);
|