Searched refs:IOError (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DIOError.cc46 IOError::IOError(string message) : HBAException(HBA_STATUS_ERROR) { function in class:IOError
47 Trace log("IOError::IOError(string)");
55 IOError::IOError(Handle *handle) : HBAException(HBA_STATUS_ERROR) { function in class:IOError
56 Trace log("IOError::IOError(Handle)");
65 IOError::IOError(HBAPor function in class:IOError
77 IOError::IOError(HBAPort *port, uint64_t target) : function in class:IOError
91 IOError::IOError(HBAPort *port, uint64_t target, uint64_t lun) : function in class:IOError
[all...]
H A DExceptions.h209 class IOError : public HBAException { class in inherits:HBAException
211 IOError(std::string message);
212 IOError(Handle *handle);
213 IOError(HBAPort *port);
214 IOError(HBAPort *port, uint64_t target);
215 IOError(HBAPort *port, uint64_t target, uint64_t lun);
H A DFCHBA.cc102 throw IOError("Unable to open FCSM driver");
126 throw IOError("Unable to build HBA list");
166 throw IOError(port);
192 throw IOError("Unable to fetch adapter attributes");
231 throw IOError(port);
252 throw IOError("Unable to reinitialize the link");
275 throw IOError(port);
299 throw IOError("Unable to fetch adapter attributes");
346 throw IOError("Unable to stat FCSM driver");
369 throw IOError("Unabl
[all...]
H A DTgtFCHBA.cc106 throw IOError(port);
141 throw IOError("Unable to fetch adapter attributes");
181 throw IOError(port);
213 throw IOError("Unable to reinitialize the link");
247 throw IOError("Unable to stat FCSM driver");
269 throw IOError("Unable to open FCT driver");
300 throw IOError("Unable to build HBA list");
H A DHBA.cc298 throw IOError(msg);
336 throw IOError("IOCTL failed");
348 throw IOError("IOCTL failed");
H A DHBANPIVPort.cc86 throw IOError(tmp);
H A DFCHBANPIVPort.cc121 throw IOError("IOCTL transport failure");
H A DHBAPort.cc223 throw IOError(tmp);
H A DFCHBAPort.cc363 throw IOError(this, wwnConversion(wwn.raw_wwn),
458 throw IOError("Unable to stat device path: " + path);
761 throw IOError("Unable to fetch target mappings");
1232 throw IOError("IOCTL transport failure");
H A DTgtFCHBAPort.cc472 throw IOError("IOCTL transport failure");
/illumos-gate/usr/src/tools/scripts/
H A Dcopyrightchk.py45 except IOError, e:
H A Dhdrchk.py63 except IOError, e:
H A Dcddlchk.py51 except IOError, e:
95 except IOError, e:
H A Dmapfilechk.py51 except IOError, e:
94 except IOError, e:
H A Dvalidate_pkg.py513 except IOError, exc:
514 raise IOError("cannot open proto list: %s" % str(exc))
585 except IOError, exc:
586 raise IOError("cannot read manifest: %s" % str(exc))
673 except IOError, exc:
699 except IOError, exc:
868 except IOError, exc:
894 except IOError:
/illumos-gate/usr/src/cmd/pyzfs/
H A Dpyzfs.py72 except IOError, e:
/illumos-gate/usr/src/lib/sun_fc/
H A DMakefile.com35 IOError.o \
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun59 except IOError as err:
615 except IOError:

Completed in 93 milliseconds