Symbol: IOError
usr/src/lib/sun_fc/common/Exceptions.h
209
class IOError : public HBAException {
usr/src/lib/sun_fc/common/Exceptions.h
211
IOError(std::string message);
usr/src/lib/sun_fc/common/Exceptions.h
212
IOError(Handle *handle);
usr/src/lib/sun_fc/common/Exceptions.h
213
IOError(HBAPort *port);
usr/src/lib/sun_fc/common/Exceptions.h
214
IOError(HBAPort *port, uint64_t target);
usr/src/lib/sun_fc/common/Exceptions.h
215
IOError(HBAPort *port, uint64_t target, uint64_t lun);
usr/src/lib/sun_fc/common/FCHBA.cc
102
throw IOError("Unable to open FCSM driver");
usr/src/lib/sun_fc/common/FCHBA.cc
126
throw IOError("Unable to build HBA list");
usr/src/lib/sun_fc/common/FCHBA.cc
166
throw IOError(port);
usr/src/lib/sun_fc/common/FCHBA.cc
192
throw IOError("Unable to fetch adapter attributes");
usr/src/lib/sun_fc/common/FCHBA.cc
231
throw IOError(port);
usr/src/lib/sun_fc/common/FCHBA.cc
252
throw IOError("Unable to reinitialize the link");
usr/src/lib/sun_fc/common/FCHBA.cc
275
throw IOError(port);
usr/src/lib/sun_fc/common/FCHBA.cc
299
throw IOError("Unable to fetch adapter attributes");
usr/src/lib/sun_fc/common/FCHBA.cc
346
throw IOError("Unable to stat FCSM driver");
usr/src/lib/sun_fc/common/FCHBA.cc
369
throw IOError("Unable to open FCSM driver");
usr/src/lib/sun_fc/common/FCHBA.cc
400
throw IOError("Unable to build HBA list");
usr/src/lib/sun_fc/common/FCHBANPIVPort.cc
121
throw IOError("IOCTL transport failure");
usr/src/lib/sun_fc/common/FCHBAPort.cc
1232
throw IOError("IOCTL transport failure");
usr/src/lib/sun_fc/common/FCHBAPort.cc
363
throw IOError(this, wwnConversion(wwn.raw_wwn),
usr/src/lib/sun_fc/common/FCHBAPort.cc
458
throw IOError("Unable to stat device path: " + path);
usr/src/lib/sun_fc/common/FCHBAPort.cc
761
throw IOError("Unable to fetch target mappings");
usr/src/lib/sun_fc/common/HBA.cc
298
throw IOError(msg);
usr/src/lib/sun_fc/common/HBA.cc
336
throw IOError("IOCTL failed");
usr/src/lib/sun_fc/common/HBA.cc
348
throw IOError("IOCTL failed");
usr/src/lib/sun_fc/common/HBANPIVPort.cc
86
throw IOError(tmp);
usr/src/lib/sun_fc/common/HBAPort.cc
223
throw IOError(tmp);
usr/src/lib/sun_fc/common/IOError.cc
46
IOError::IOError(string message) : HBAException(HBA_STATUS_ERROR) {
usr/src/lib/sun_fc/common/IOError.cc
55
IOError::IOError(Handle *handle) : HBAException(HBA_STATUS_ERROR) {
usr/src/lib/sun_fc/common/IOError.cc
65
IOError::IOError(HBAPort *port) : HBAException(HBA_STATUS_ERROR) {
usr/src/lib/sun_fc/common/IOError.cc
77
IOError::IOError(HBAPort *port, uint64_t target) :
usr/src/lib/sun_fc/common/IOError.cc
91
IOError::IOError(HBAPort *port, uint64_t target, uint64_t lun) :
usr/src/lib/sun_fc/common/TgtFCHBA.cc
106
throw IOError(port);
usr/src/lib/sun_fc/common/TgtFCHBA.cc
141
throw IOError("Unable to fetch adapter attributes");
usr/src/lib/sun_fc/common/TgtFCHBA.cc
181
throw IOError(port);
usr/src/lib/sun_fc/common/TgtFCHBA.cc
213
throw IOError("Unable to reinitialize the link");
usr/src/lib/sun_fc/common/TgtFCHBA.cc
247
throw IOError("Unable to stat FCSM driver");
usr/src/lib/sun_fc/common/TgtFCHBA.cc
269
throw IOError("Unable to open FCT driver");
usr/src/lib/sun_fc/common/TgtFCHBA.cc
300
throw IOError("Unable to build HBA list");
usr/src/lib/sun_fc/common/TgtFCHBAPort.cc
472
throw IOError("IOCTL transport failure");