Searched defs:IOError (Results 1 - 2 of 2) sorted by relevance

/osnet-11/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);

Completed in 22 milliseconds