| /freebsd-14.2/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_mod.c | 132 zpool_get_name(zhp), (int)zfs_toplevel_state(zhp)); in zfs_unavail_pool() 306 zpool_get_name(zhp), path, in zfs_process_add() 573 zpool_get_name(zhp), path, DISK_LABEL_WAIT); in zfs_process_add() 719 zpool_get_name(zhp), dp->dd_vdev_guid ? "GUID" : dp->dd_prop); in zfs_iter_pool() 744 if (strcmp(zpool_get_name(zhp), in zfs_iter_pool() 745 zpool_get_name(pool->uap_zhp))) in zfs_iter_pool() 1078 devname, zpool_get_name(zhp)); in zfsdle_vdev_online() 1195 zpool_get_name(zhp), error); in zfsdle_vdev_online()
|
| H A D | zfs_retire.c | 579 zpool_get_name(zhp)); in zfs_retire_recv() 592 zpool_get_name(zhp), vdev_guid); in zfs_retire_recv() 609 zpool_get_name(zhp)); in zfs_retire_recv()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_iter.c | 72 const char *lname = zpool_get_name(l); in zpool_compare() 73 const char *rname = zpool_get_name(r); in zpool_compare() 567 (strcmp(vcdl->data[i].pool, zpool_get_name(zhp)) == 0)) { in for_each_vdev_run_cb() 597 data->pool = strdup(zpool_get_name(zhp)); in for_each_vdev_run_cb()
|
| H A D | zpool_main.c | 2599 zpool_get_name(zhp)) == 0) in print_status_config() 7588 zpool_get_name(zhp)); in scrub_callback() 8644 zpool_get_name(zhp)); in status_callback() 9393 zpool_get_name(zhp)); in upgrade_enable_all() 9488 zpool_get_name(zhp)); in upgrade_list_older_cb() 9541 zpool_get_name(zhp)); in upgrade_list_disabled_cb() 9609 zpool_get_name(zhp)); in upgrade_one() 10523 zpool_get_name(zhp), cbp, in get_callback() 10752 zpool_get_name(zhp)); in set_pool_callback() 10774 fname, zpool_get_name(zhp)); in set_pool_callback() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zpool/os/freebsd/ |
| H A D | zpool_vdev_os.c | 118 "details.\n"), zpool_get_name(zhp)); in after_zpool_upgrade()
|
| /freebsd-14.2/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 | 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 | 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-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_import.c | 398 name = (char *)zpool_get_name(cb.cb_zhp); in zpool_in_use() 414 name = (char *)zpool_get_name(cb.cb_zhp); in zpool_in_use()
|
| H A D | libzfs_pool.c | 287 (void) strlcpy(buf, zpool_get_name(zhp), len); in zpool_get_prop() 1362 zpool_get_name(zpool_handle_t *zhp) in zpool_get_name() function 4180 const char *pool_name = zpool_get_name(zhp); in zpool_reopen_one() 4199 const char *pool_name = zpool_get_name(zhp); in zpool_sync_one() 4247 return (zfs_strdup(hdl, zpool_get_name(zhp))); in zpool_vdev_name()
|
| H A D | libzfs_util.c | 2214 pool_name = zhp ? zpool_get_name(zhp) : NULL; in zpool_prepare_disk()
|
| H A D | libzfs_dataset.c | 280 (strncmp(pool_name, zpool_get_name(zph), len) != 0)) in zpool_find_handle()
|
| H A D | libzfs.abi | 493 …<elf-symbol name='zpool_get_name' type='func-type' binding='global-binding' visibility='default-vi… 3912 …decl name='zpool_get_name' mangled-name='zpool_get_name' visibility='default' binding='global' siz…
|
| /freebsd-14.2/lib/libbe/ |
| H A D | be_info.c | 255 (void) lzbe_get_boot_device(zpool_get_name(data->lbh->active_phandle), in be_proplist_update()
|
| H A D | be.c | 1256 zpool_get_name(lbh->active_phandle), lzbe_add, NULL)); in be_deactivate() 1308 zpool_get_name(lbh->active_phandle), lzbe_add, be_path)); in be_activate()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | zpool_influxdb.c | 718 strncmp(data, zpool_get_name(zhp), ZFS_MAX_DATASET_NAME_LEN) != 0) { in print_stats() 746 pool_name = escape_string(zpool_get_name(zhp)); in print_stats()
|
| /freebsd-14.2/sys/contrib/openzfs/etc/systemd/system-generators/ |
| H A D | zfs-mount-generator.c | 764 char *name = strdup(zpool_get_name(pool)); in pool_enumerator()
|
| /freebsd-14.2/sys/contrib/openzfs/include/ |
| H A D | libzfs.h | 246 _LIBZFS_H const char *zpool_get_name(zpool_handle_t *);
|