Searched refs:HandlePort (Results 1 - 13 of 13) sorted by relevance
/osnet-11/usr/src/lib/sun_fc/common/ |
H A D | HandlePort.cc | 28 #include "HandlePort.h" 43 * @memo Construct a new HandlePort for state tracking 49 HandlePort::HandlePort(Handle *myHandle, HBA *myHBA, HBAPort *myPort) : function in class:HandlePort 51 Trace log("HandlePort::HandlePort"); 59 void HandlePort::refresh() { 60 Trace log("HandlePort::refresh"); 76 void HandlePort::validate(uint64_t newState) { 77 Trace log("HandlePort [all...] |
H A D | HandleNPIVPort.h | 33 class HandlePort; 38 #include "HandlePort.h" 50 HandleNPIVPort(Handle *handle, HandlePort *porthandle, 63 HandlePort *handleport;
|
H A D | HandlePort.h | 33 class HandlePort; 52 class HandlePort : public Lockable { class in inherits:Lockable 54 HandlePort(Handle *handle, HBA *hba, HBAPort *port);
|
H A D | Handle.h | 32 class HandlePort; 36 #include "HandlePort.h" 64 HandlePort* getHandlePortByIndex(int index); 65 HandlePort* getHandlePort(uint64_t wwn); 86 std::map < uint64_t, HandlePort* > portHandles;
|
H A D | Sun_fcDeleteNPIVPort.cc | 42 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex);
|
H A D | Sun_fcGetAdapterPortAttributes.cc | 29 #include "HandlePort.h" 57 HandlePort *myPort = myHandle->getHandlePortByIndex(port);
|
H A D | Sun_fcGetDiscPortAttrs.cc | 29 #include "HandlePort.h" 59 HandlePort *myPort = myHandle->getHandlePortByIndex(port);
|
H A D | Sun_fcGetNPIVPortInfo.cc | 41 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex);
|
H A D | Sun_fcGetPortNPIVAttributes.cc | 47 HandlePort *myPort = myHandle->getHandlePortByIndex(port);
|
H A D | Sun_fcCreateNPIVPort.cc | 42 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex);
|
H A D | Handle.cc | 176 typedef map<uint64_t, HandlePort *>::const_iterator CI; 268 typedef map<uint64_t, HandlePort *>::const_iterator CI; 330 HandlePort* Handle::getHandlePortByIndex(int index) { 343 HandlePort* Handle::getHandlePort(uint64_t wwn) { 351 portHandles[wwn] = new HandlePort(this, hba, port); 353 HandlePort *portHandle = portHandles[wwn];
|
H A D | HandleNPIVPort.cc | 51 HandleNPIVPort::HandleNPIVPort(Handle *myHandle, HandlePort *myHandlePort, 130 * @see HandlePort::validate
|
/osnet-11/usr/src/lib/sun_fc/ |
H A D | Makefile.com | 33 HandlePort.o \
|
Completed in 39 milliseconds