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 { class
47 HBAException(HBA_STATUS err) : errorCode(err) { function in class:HBAException
48 Trace log("HBAException");
61 class NotSupportedException : public HBAException {
63 NotSupportedException() : HBAException(HBA_STATUS_ERROR_NOT_SUPPORTED) { }
69 class InvalidHandleException : public HBAException {
71 InvalidHandleException() : HBAException(HBA_STATUS_ERROR_INVALID_HANDLE) { }
78 class BadArgumentException : public HBAException {
80 BadArgumentException() : HBAException(HBA_STATUS_ERROR_ARG) { }
86 class IllegalWWNException : public HBAException {
[all...]
H A DInternalError.cc47 InternalError::InternalError(string message) : HBAException(HBA_STATUS_ERROR) {
56 InternalError::InternalError() : HBAException(HBA_STATUS_ERROR) {
H A DIOError.cc46 IOError::IOError(string message) : HBAException(HBA_STATUS_ERROR) {
55 IOError::IOError(Handle *handle) : HBAException(HBA_STATUS_ERROR) {
65 IOError::IOError(HBAPort *port) : HBAException(HBA_STATUS_ERROR) {
78 HBAException(HBA_STATUS_ERROR) {
92 HBAException(HBA_STATUS_ERROR) {
H A DSun_fcDoForceLip.cc49 } catch (HBAException &e) {
H A DSun_fcGetAdapterAttributes.cc57 } catch (HBAException &e) {
H A DSun_fcNPIVGetAdapterAttributes.cc48 } catch (HBAException &e) {
H A DSun_fcOpenAdapter.cc54 } catch (HBAException &e) {
H A DSun_fcOpenAdapterByWWN.cc55 } catch (HBAException &e) {
H A DSun_fcOpenTgtAdapter.cc54 } catch (HBAException &e) {
H A DSun_fcOpenTgtAdapterByWWN.cc55 } catch (HBAException &e) {
H A DSun_fcRefreshInformation.cc44 } catch (HBAException &e) {
H A DSun_fcDeleteNPIVPort.cc45 } catch (HBAException &e) {
H A DSun_fcGetAdapterName.cc61 } catch (HBAException &e) {
H A DSun_fcGetAdapterPortAttributes.cc60 } catch (HBAException &e) {
H A DSun_fcGetDiscPortAttrs.cc62 } catch (HBAException &e) {
H A DSun_fcGetNPIVPortInfo.cc45 } catch (HBAException &e) {
H A DSun_fcGetPortAttributesByWWN.cc57 } catch (HBAException &e) {
H A DSun_fcGetPortNPIVAttributes.cc50 } catch (HBAException &e) {
H A DSun_fcGetTgtAdapterName.cc61 } catch (HBAException &e) {
H A DSun_fcCreateNPIVPort.cc46 } catch (HBAException &e) {
H A DSun_fcGetFcpTargetMappingV2.cc67 } catch (HBAException &e) {
H A DSun_fcGetRNIDMgmtInfo.cc62 } catch (HBAException &e) {
H A DSun_fcRegisterForAdapterAddEvents.cc65 } catch (HBAException &e) {
H A DSun_fcSendCTPassThru.cc56 } catch (HBAException &e) {
H A DSun_fcSendRNID.cc57 } catch (HBAException &e) {

Completed in 82 milliseconds

12