Home
last modified time | relevance | path

Searched refs:InternalError (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DInternalError.cc47 InternalError::InternalError(string message) : HBAException(HBA_STATUS_ERROR) { in InternalError() function in InternalError
56 InternalError::InternalError() : HBAException(HBA_STATUS_ERROR) { in InternalError() function in InternalError
H A DExceptions.h225 class InternalError : public HBAException {
227 InternalError();
228 InternalError(std::string message);
H A DHBAPort.cc89 throw InternalError(); in validatePresent()
249 throw InternalError("Unable to find controller path"); in lookupControllerPath()
258 throw InternalError("HBA NPIV Port count exceeds max number of ports"); in addPort()
H A DHBANPIVPort.cc112 throw InternalError("Unable to find controller path"); in lookupControllerPath()
H A DHBA.cc72 throw InternalError("HBA Port count exceeds max number of ports"); in addPort()
H A DTgtFCHBA.cc332 throw InternalError( in loadAdapters()
H A DFCHBAPort.cc735 throw InternalError(); in getTargetMappings()
977 throw InternalError(); in sendRLS()
1174 throw InternalError(); in sendRNID()
H A DTgtFCHBAPort.cc438 throw InternalError(); in sendRLS()
H A DFCHBA.cc449 throw InternalError( in loadAdapters()
/illumos-gate/usr/src/lib/sun_fc/
H A DMakefile.com37 InternalError.o \