Searched refs:StreamIOError (Results 1 – 3 of 3) sorted by relevance
385 raise lzc_exc.StreamIOError(ret)481 raise lzc_exc.StreamIOError(ret)
367 class StreamIOError(ZFSError): class
1829 with self.assertRaises(lzc_exc.StreamIOError) as ctx:1837 with self.assertRaises(lzc_exc.StreamIOError) as ctx:1850 with self.assertRaises(lzc_exc.StreamIOError) as ctx:1861 with self.assertRaises(lzc_exc.StreamIOError) as ctx:1867 with self.assertRaises(lzc_exc.StreamIOError) as ctx:1882 with self.assertRaises(lzc_exc.StreamIOError) as ctx:1888 with self.assertRaises(lzc_exc.StreamIOError) as ctx:1903 with self.assertRaises(lzc_exc.StreamIOError) as ctx: