/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 | 580 zpool_get_name(zhp)); in zfs_retire_recv() 593 zpool_get_name(zhp), vdev_guid); in zfs_retire_recv() 610 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() 568 (strcmp(vcdl->data[i].pool, zpool_get_name(zhp)) == 0)) { in for_each_vdev_run_cb() 598 data->pool = strdup(zpool_get_name(zhp)); in for_each_vdev_run_cb()
|
H A D | zpool_main.c | 1113 fnvlist_add_string(list, "name", zpool_get_name(zhp)); in fill_pool_info() 1148 if (strcmp(zpool_get_name(spare_cb.cb_zhp), in used_by_other() 1149 zpool_get_name(zhp)) != 0) { in used_by_other() 1151 zpool_get_name(spare_cb.cb_zhp)); in used_by_other() 1170 if (strcmp(name, zpool_get_name(zhp)) != 0) in fill_vdev_info() 1549 "configuration:\n\n"), zpool_get_name(zhp)); in zpool_do_add() 2382 "could not unmount datasets\n"), zpool_get_name(zhp)); in zpool_do_destroy() 2476 aea->aea_poolname = strdup(zpool_get_name(zhp)); in zpool_export_one_async() 3052 if (strcmp(zpool_get_name(spare_cb.cb_zhp), in print_status_config() 3053 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 | case_file.cc | 314 zpool_get_name(pool), vdev->GUIDString().c_str(), in ReEvaluate() 321 zpool_get_name(pool), vdev->GUIDString().c_str(), in ReEvaluate() 372 zpool_get_name(pool), VdevGUIDString().c_str(), in ReEvaluate() 531 poolname = zpool_get_name(zhp); in ActivateSpare() 1139 poolname = zpool_get_name(zhp); in Replace()
|
H A D | zpool_list.cc | 91 return (desiredPoolName == zpool_get_name(pool)); in ZpoolByName()
|
H A D | zfsd_event.cc | 362 msg << zpool_get_name(zpl.front()) << ","; in Process() 478 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 | 295 (void) strlcpy(buf, zpool_get_name(zhp), len); in zpool_get_prop() 1408 zpool_get_name(zpool_handle_t *zhp) in zpool_get_name() function 4374 const char *pool_name = zpool_get_name(zhp); in zpool_reopen_one() 4393 const char *pool_name = zpool_get_name(zhp); in zpool_sync_one() 4441 return (zfs_strdup(hdl, zpool_get_name(zhp))); in zpool_vdev_name()
|
H A D | libzfs_util.c | 2391 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 | 513 …<elf-symbol name='zpool_get_name' type='func-type' binding='global-binding' visibility='default-vi… 4103 …decl name='zpool_get_name' mangled-name='zpool_get_name' visibility='default' binding='global' siz…
|
/freebsd/lib/libbe/ |
H A D | be.c | 178 (void) lzbe_get_boot_device(zpool_get_name(lbh->active_phandle), in libbe_init() 456 zpool_get_name(lbh->active_phandle), lzbe_add, NULL); in be_destroy_internal() 1284 zpool_get_name(lbh->active_phandle), lzbe_add, NULL)); in be_deactivate() 1336 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 | 247 _LIBZFS_H const char *zpool_get_name(zpool_handle_t *);
|