Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sun_fc/common/
H A DExceptions.h190 class UnsupportedFC4Exception : public HBAException {
192 UnsupportedFC4Exception() : HBAException(HBA_STATUS_ERROR_UNSUPPORTED_FC4) { } in UnsupportedFC4Exception() function