Searched refs:zpool_get_name (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/ |
H A D | zfs_mod.c | 369 if (strcmp(zpool_get_name(zhp), in zfs_iter_pool() 370 zpool_get_name(pool->uap_zhp))) in zfs_iter_pool() 561 devname, zpool_get_name(zhp)); in zfsdle_vdev_online() 582 path, zpool_get_name(zhp), in zfsdle_vdev_online() 600 __func__, fullpath, zpool_get_name(zhp)); in zfsdle_vdev_online()
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_iter.c | 67 const char *lname = zpool_get_name(l); in zpool_compare() 68 const char *rname = zpool_get_name(r); in zpool_compare()
|
H A D | zpool_main.c | 797 "configuration:\n"), zpool_get_name(zhp)); in zpool_do_add() 1532 "could not unmount datasets\n"), zpool_get_name(zhp)); in zpool_do_destroy() 1938 if (strcmp(zpool_get_name(spare_cb.cb_zhp), in print_status_config() 1939 zpool_get_name(zhp)) == 0) in print_status_config() 1945 zpool_get_name(spare_cb.cb_zhp)); in print_status_config() 4246 ret = print_vdev_stats(zhp, zpool_get_name(zhp), oldnvroot, newnvroot, in print_iostat() 4288 unsigned int poolname_len = strlen(zpool_get_name(zhp)); in get_namewidth() 4524 if (strcmp(name, zpool_get_name(zhp)) == 0) in is_pool_cb() 6271 "currently unavailable\n"), zpool_get_name(zhp)); in scrub_callback() 6281 zpool_get_name(zhp)); in scrub_callback() [all …]
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 442 name = (char *)zpool_get_name(cb.cb_zhp); in zpool_in_use() 458 name = (char *)zpool_get_name(cb.cb_zhp); in zpool_in_use()
|
H A D | mapfile-vers | 244 zpool_get_name;
|
H A D | libzfs.h | 241 extern const char *zpool_get_name(zpool_handle_t *);
|
H A D | libzfs_pool.c | 266 (void) strlcpy(buf, zpool_get_name(zhp), len); in zpool_get_prop() 1144 zpool_get_name(zpool_handle_t *zhp) in zpool_get_name() function 3802 const char *pool_name = zpool_get_name(zhp); in zpool_sync_one() 4046 return (zfs_strdup(hdl, zpool_get_name(zhp))); in zpool_vdev_name()
|
H A D | libzfs_dataset.c | 274 (strncmp(pool_name, zpool_get_name(zph), len) != 0)) in zpool_find_handle()
|
/illumos-gate/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_pool.c | 438 poolUTF = (*env)->NewStringUTF(env, zpool_get_name(zhp)); in populate_VirtualDeviceBean() 453 zpool_get_name(zhp)); in populate_VirtualDeviceBean() 489 "(pool %s)", zpool_get_name(zhp)); in populate_DiskVirtualDeviceBean() 560 "%s)", zpool_get_name(zhp)); in populate_SliceVirtualDeviceBean() 590 "(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()
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | zfs.c | 176 name = zpool_get_name(cb.cb_pool); in fmri_nvl2str()
|
/illumos-gate/usr/src/cmd/fm/schemes/zfs/ |
H A D | scheme.c | 72 name = zpool_get_name(cb.cb_pool); in fmd_fmri_nvl2str()
|
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_create.c | 1294 const char *zpool = zpool_get_name(zlp); in be_find_zpool_callback() 1336 const char *zpool = zpool_get_name(zlp); in be_exists_callback()
|
H A D | be_list.c | 442 cb->zpool_name = rpool = (char *)zpool_get_name(zlp); in be_get_list_callback()
|
H A D | be_utils.c | 2770 const char *zpool = zpool_get_name(zlp); in be_zpool_find_current_be_callback() 2908 const char *zpool = zpool_get_name(zlp); in be_check_be_roots_callback()
|
H A D | be_mount.c | 1513 const char *zpool = zpool_get_name(zlp); in zpool_shared_fs_callback()
|