Searched refs:zpool_get_name (Results 1 – 16 of 16) sorted by relevance
/titanic_50/usr/src/cmd/zpool/ |
H A D | zpool_iter.c | 65 const char *lname = zpool_get_name(l); in zpool_compare() 66 const char *rname = zpool_get_name(r); in zpool_compare()
|
H A D | zpool_main.c | 557 "configuration:\n"), zpool_get_name(zhp)); in zpool_do_add() 991 "could not unmount datasets\n"), zpool_get_name(zhp)); in zpool_do_destroy() 1247 if (strcmp(zpool_get_name(cb.cb_zhp), in print_status_config() 1248 zpool_get_name(zhp)) == 0) in print_status_config() 1254 zpool_get_name(cb.cb_zhp)); in print_status_config() 2373 print_vdev_stats(zhp, zpool_get_name(zhp), oldnvroot, newnvroot, cb, 0); in print_iostat() 2391 cb->cb_namewidth = strlen(zpool_get_name(zhp)); in get_namewidth() 3668 "currently unavailable\n"), zpool_get_name(zhp)); in scrub_callback() 3989 zpool_get_name(zhp)); in status_callback() 4007 (void) printf(gettext(" pool: %s\n"), zpool_get_name(zhp)); in status_callback() [all …]
|
/titanic_50/usr/src/cmd/syseventd/modules/zfs_mod/ |
H A D | zfs_mod.c | 357 if (strcmp(zpool_get_name(zhp), in zfs_iter_pool() 358 zpool_get_name(pool->uap_zhp))) in zfs_iter_pool() 549 devname, zpool_get_name(zhp)); in zfsdle_vdev_online() 576 fullpath, zpool_get_name(zhp)); in zfsdle_vdev_online()
|
/titanic_50/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_pool.c | 435 poolUTF = (*env)->NewStringUTF(env, zpool_get_name(zhp)); in populate_VirtualDeviceBean() 450 zpool_get_name(zhp)); in populate_VirtualDeviceBean() 486 "(pool %s)", zpool_get_name(zhp)); in populate_DiskVirtualDeviceBean() 557 "%s)", zpool_get_name(zhp)); in populate_SliceVirtualDeviceBean() 587 "(pool %s)", zpool_get_name(zhp)); in populate_FileVirtualDeviceBean()
|
H A D | libzfs_jni_dataset.c | 398 (char *)zpool_get_name(zphp), in populate_PoolBean() 616 zfs_handle_t *zhp = zfs_open(g_zfs, zpool_get_name(zphp), in zjni_create_add_Pool()
|
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | zfs.c | 176 name = zpool_get_name(cb.cb_pool); in fmri_nvl2str()
|
/titanic_50/usr/src/cmd/fm/schemes/zfs/ |
H A D | scheme.c | 72 name = zpool_get_name(cb.cb_pool); in fmd_fmri_nvl2str()
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 204 zpool_get_name;
|
H A D | libzfs.h | 209 extern const char *zpool_get_name(zpool_handle_t *);
|
H A D | libzfs_import.c | 1655 name = (char *)zpool_get_name(cb.cb_zhp); in zpool_in_use() 1671 name = (char *)zpool_get_name(cb.cb_zhp); in zpool_in_use()
|
H A D | libzfs_pool.c | 227 (void) strlcpy(buf, zpool_get_name(zhp), len); in zpool_get_prop() 1039 zpool_get_name(zpool_handle_t *zhp) in zpool_get_name() function
|
H A D | libzfs_dataset.c | 298 (strncmp(pool_name, zpool_get_name(zph), len) != 0)) in zpool_find_handle()
|
/titanic_50/usr/src/lib/libbe/common/ |
H A D | be_create.c | 1225 const char *zpool = zpool_get_name(zlp); in be_find_zpool_callback() 1263 const char *zpool = zpool_get_name(zlp); in be_exists_callback()
|
H A D | be_list.c | 443 cb->zpool_name = rpool = (char *)zpool_get_name(zlp); in be_get_list_callback()
|
H A D | be_utils.c | 2470 const char *zpool = zpool_get_name(zlp); in be_zpool_find_current_be_callback() 2618 const char *zpool = zpool_get_name(zlp); in be_check_be_roots_callback()
|
H A D | be_mount.c | 1539 const char *zpool = zpool_get_name(zlp); in zpool_shared_fs_callback()
|