Home
last modified time | relevance | path

Searched refs:zpool_get_name (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/cmd/zpool/
H A Dzpool_iter.c64 const char *lname = zpool_get_name(l); in zpool_compare()
65 const char *rname = zpool_get_name(r); in zpool_compare()
H A Dzpool_main.c555 "configuration:\n"), zpool_get_name(zhp)); in zpool_do_add()
989 "could not unmount datasets\n"), zpool_get_name(zhp)); in zpool_do_destroy()
1245 if (strcmp(zpool_get_name(cb.cb_zhp), in print_status_config()
1246 zpool_get_name(zhp)) == 0) in print_status_config()
1252 zpool_get_name(cb.cb_zhp)); in print_status_config()
2371 print_vdev_stats(zhp, zpool_get_name(zhp), oldnvroot, newnvroot, cb, 0); in print_iostat()
2389 cb->cb_namewidth = strlen(zpool_get_name(zhp)); in get_namewidth()
3693 "currently unavailable\n"), zpool_get_name(zhp)); in scrub_callback()
4014 zpool_get_name(zhp)); in status_callback()
4032 (void) printf(gettext(" pool: %s\n"), zpool_get_name(zhp)); in status_callback()
[all …]
/titanic_44/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c357 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_44/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c435 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 Dlibzfs_jni_dataset.c398 (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_44/usr/src/lib/fm/topo/libtopo/common/
H A Dzfs.c176 name = zpool_get_name(cb.cb_pool); in fmri_nvl2str()
/titanic_44/usr/src/cmd/fm/schemes/zfs/
H A Dscheme.c72 name = zpool_get_name(cb.cb_pool); in fmd_fmri_nvl2str()
/titanic_44/usr/src/lib/libzfs/common/
H A Dmapfile-vers199 zpool_get_name;
H A Dlibzfs.h208 extern const char *zpool_get_name(zpool_handle_t *);
H A Dlibzfs_import.c1655 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 Dlibzfs_pool.c227 (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 Dlibzfs_dataset.c297 (strncmp(pool_name, zpool_get_name(zph), len) != 0)) in zpool_find_handle()
/titanic_44/usr/src/lib/libbe/common/
H A Dbe_create.c1225 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 Dbe_list.c438 cb->zpool_name = rpool = (char *)zpool_get_name(zlp); in be_get_list_callback()
H A Dbe_utils.c2467 const char *zpool = zpool_get_name(zlp); in be_zpool_find_current_be_callback()
2615 const char *zpool = zpool_get_name(zlp); in be_check_be_roots_callback()
H A Dbe_mount.c1539 const char *zpool = zpool_get_name(zlp); in zpool_shared_fs_callback()