Searched refs:zfsh (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootutil.py154 zfsh = None
156 zfsh = zfs_open(lzfsh, dataset_name)
157 onoff = zfs_get_prop_string(lzfsh, zfsh, ZFS_PROP_ENCRYPTION)
158 zfs_close(zfsh)
164 if zfsh:
165 zfs_close(zfsh)
H A Dpysol.py1242 def zfs_close(zfsh):
1243 _libzfs.zfs_close(zfsh)
1246 def zfs_get_type(zfsh):
1247 return _libzfs.zfs_get_type(zfsh)
1250 def zfs_get_name(zfsh):
1251 return _libzfs.zfs_get_name(zfsh)
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_utils.c1110 * zfsh - The libzfs handle containing the error we're looking up.
1117 zfs_err_to_be_err(libzfs_handle_t *zfsh) argument
1119 int err = libzfs_errno(zfsh);

Completed in 22 milliseconds