/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | zfs_mod.c | 133 zpool_get_name(zhp), (int)zfs_toplevel_state(zhp)); in zfs_unavail_pool() 308 zpool_get_name(zhp), path, in zfs_process_add() 576 zpool_get_name(zhp), path, DISK_LABEL_WAIT); in zfs_process_add() 722 zpool_get_name(zhp), dp->dd_vdev_guid ? "GUID" : dp->dd_prop); in zfs_iter_pool() 747 if (strcmp(zpool_get_name(zhp), in zfs_iter_pool() 748 zpool_get_name(pool->uap_zhp))) in zfs_iter_pool() 1081 devname, zpool_get_name(zhp)); in zfsdle_vdev_online() 1198 zpool_get_name(zhp), error); in zfsdle_vdev_online()
|
H A D | zfs_retire.c | 591 zpool_get_name(zhp)); in zfs_retire_recv() 604 zpool_get_name(zhp), vdev_guid); in zfs_retire_recv() 621 zpool_get_name(zhp)); in zfs_retire_recv()
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_iter.c | 73 const char *lname = zpool_get_name(l); in zpool_compare() 74 const char *rname = zpool_get_name(r); in zpool_compare() 569 (strcmp(vcdl->data[i].pool, zpool_get_name(zhp)) == 0)) { in for_each_vdev_run_cb() 599 data->pool = strdup(zpool_get_name(zhp)); in for_each_vdev_run_cb()
|
H A D | zpool_main.c | 1107 fnvlist_add_string(list, "name", zpool_get_name(zhp)); in fill_pool_info() 1142 if (strcmp(zpool_get_name(spare_cb.cb_zhp), in used_by_other() 1143 zpool_get_name(zhp)) != 0) { in used_by_other() 1145 zpool_get_name(spare_cb.cb_zhp)); in used_by_other() 1164 if (strcmp(name, zpool_get_name(zhp)) != 0) in fill_vdev_info() 1543 "configuration:\n\n"), zpool_get_name(zhp)); in zpool_do_add() 2376 "could not unmount datasets\n"), zpool_get_name(zhp)); in zpool_do_destroy() 2470 aea->aea_poolname = strdup(zpool_get_name(zhp)); in zpool_export_one_async() 3046 if (strcmp(zpool_get_name(spare_cb.cb_zhp), in print_status_config() 3047 zpool_get_name(zhp)) == 0) in print_status_config() [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zpool/os/freebsd/ |
H A D | zpool_vdev_os.c | 119 "details.\n"), zpool_get_name(zhp)); in after_zpool_upgrade()
|
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | zpool_list.cc | 91 return (desiredPoolName == zpool_get_name(pool)); in ZpoolByName()
|
H A D | case_file.cc | 323 zpool_get_name(pool), vdev->GUIDString().c_str(), in ReEvaluate() 330 zpool_get_name(pool), vdev->GUIDString().c_str(), in ReEvaluate() 381 zpool_get_name(pool), VdevGUIDString().c_str(), in ReEvaluate() 541 poolname = zpool_get_name(zhp); in ActivateSpare() 1153 poolname = zpool_get_name(zhp); in Replace()
|
H A D | zfsd_event.cc | 369 msg << zpool_get_name(zpl.front()) << ","; in Process() 485 vdev.Path().c_str(), zpool_get_name(hdl)); in TryDetach()
|
H A D | zfsd.cc | 232 poolname = zpool_get_name(*pool); in BuildCaseFiles()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_import.c | 399 name = (char *)zpool_get_name(cb.cb_zhp); in zpool_in_use() 415 name = (char *)zpool_get_name(cb.cb_zhp); in zpool_in_use()
|
H A D | libzfs_pool.c | 297 (void) strlcpy(buf, zpool_get_name(zhp), len); in zpool_get_prop() 1410 zpool_get_name(zpool_handle_t *zhp) in zpool_get_name() function 2445 const char *pool_name = zpool_get_name(zhp); in zpool_initialize_one() 2617 const char *pool_name = zpool_get_name(zhp); in zpool_trim_one() 4443 const char *pool_name = zpool_get_name(zhp); in zpool_reopen_one() 4462 const char *pool_name = zpool_get_name(zhp); in zpool_sync_one() 4510 return (zfs_strdup(hdl, zpool_get_name(zhp))); in zpool_vdev_name()
|
H A D | libzfs_util.c | 2402 pool_name = zhp ? zpool_get_name(zhp) : NULL; in zpool_prepare_disk()
|
H A D | libzfs_dataset.c | 285 (strncmp(pool_name, zpool_get_name(zph), len) != 0)) in zpool_find_handle()
|
H A D | libzfs.abi | 520 …<elf-symbol name='zpool_get_name' type='func-type' binding='global-binding' visibility='default-vi… 4311 …decl name='zpool_get_name' mangled-name='zpool_get_name' visibility='default' binding='global' siz…
|
/freebsd/lib/libbe/ |
H A D | be.c | 157 (void) lzbe_get_boot_device(zpool_get_name(lbh->active_phandle), in libbe_init() 435 zpool_get_name(lbh->active_phandle), lzbe_add, NULL); in be_destroy_internal() 1263 zpool_get_name(lbh->active_phandle), lzbe_add, NULL)); in be_deactivate() 1315 zpool_get_name(lbh->active_phandle), lzbe_add, be_path)); in be_activate()
|
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
H A D | zpool_influxdb.c | 719 strncmp(data, zpool_get_name(zhp), ZFS_MAX_DATASET_NAME_LEN) != 0) { in print_stats() 747 pool_name = escape_string(zpool_get_name(zhp)); in print_stats()
|
/freebsd/sys/contrib/openzfs/etc/systemd/system-generators/ |
H A D | zfs-mount-generator.c | 765 char *name = strdup(zpool_get_name(pool)); in pool_enumerator()
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzfs.h | 248 _LIBZFS_H const char *zpool_get_name(zpool_handle_t *);
|