Home
last modified time | relevance | path

Searched refs:__strs (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pyzfs/common/
H A Dutil.py89 __strs = { variable in ZFSError
106 __strs[errno.EACCES] = __strs[errno.EPERM]
107 __strs[errno.ENXIO] = __strs[errno.EIO]
108 __strs[errno.ENODEV] = __strs[errno.EIO]
109 __strs[errno.EDQUOT] = __strs[errno.ENOSPC]
113 return ZFSError.__strs.get(self.errno, os.strerror(self.errno))