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

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_crypto.c1207 zfs_handle_t *szhp = make_dataset_handle(hdl, zc->zc_value); local
1208 if (szhp == NULL) {
1215 crypt = zfs_prop_get_int(szhp, ZFS_PROP_ENCRYPTION);
1216 zfs_close(szhp);
H A Dlibzfs_dataset.c5126 zfs_handle_t *szhp; local
5135 szhp = make_dataset_handle(zhp->zfs_hdl, name);
5136 if (szhp) {
5138 zfs_close(szhp);

Completed in 28 milliseconds