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

/osnet-11/usr/src/lib/sun_fc/common/
H A DHandlePort.cc28 #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 DHandleNPIVPort.h33 class HandlePort;
38 #include "HandlePort.h"
50 HandleNPIVPort(Handle *handle, HandlePort *porthandle,
63 HandlePort *handleport;
H A DHandlePort.h33 class HandlePort;
52 class HandlePort : public Lockable { class in inherits:Lockable
54 HandlePort(Handle *handle, HBA *hba, HBAPort *port);
H A DHandle.h32 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 DSun_fcDeleteNPIVPort.cc42 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex);
H A DSun_fcGetAdapterPortAttributes.cc29 #include "HandlePort.h"
57 HandlePort *myPort = myHandle->getHandlePortByIndex(port);
H A DSun_fcGetDiscPortAttrs.cc29 #include "HandlePort.h"
59 HandlePort *myPort = myHandle->getHandlePortByIndex(port);
H A DSun_fcGetNPIVPortInfo.cc41 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex);
H A DSun_fcGetPortNPIVAttributes.cc47 HandlePort *myPort = myHandle->getHandlePortByIndex(port);
H A DSun_fcCreateNPIVPort.cc42 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex);
H A DHandle.cc176 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 DHandleNPIVPort.cc51 HandleNPIVPort::HandleNPIVPort(Handle *myHandle, HandlePort *myHandlePort,
130 * @see HandlePort::validate
/osnet-11/usr/src/lib/sun_fc/
H A DMakefile.com33 HandlePort.o \

Completed in 47 milliseconds