Searched refs:__strs (Results 1 – 1 of 1) sorted by relevance
88 __strs = { variable in ZFSError105 __strs[errno.EACCES] = __strs[errno.EPERM]106 __strs[errno.ENXIO] = __strs[errno.EIO]107 __strs[errno.ENODEV] = __strs[errno.EIO]108 __strs[errno.EDQUOT] = __strs[errno.ENOSPC]112 return ZFSError.__strs.get(self.errno, os.strerror(self.errno))