Home
last modified time | relevance | path

Searched refs:zpool_name (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c737 zhp->zpool_name); in zpool_set_prop()
1057 (void) strlcpy(zhp->zpool_name, pool, sizeof (zhp->zpool_name)); in zpool_open_canfail()
1089 (void) strlcpy(zhp->zpool_name, pool, sizeof (zhp->zpool_name)); in zpool_open_silent()
1146 return (zhp->zpool_name); in zpool_get_name()
1450 "cannot add to '%s'"), zhp->zpool_name); in zpool_add()
1561 zhp->zpool_name, zhp->zpool_name); in zpool_export_common()
3678 zhp->zpool_name); in zpool_clear()
3788 zhp->zpool_name); in zpool_reopen()
4290 zhp->zpool_name)); in zpool_upgrade()
4348 zhp->zpool_name)); in get_history()
[all …]
H A Dlibzfs_impl.h123 char zpool_name[ZFS_MAX_DATASET_NAME_LEN]; member
H A Dlibzfs_mount.c1527 if ((zfsp = zfs_open(zhp->zpool_hdl, zhp->zpool_name, in zpool_enable_datasets()
1605 namelen = strlen(zhp->zpool_name); in zpool_disable_datasets()
1621 strncmp(entry.mnt_special, zhp->zpool_name, namelen) != 0 || in zpool_disable_datasets()
H A Dlibzfs_config.c273 (void) strcpy(zc.zc_name, zhp->zpool_name); in zpool_refresh_stats()
H A Dlibzfs_fru.c371 (void) strncpy(zc.zc_name, zhp->zpool_name, sizeof (zc.zc_name)); in zpool_fru_set()
H A Dlibzfs_dataset.c2545 char *poolname = zhp->zpool_hdl->zpool_name; in zcp_check()
3296 return (zhp->zpool_hdl->zpool_name); in zfs_get_pool_name()
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_list.c55 char *zpool_name; member
442 cb->zpool_name = rpool = (char *)zpool_get_name(zlp); in be_get_list_callback()
647 cb->zpool_name, cb->current_be, ds_path)) != BE_SUCCESS) { in be_add_children_callback()