Searched refs:zpool_get_name (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/ |
| H A D | zpool_main.c | 1598 if (strcmp(zpool_get_name(cb.cb_zhp), in print_status_config() 1599 zpool_get_name(zhp)) == 0) in print_status_config() 1605 zpool_get_name(cb.cb_zhp)); in print_status_config() 4226 zpool_get_name(zhp)); in scrub_callback() 4882 zpool_get_name(zhp)); in status_callback() 5333 zpool_get_name(zhp), oldversion); in upgrade_version() 5368 zpool_get_name(zhp)); in upgrade_enable_all() 5514 zpool_get_name(zhp)); in upgrade_list_older_cb() 5568 zpool_get_name(zhp)); in upgrade_list_disabled_cb() 5607 zpool_get_name(zhp), cur_version); in upgrade_one() [all …]
|
| H A D | zpool_iter.c | 66 const char *lname = zpool_get_name(l); in zpool_compare() 67 const char *rname = zpool_get_name(r); in zpool_compare()
|
| /freebsd-12.1/cddl/usr.sbin/zfsd/ |
| H A D | zpool_list.cc | 92 return (desiredPoolName == zpool_get_name(pool)); in ZpoolByName()
|
| H A D | zfsd_event.cc | 357 msg << zpool_get_name(zpl.front()) << ","; in Process() 473 vdev.Path().c_str(), zpool_get_name(hdl)); in TryDetach()
|
| H A D | case_file.cc | 288 zpool_get_name(pool), vdev->GUIDString().c_str(), in ReEvaluate() 345 zpool_get_name(pool), VdevGUIDString().c_str(), in ReEvaluate() 504 poolname = zpool_get_name(zhp); in ActivateSpare() 1067 poolname = zpool_get_name(zhp); in Replace()
|
| H A D | zfsd.cc | 233 poolname = zpool_get_name(*pool); in BuildCaseFiles()
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/ |
| H A D | libzfs.h | 234 extern const char *zpool_get_name(zpool_handle_t *);
|
| H A D | libzfs_import.c | 1802 name = (char *)zpool_get_name(cb.cb_zhp); in zpool_in_use() 1818 name = (char *)zpool_get_name(cb.cb_zhp); in zpool_in_use()
|
| H A D | libzfs_pool.c | 259 (void) strlcpy(buf, zpool_get_name(zhp), len); in zpool_get_prop() 1104 zpool_get_name(zpool_handle_t *zhp) in zpool_get_name() function
|
| H A D | libzfs_dataset.c | 268 (strncmp(pool_name, zpool_get_name(zph), len) != 0)) in zpool_find_handle()
|