Searched refs:pzhp (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_crypto.c1167 zfs_handle_t *pzhp = NULL; local
1205 pzhp = make_dataset_handle(hdl, parent);
1217 pzhp = make_dataset_handle(hdl, parent);
1220 pzhp = make_dataset_handle(hdl, target);
1221 pcrypt = zfs_prop_get_int(pzhp, ZFS_PROP_ENCRYPTION);
1244 pzhp = make_dataset_handle(hdl, zc->zc_string);
1247 pzhp = make_dataset_handle(hdl, parent);
1253 if (pzhp == NULL) {
1260 pcrypt = zfs_prop_get_int(pzhp, ZFS_PROP_ENCRYPTION);
1332 if (pzhp !
1459 zfs_handle_t *pzhp; local
[all...]
H A Dlibzfs_sendrecv.c1100 zfs_handle_t *pzhp; local
1115 pzhp = zfs_open(zhp->zfs_hdl, zhp->zfs_name, ZFS_TYPE_DATASET);
1122 if (pzhp) {
1123 error = zfs_hold(pzhp, thissnap, sdd->holdtag,
1127 zfs_close(pzhp);

Completed in 24 milliseconds