Searched refs:zpool_get_name (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/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() 221 " wholedisk %d, %s dm (guid %llu)", zpool_get_name(zhp), path, in zfs_process_add() 561 zpool_get_name(zhp), dp->dd_vdev_guid ? "GUID" : dp->dd_prop); in zfs_iter_pool() 584 if (strcmp(zpool_get_name(zhp), in zfs_iter_pool() 585 zpool_get_name(pool->uap_zhp))) in zfs_iter_pool() 731 devname, zpool_get_name(zhp)); in zfsdle_vdev_online() 786 zpool_get_name(zhp), error); in zfsdle_vdev_online()
|
| H A D | zfs_retire.c | 472 zpool_get_name(zhp)); in zfs_retire_recv() 485 zpool_get_name(zhp), vdev_guid); in zfs_retire_recv() 502 zpool_get_name(zhp)); in zfs_retire_recv()
|
| /f-stack/freebsd/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() 619 (strcmp(vcdl->data[i].pool, zpool_get_name(zhp)) == 0)) { in for_each_vdev_run_cb() 649 data->pool = strdup(zpool_get_name(zhp)); in for_each_vdev_run_cb()
|
| H A D | zpool_main.c | 2292 zpool_get_name(zhp)) == 0) in print_status_config() 2298 zpool_get_name(spare_cb.cb_zhp)); in print_status_config() 7012 zpool_get_name(zhp)); in scrub_callback() 7947 zpool_get_name(zhp)); in status_callback() 7967 printf(" %s\n", zpool_get_name(zhp)); in status_callback() 8014 zpool_get_name(zhp), reason, config); in status_callback() 8091 zpool_get_name(zhp), reason, config); in status_callback() 8645 zpool_get_name(zhp)); in upgrade_enable_all() 8736 zpool_get_name(zhp)); in upgrade_list_older_cb() 8781 zpool_get_name(zhp)); in upgrade_list_disabled_cb() [all …]
|
| /f-stack/freebsd/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 | 290 (void) strlcpy(buf, zpool_get_name(zhp), len); in zpool_get_prop() 1152 zpool_get_name(zpool_handle_t *zhp) in zpool_get_name() function 3922 const char *pool_name = zpool_get_name(zhp); in zpool_reopen_one() 3941 const char *pool_name = zpool_get_name(zhp); in zpool_sync_one() 3988 return (zfs_strdup(hdl, zpool_get_name(zhp))); in zpool_vdev_name()
|
| H A D | libzfs_dataset.c | 283 (strncmp(pool_name, zpool_get_name(zph), len) != 0)) in zpool_find_handle()
|
| H A D | libzfs.abi | 309 …<elf-symbol name='zpool_get_name' type='func-type' binding='global-binding' visibility='default-vi… 2806 …zpool_get_name' mangled-name='zpool_get_name' filepath='/home/fedora/zfs/lib/libzfs/libzfs_pool.c'…
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 236 extern const char *zpool_get_name(zpool_handle_t *);
|