Home
last modified time | relevance | path

Searched refs:HBAException (Results 1 – 25 of 48) sorted by relevance

12

/illumos-gate/usr/src/lib/sun_fc/common/
H A DExceptions.h45 class HBAException {
47 HBAException(HBA_STATUS err) : errorCode(err) { in HBAException() function
61 class NotSupportedException : public HBAException {
63 NotSupportedException() : HBAException(HBA_STATUS_ERROR_NOT_SUPPORTED) { } in NotSupportedException()
69 class InvalidHandleException : public HBAException {
71 InvalidHandleException() : HBAException(HBA_STATUS_ERROR_INVALID_HANDLE) { } in InvalidHandleException()
78 class BadArgumentException : public HBAException {
80 BadArgumentException() : HBAException(HBA_STATUS_ERROR_ARG) { } in BadArgumentException()
86 class IllegalWWNException : public HBAException {
88 IllegalWWNException() : HBAException(HBA_STATUS_ERROR_ILLEGAL_WWN) { } in IllegalWWNException()
[all …]
H A DIOError.cc46 IOError::IOError(string message) : HBAException(HBA_STATUS_ERROR) { in IOError()
55 IOError::IOError(Handle *handle) : HBAException(HBA_STATUS_ERROR) { in IOError()
65 IOError::IOError(HBAPort *port) : HBAException(HBA_STATUS_ERROR) { in IOError()
78 HBAException(HBA_STATUS_ERROR) { in IOError()
92 HBAException(HBA_STATUS_ERROR) { in IOError()
H A DInternalError.cc47 InternalError::InternalError(string message) : HBAException(HBA_STATUS_ERROR) { in InternalError()
56 InternalError::InternalError() : HBAException(HBA_STATUS_ERROR) { in InternalError()
H A DSun_fcOpenAdapter.cc54 } catch (HBAException &e) { in Sun_fcOpenAdapter()
H A DSun_fcOpenTgtAdapter.cc54 } catch (HBAException &e) { in Sun_fcOpenTgtAdapter()
H A DSun_fcRefreshInformation.cc44 } catch (HBAException &e) { in Sun_fcRefreshInformation()
H A DSun_fcDoForceLip.cc49 } catch (HBAException &e) { in Sun_fcDoForceLip()
H A DSun_fcSetRNIDMgmtInfo.cc60 } catch (HBAException &e) { in Sun_fcSetRNIDMgmtInfo()
H A DSun_fcGetAdapterAttributes.cc57 } catch (HBAException &e) { in Sun_fcGetAdapterAttributes()
H A DSun_fcNPIVGetAdapterAttributes.cc48 } catch (HBAException &e) { in Sun_fcNPIVGetAdapterAttributes()
H A DSun_fcOpenAdapterByWWN.cc55 } catch (HBAException &e) { in Sun_fcOpenAdapterByWWN()
H A DSun_fcOpenTgtAdapterByWWN.cc55 } catch (HBAException &e) { in Sun_fcOpenTgtAdapterByWWN()
H A DSun_fcGetRNIDMgmtInfo.cc62 } catch (HBAException &e) { in Sun_fcGetRNIDMgmtInfo()
H A DSun_fcDeleteNPIVPort.cc45 } catch (HBAException &e) { in Sun_fcDeleteNPIVPort()
H A DSun_fcGetAdapterName.cc61 } catch (HBAException &e) { in Sun_fcGetAdapterName()
H A DSun_fcGetPortAttributesByWWN.cc57 } catch (HBAException &e) { in Sun_fcGetPortAttributesByWWN()
H A DSun_fcGetTgtAdapterName.cc61 } catch (HBAException &e) { in Sun_fcGetTgtAdapterName()
H A DSun_fcGetAdapterPortAttributes.cc60 } catch (HBAException &e) { in Sun_fcGetAdapterPortAttributes()
H A DSun_fcGetPortNPIVAttributes.cc50 } catch (HBAException &e) { in Sun_fcGetPortNPIVAttributes()
H A DSun_fcGetFcpTargetMappingV2.cc67 } catch (HBAException &e) { in Sun_fcGetFcpTargetMappingV2()
H A DSun_fcGetDiscPortAttrs.cc62 } catch (HBAException &e) { in Sun_fcGetDiscoveredPortAttributes()
H A DSun_fcGetNPIVPortInfo.cc45 } catch (HBAException &e) { in Sun_fcGetNPIVPortInfo()
H A DSun_fcCreateNPIVPort.cc46 } catch (HBAException &e) { in Sun_fcCreateNPIVPort()
H A DSun_fcRegisterForAdapterAddEvents.cc65 } catch (HBAException &e) { in Sun_fcRegisterForAdapterAddEvents()
H A DSun_fcSendRLS.cc70 } catch (HBAException &e) { in Sun_fcSendRLS()

12