Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sun_fc/common/
H A DExceptions.h150 class ELSRejectException : public HBAException {
152 ELSRejectException() : HBAException(HBA_STATUS_ERROR_ELS_REJECT) { } in ELSRejectException() function