Searched refs:zpool_hdl (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_impl.h93 zpool_handle_t *zpool_hdl; member in struct:zfs_handle
113 libzfs_handle_t *zpool_hdl; member in struct:zpool_handle
H A Dlibzfs_pool.c72 libzfs_handle_t *hdl = zhp->zpool_hdl;
700 return (no_memory(zhp->zpool_hdl));
704 return (no_memory(zhp->zpool_hdl));
708 if ((realprops = zpool_valid_proplist(zhp->zpool_hdl,
722 if (zcmd_write_src_nvlist(zhp->zpool_hdl, &zc, nvl) != 0) {
727 ret = zfs_ioctl(zhp->zpool_hdl, ZFS_IOC_POOL_SET_PROPS, &zc);
733 (void) zpool_standard_error(zhp->zpool_hdl, errno, errbuf);
743 libzfs_handle_t *hdl = zhp->zpool_hdl;
1016 zhp->zpool_hdl = hdl;
1048 zhp->zpool_hdl
[all...]
H A Dlibzfs_config.c270 libzfs_handle_t *hdl = zhp->zpool_hdl;
282 if (ioctl(zhp->zpool_hdl->libzfs_fd, ZFS_IOC_POOL_STATS,
H A Dlibzfs_fru.c368 if (zfs_ioctl(zhp->zpool_hdl, ZFS_IOC_VDEV_SETFRU, &zc) != 0)
369 return (zpool_standard_error_fmt(zhp->zpool_hdl, errno,
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) {
929 zpool_handle_t *zpool_handle = zhp->zpool_hdl;
965 uint64_t zoned, zfs_handle_t *zhp, zpool_handle_t *zpool_hdl,
1160 if (zpool_hdl != NULL) {
1161 maxbs = zpool_get_prop_int(zpool_hdl,
1746 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), zhp, zhp->zpool_hdl,
964 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
4005 zpool_handle_t *zpool_hdl = zpool_open(hdl, pool); local
[all...]
H A Dlibzfs_mount.c378 if (zpool_get_prop_int(zhp->zpool_hdl, ZPOOL_PROP_READONLY, NULL))
1536 if ((zfsp = zfs_open(zhp->zpool_hdl, zhp->zpool_name,
1554 zfs_foreach_mountpoint(zhp->zpool_hdl, cb.cb_handles, cb.cb_used,
1565 zfs_foreach_mountpoint(zhp->zpool_hdl, cb.cb_handles, cb.cb_used,
1604 libzfs_handle_t *hdl = zhp->zpool_hdl;
H A Dlibzfs_util.c720 return (zhp->zpool_hdl);
732 return (zhp->zpool_hdl);
/freebsd-11-stable/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc83 libzfs_handle_t *zpool_hdl; member in struct:zpool_handle

Completed in 150 milliseconds