/titanic_50/usr/src/lib/sun_fc/common/ |
H A D | HBAPort.cc | 49 const int HBAPort::RNID_GENERAL_TOPOLOGY_DATA_FORMAT = 0xDF; 50 const uint8_t HBAPort::HBA_NPIV_PORT_MAX = UCHAR_MAX; 55 HBAPort::HBAPort() { in HBAPort() function in HBAPort 65 bool HBAPort::operator==(HBAPort &comp) { in operator ==() 79 void HBAPort::validatePresent() { in validatePresent() 148 void HBAPort::convertToShortNames(PHBA_FCPTARGETMAPPINGV2 mappings) { in convertToShortNames() 208 string HBAPort::lookupControllerPath(string path) { in lookupControllerPath() 252 void HBAPort::addPort(HBANPIVPort *port) { in addPort() 271 HBANPIVPort* HBAPort::getPort(uint64_t wwn) { in getPort() 289 HBANPIVPort* HBAPort::getPortByIndex(int index) { in getPortByIndex()
|
H A D | HBA.h | 33 class HBAPort; variable 59 void addPort(HBAPort* port); 60 HBAPort* getPort(uint64_t wwn); 74 HBAPort* getPortByIndex(int index); 83 std::map<uint64_t, HBAPort *> portsByWWN; 84 std::vector<HBAPort*> portsByIndex;
|
H A D | HBA.cc | 66 void HBA::addPort(HBAPort* port) { in addPort() 109 HBAPort* HBA::getPort(uint64_t wwn) { in getPort() 111 HBAPort *port = NULL; in getPort() 133 typedef map<uint64_t, HBAPort *>::const_iterator CI; 175 HBAPort* HBA::getPortByIndex(int index) { in getPortByIndex() 186 HBAPort *tmp = portsByIndex[index]; in getPortByIndex()
|
H A D | IOError.cc | 65 IOError::IOError(HBAPort *port) : HBAException(HBA_STATUS_ERROR) { in IOError() 77 IOError::IOError(HBAPort *port, uint64_t target) : in IOError() 91 IOError::IOError(HBAPort *port, uint64_t target, uint64_t lun) : in IOError()
|
H A D | FCSyseventBridge.h | 62 virtual void addListener(AdapterPortEventListener *listener, HBAPort *port); 64 HBAPort *port); 66 HBAPort *port, uint64_t targetWWN, bool filter);
|
H A D | HBAPort.h | 43 class HBAPort : public Lockable { 45 HBAPort(); 46 virtual ~HBAPort() {} in ~HBAPort() 47 bool operator==(HBAPort &comp);
|
H A D | AdapterDeviceEventListener.h | 50 AdapterDeviceEventListener(HBAPort *port, 56 HBAPort *port;
|
H A D | AdapterPortEventListener.h | 52 AdapterPortEventListener(HBAPort *port, AdapterPortCallback myCallback, 57 HBAPort *port;
|
H A D | TargetEventListener.h | 51 TargetEventListener(HBAPort *port, TargetCallback myCallback, 58 HBAPort *port;
|
H A D | HandleNPIVPort.h | 51 HBA *hba, HBAPort *port, HBANPIVPort *vport); 64 HBAPort *port;
|
H A D | Sun_fcSendRNID.cc | 48 HBAPort *port = hba->getPortByIndex(0); in Sun_fcSendRNID() 55 0, HBAPort::RNID_GENERAL_TOPOLOGY_DATA_FORMAT, in Sun_fcSendRNID()
|
H A D | Exceptions.h | 213 IOError(HBAPort *port); 214 IOError(HBAPort *port, uint64_t target); 215 IOError(HBAPort *port, uint64_t target, uint64_t lun);
|
H A D | HandlePort.h | 54 HandlePort(Handle *handle, HBA *hba, HBAPort *port); 76 HBAPort *port;
|
H A D | FCHBA.cc | 88 HBAPort *port = getPortByIndex(0); in FCHBA() 156 HBAPort *port = getPortByIndex(0); in getHBAAttributes() 220 HBAPort *port = getPortByIndex(0); in doForceLip() 265 HBAPort *port = getPortByIndex(0); in npivGetHBAAttributes()
|
H A D | AdapterPortStatEventBridge.h | 43 HBAPort *port) = 0;
|
H A D | LinkEventBridge.h | 42 virtual void addListener(LinkEventListener *listener, HBAPort *port) = 0;
|
H A D | AdapterDeviceEventBridge.h | 43 HBAPort *port) = 0;
|
H A D | AdapterPortEventBridge.h | 42 HBAPort *port) = 0;
|
H A D | TargetEventBridge.h | 43 HBAPort *port, uint64_t targetWWN, bool filter) = 0;
|
H A D | Sun_fcGetRNIDMgmtInfo.cc | 59 HBAPort *port = hba->getPortByIndex(0); // Always use port zero in Sun_fcGetRNIDMgmtInfo()
|
H A D | Sun_fcGetFcpTargetMappingV2.cc | 64 HBAPort *port = hba->getPort(wwnConversion(portWWN.wwn)); in Sun_fcGetFcpTargetMappingV2()
|
H A D | Sun_fcSendRLS.cc | 66 HBAPort *port = hba->getPort(wwnConversion(hbaPortWWN.wwn)); in Sun_fcSendRLS()
|
H A D | Sun_fcSendRNIDV2.cc | 65 HBAPort *port = hba->getPort(wwnConversion(hbaportwwn.wwn)); in Sun_fcSendRNIDV2()
|
H A D | AdapterDeviceEventListener.cc | 44 HBAPort *myPort, AdapterDeviceCallback myCallback, void *data) : in AdapterDeviceEventListener()
|
H A D | Sun_fcSendCTPassThru.cc | 49 HBAPort *port = hba->getPortByIndex(0); in Sun_fcSendCTPassThru()
|