Home
last modified time | relevance | path

Searched refs:InvalidLUNException (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DExceptions.h158 class InvalidLUNException : public HBAException {
160 InvalidLUNException() : HBAException(HBA_STATUS_ERROR_INVALID_LUN) { } in InvalidLUNException() function
H A DFCHBAPort.cc353 throw InvalidLUNException(); in sendSCSIPassThru()