Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/sun_fc/common/
H A DHandlePort.cc49 HandlePort::HandlePort(Handle *myHandle, HBA *myHBA, HBAPort *myPort) : in HandlePort() function in HandlePort
59 void HandlePort::refresh() { in refresh()
76 void HandlePort::validate(uint64_t newState) { in validate()
98 bool HandlePort::match(uint64_t portWWN) { in match()
111 bool HandlePort::match(int index) { in match()
124 HBA_PORTATTRIBUTES HandlePort::getDiscoveredAttributes(uint64_t wwn) { in getDiscoveredAttributes()
141 HBA_PORTATTRIBUTES HandlePort::getPortAttributes() { in getPortAttributes()
159 HandlePort::getDiscoveredAttributes(HBA_UINT32 discoveredport) { in getDiscoveredAttributes()
168 HBA_PORTNPIVATTRIBUTES HandlePort::getPortNPIVAttributes() { in getPortNPIVAttributes()
176 uint32_t HandlePort::deleteNPIVPort(uint64_t vportwwn) { in deleteNPIVPort()
[all …]
H A DHandle.h33 class HandlePort; variable
66 HandlePort* getHandlePortByIndex(int index);
67 HandlePort* getHandlePort(uint64_t wwn);
85 std::map<uint64_t, HandlePort*> portHandles;
H A DHandleNPIVPort.h33 class HandlePort; variable
50 HandleNPIVPort(Handle *handle, HandlePort *porthandle,
63 HandlePort *handleport;
H A DHandlePort.h33 class HandlePort; variable
52 class HandlePort : public Lockable {
54 HandlePort(Handle *handle, HBA *hba, HBAPort *port);
H A DHandle.cc176 typedef map<uint64_t, HandlePort *>::const_iterator CI; in ~Handle()
268 typedef map<uint64_t, HandlePort *>::const_iterator CI; in refresh()
330 HandlePort* Handle::getHandlePortByIndex(int index) { in getHandlePortByIndex()
343 HandlePort* Handle::getHandlePort(uint64_t wwn) { in getHandlePort()
351 portHandles[wwn] = new HandlePort(this, hba, port); in getHandlePort()
353 HandlePort *portHandle = portHandles[wwn]; in getHandlePort()
H A DSun_fcDeleteNPIVPort.cc42 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex); in Sun_fcDeleteNPIVPort()
H A DSun_fcGetAdapterPortAttributes.cc57 HandlePort *myPort = myHandle->getHandlePortByIndex(port); in Sun_fcGetAdapterPortAttributes()
H A DSun_fcGetPortNPIVAttributes.cc47 HandlePort *myPort = myHandle->getHandlePortByIndex(port); in Sun_fcGetPortNPIVAttributes()
H A DSun_fcGetDiscPortAttrs.cc59 HandlePort *myPort = myHandle->getHandlePortByIndex(port); in Sun_fcGetDiscoveredPortAttributes()
H A DSun_fcGetNPIVPortInfo.cc41 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex); in Sun_fcGetNPIVPortInfo()
H A DSun_fcCreateNPIVPort.cc42 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex); in Sun_fcCreateNPIVPort()
H A DHandleNPIVPort.cc51 HandleNPIVPort::HandleNPIVPort(Handle *myHandle, HandlePort *myHandlePort, in HandleNPIVPort()
/titanic_41/usr/src/lib/sun_fc/
H A DMakefile.com34 HandlePort.o \