Searched defs:zpool_hdl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h86 zpool_handle_t *zpool_hdl; member in struct:zfs_handle
106 libzfs_handle_t *zpool_hdl; member in struct:zpool_handle
H A Dlibzfs_dataset.c454 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL)
518 zhp->zpool_hdl = zpool_handle(zhp);
531 zhp->zpool_hdl = zhp_orig->zpool_hdl;
624 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) {
906 zpool_handle_t *zpool_handle = zhp->zpool_hdl;
942 uint64_t zoned, zfs_handle_t *zhp, zpool_handle_t *zpool_hdl,
1137 if (zpool_hdl != NULL) {
1138 maxbs = zpool_get_prop_int(zpool_hdl,
1651 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), zhp, zhp->zpool_hdl,
941 zfs_valid_proplist(libzfs_handle_t *hdl, zfs_type_t type, nvlist_t *nvl, uint64_t zoned, zfs_handle_t *zhp, zpool_handle_t *zpool_hdl, const char *errbuf) argument
3737 zpool_handle_t *zpool_hdl = zpool_open(hdl, pool); local
[all...]

Completed in 63 milliseconds