Searched refs:StreamIOError (Results 1 – 3 of 3) sorted by relevance
387 raise lzc_exc.StreamIOError(ret)485 raise lzc_exc.StreamIOError(ret)
369 class StreamIOError(ZFSError): class
1830 with self.assertRaises(lzc_exc.StreamIOError) as ctx:1838 with self.assertRaises(lzc_exc.StreamIOError) as ctx:1851 with self.assertRaises(lzc_exc.StreamIOError) as ctx:1862 with self.assertRaises(lzc_exc.StreamIOError) as ctx:1868 with self.assertRaises(lzc_exc.StreamIOError) as ctx:1883 with self.assertRaises(lzc_exc.StreamIOError) as ctx:1889 with self.assertRaises(lzc_exc.StreamIOError) as ctx:1904 with self.assertRaises(lzc_exc.StreamIOError) as ctx: