Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h120 struct zpool_handle { struct
122 zpool_handle_t *zpool_next; argument
123 char zpool_name[ZFS_MAX_DATASET_NAME_LEN];
124 int zpool_state;
125 size_t zpool_config_size;
126 nvlist_t *zpool_config;
127 nvlist_t *zpool_old_config;
128 nvlist_t *zpool_props;
129 diskaddr_t zpool_start_block;
H A Dlibzfs_dataset.c285 zpool_handle(zfs_handle_t *zhp) in zpool_handle() function
924 zpool_handle_t *zpool_handle = zhp->zpool_hdl; in zfs_spa_version() local
3592 zpool_handle_t *zpool_handle; in zfs_create() local
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c1005 zpool_handle_t *zpool_handle; in ztop() local
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c872 zpool_handle_t *zpool_handle = NULL; in zfs_do_create() local