Searched refs:zcmd_read_dst_nvlist (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_config.c | 129 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 D | libzfs_impl.h | 179 extern int zcmd_read_dst_nvlist(libzfs_handle_t *, zfs_cmd_t *, nvlist_t **);
|
| H A D | libzfs_import.c | 92 if (zcmd_read_dst_nvlist(hdl, &zc, &nvl) != 0) { in refresh_config()
|
| H A D | libzfs_dataset.c | 370 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 D | libzfs_pool.c | 103 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 D | libzfs_util.c | 1275 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.abi | 3374 …<function-decl name='zcmd_read_dst_nvlist' visibility='default' binding='global' size-in-bits='64'>
|