Home
last modified time | relevance | path

Searched defs:zpool_handle (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h107 struct zpool_handle { struct
109 zpool_handle_t *zpool_next; argument
110 char zpool_name[ZFS_MAX_DATASET_NAME_LEN];
111 int zpool_state;
112 size_t zpool_config_size;
113 nvlist_t *zpool_config;
114 nvlist_t *zpool_old_config;
115 nvlist_t *zpool_props;
116 diskaddr_t zpool_start_block;
H A Dlibzfs_dataset.c308 zpool_handle(zfs_handle_t *zhp) in zpool_handle() function
917 zpool_handle_t *zpool_handle = zhp->zpool_hdl; in zfs_spa_version() local
/titanic_41/usr/src/cmd/power/
H A Dhandlers.c1005 zpool_handle_t *zpool_handle; in ztop() local
/titanic_41/usr/src/cmd/zfs/
H A Dzfs_main.c829 zpool_handle_t *zpool_handle; in zfs_do_create() local