/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | Exceptions.h | 45 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 D | IOError.cc | 46 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 D | InternalError.cc | 47 InternalError::InternalError(string message) : HBAException(HBA_STATUS_ERROR) { in InternalError() 56 InternalError::InternalError() : HBAException(HBA_STATUS_ERROR) { in InternalError()
|
H A D | Sun_fcOpenAdapter.cc | 54 } catch (HBAException &e) { in Sun_fcOpenAdapter()
|
H A D | Sun_fcOpenTgtAdapter.cc | 54 } catch (HBAException &e) { in Sun_fcOpenTgtAdapter()
|
H A D | Sun_fcRefreshInformation.cc | 44 } catch (HBAException &e) { in Sun_fcRefreshInformation()
|
H A D | Sun_fcDoForceLip.cc | 49 } catch (HBAException &e) { in Sun_fcDoForceLip()
|
H A D | Sun_fcSetRNIDMgmtInfo.cc | 60 } catch (HBAException &e) { in Sun_fcSetRNIDMgmtInfo()
|
H A D | Sun_fcGetAdapterAttributes.cc | 57 } catch (HBAException &e) { in Sun_fcGetAdapterAttributes()
|
H A D | Sun_fcNPIVGetAdapterAttributes.cc | 48 } catch (HBAException &e) { in Sun_fcNPIVGetAdapterAttributes()
|
H A D | Sun_fcOpenAdapterByWWN.cc | 55 } catch (HBAException &e) { in Sun_fcOpenAdapterByWWN()
|
H A D | Sun_fcOpenTgtAdapterByWWN.cc | 55 } catch (HBAException &e) { in Sun_fcOpenTgtAdapterByWWN()
|
H A D | Sun_fcGetRNIDMgmtInfo.cc | 62 } catch (HBAException &e) { in Sun_fcGetRNIDMgmtInfo()
|
H A D | Sun_fcDeleteNPIVPort.cc | 45 } catch (HBAException &e) { in Sun_fcDeleteNPIVPort()
|
H A D | Sun_fcGetAdapterName.cc | 61 } catch (HBAException &e) { in Sun_fcGetAdapterName()
|
H A D | Sun_fcGetPortAttributesByWWN.cc | 57 } catch (HBAException &e) { in Sun_fcGetPortAttributesByWWN()
|
H A D | Sun_fcGetTgtAdapterName.cc | 61 } catch (HBAException &e) { in Sun_fcGetTgtAdapterName()
|
H A D | Sun_fcGetAdapterPortAttributes.cc | 60 } catch (HBAException &e) { in Sun_fcGetAdapterPortAttributes()
|
H A D | Sun_fcGetPortNPIVAttributes.cc | 50 } catch (HBAException &e) { in Sun_fcGetPortNPIVAttributes()
|
H A D | Sun_fcGetFcpTargetMappingV2.cc | 67 } catch (HBAException &e) { in Sun_fcGetFcpTargetMappingV2()
|
H A D | Sun_fcGetDiscPortAttrs.cc | 62 } catch (HBAException &e) { in Sun_fcGetDiscoveredPortAttributes()
|
H A D | Sun_fcGetNPIVPortInfo.cc | 45 } catch (HBAException &e) { in Sun_fcGetNPIVPortInfo()
|
H A D | Sun_fcCreateNPIVPort.cc | 46 } catch (HBAException &e) { in Sun_fcCreateNPIVPort()
|
H A D | Sun_fcRegisterForAdapterAddEvents.cc | 65 } catch (HBAException &e) { in Sun_fcRegisterForAdapterAddEvents()
|
H A D | Sun_fcSendRLS.cc | 70 } catch (HBAException &e) { in Sun_fcSendRLS()
|