| /freebsd-13.1/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_mod.c | 131 zpool_get_name(zhp), (int)zfs_toplevel_state(zhp)); in zfs_unavail_pool() 275 zpool_get_name(zhp), path, in zfs_process_add() 626 zpool_get_name(zhp), dp->dd_vdev_guid ? "GUID" : dp->dd_prop); in zfs_iter_pool() 651 if (strcmp(zpool_get_name(zhp), in zfs_iter_pool() 652 zpool_get_name(pool->uap_zhp))) in zfs_iter_pool() 906 devname, zpool_get_name(zhp)); in zfsdle_vdev_online() 961 zpool_get_name(zhp), error); in zfsdle_vdev_online()
|
| H A D | zfs_retire.c | 473 zpool_get_name(zhp)); in zfs_retire_recv() 486 zpool_get_name(zhp), vdev_guid); in zfs_retire_recv() 503 zpool_get_name(zhp)); in zfs_retire_recv()
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zpool/os/freebsd/ |
| H A D | zpool_vdev_os.c | 116 "details.\n"), zpool_get_name(zhp)); in after_zpool_upgrade()
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_iter.c | 71 const char *lname = zpool_get_name(l); in zpool_compare() 72 const char *rname = zpool_get_name(r); in zpool_compare() 580 (strcmp(vcdl->data[i].pool, zpool_get_name(zhp)) == 0)) { in for_each_vdev_run_cb() 610 data->pool = strdup(zpool_get_name(zhp)); in for_each_vdev_run_cb()
|
| H A D | zpool_main.c | 2376 zpool_get_name(zhp)) == 0) in print_status_config() 7192 zpool_get_name(zhp)); in scrub_callback() 8129 zpool_get_name(zhp)); in status_callback() 8149 printf(" %s\n", zpool_get_name(zhp)); in status_callback() 8879 zpool_get_name(zhp)); in upgrade_enable_all() 8974 zpool_get_name(zhp)); in upgrade_list_older_cb() 9027 zpool_get_name(zhp)); in upgrade_list_disabled_cb() 9096 zpool_get_name(zhp)); in upgrade_one() 10092 zpool_get_name(zhp)); in set_callback() 10114 fname, zpool_get_name(zhp)); in set_callback() [all …]
|
| /freebsd-13.1/cddl/usr.sbin/zfsd/ |
| H A D | case_file.cc | 288 zpool_get_name(pool), vdev->GUIDString().c_str(), in ReEvaluate() 295 zpool_get_name(pool), vdev->GUIDString().c_str(), in ReEvaluate() 346 zpool_get_name(pool), VdevGUIDString().c_str(), in ReEvaluate() 505 poolname = zpool_get_name(zhp); in ActivateSpare() 1068 poolname = zpool_get_name(zhp); in Replace()
|
| H A D | zpool_list.cc | 93 return (desiredPoolName == zpool_get_name(pool)); in ZpoolByName()
|
| H A D | zfsd_event.cc | 360 msg << zpool_get_name(zpl.front()) << ","; in Process() 476 vdev.Path().c_str(), zpool_get_name(hdl)); in TryDetach()
|
| H A D | zfsd.cc | 235 poolname = zpool_get_name(*pool); in BuildCaseFiles()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_import.c | 427 name = (char *)zpool_get_name(cb.cb_zhp); in zpool_in_use() 443 name = (char *)zpool_get_name(cb.cb_zhp); in zpool_in_use()
|
| H A D | libzfs_pool.c | 294 (void) strlcpy(buf, zpool_get_name(zhp), len); in zpool_get_prop() 1173 zpool_get_name(zpool_handle_t *zhp) in zpool_get_name() function 4016 const char *pool_name = zpool_get_name(zhp); in zpool_reopen_one() 4035 const char *pool_name = zpool_get_name(zhp); in zpool_sync_one() 4082 return (zfs_strdup(hdl, zpool_get_name(zhp))); in zpool_vdev_name()
|
| H A D | libzfs_dataset.c | 282 (strncmp(pool_name, zpool_get_name(zph), len) != 0)) in zpool_find_handle()
|
| H A D | libzfs.abi | 308 …<elf-symbol name='zpool_get_name' type='func-type' binding='global-binding' visibility='default-vi… 3629 …decl name='zpool_get_name' mangled-name='zpool_get_name' visibility='default' binding='global' siz…
|
| /freebsd-13.1/lib/libbe/ |
| H A D | be_info.c | 257 (void) lzbe_get_boot_device(zpool_get_name(data->lbh->active_phandle), in be_proplist_update()
|
| H A D | be.c | 1247 zpool_get_name(lbh->active_phandle), lzbe_add, NULL)); in be_deactivate() 1275 zpool_get_name(lbh->active_phandle), lzbe_add, be_path)); in be_activate()
|
| /freebsd-13.1/sys/contrib/openzfs/include/ |
| H A D | libzfs.h | 237 extern const char *zpool_get_name(zpool_handle_t *);
|
| /freebsd-13.1/sys/contrib/openzfs/etc/systemd/system-generators/ |
| H A D | zfs-mount-generator.c | 762 char *name = strdup(zpool_get_name(pool)); in pool_enumerator()
|