Searched refs:HBANPIVPort (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/sun_fc/common/
H A DHBANPIVPort.h40 class HBANPIVPort : public Lockable { class in inherits:Lockable
42 HBANPIVPort();
43 virtual ~HBANPIVPort() {};
44 bool operator == (HBANPIVPort &comp);
H A DHBANPIVPort.cc27 #include "HBANPIVPort.h"
50 HBANPIVPort::HBANPIVPort() { function in class:HBANPIVPort
61 bool HBANPIVPort::operator==(HBANPIVPort &comp) {
71 string HBANPIVPort::lookupControllerPath(string path) {
H A DHandleNPIVPort.h41 #include "HBANPIVPort.h"
51 HBA *hba, HBAPort *port, HBANPIVPort *vport);
66 HBANPIVPort *vport;
H A DHBAPort.h32 #include "HBANPIVPort.h"
111 void addPort(HBANPIVPort* port);
112 HBANPIVPort* getPort(uint64_t wwn);
113 HBANPIVPort* getPortByIndex(int index);
125 std::map<uint64_t, HBANPIVPort*> npivportsByWWN;
126 std::vector<HBANPIVPort*> npivportsByIndex;
H A DFCHBANPIVPort.h31 #include "HBANPIVPort.h"
45 class FCHBANPIVPort : public HBANPIVPort {
H A DHBAPort.cc252 void HBAPort::addPort(HBANPIVPort *port) {
271 HBANPIVPort* HBAPort::getPort(uint64_t wwn) {
273 HBANPIVPort *port = NULL;
289 HBANPIVPort* HBAPort::getPortByIndex(int index) {
296 HBANPIVPort *tmp = npivportsByIndex[index];
H A DHandlePort.cc195 HBANPIVPort* vport = port->getPortByIndex(index);
206 HBANPIVPort* vport = port->getPort(wwn);
H A DHandleNPIVPort.cc52 HBA *myHBA, HBAPort *myPort, HBANPIVPort *myvPort) :
H A DFCHBANPIVPort.cc57 FCHBANPIVPort::FCHBANPIVPort(string thePath) : HBANPIVPort() {
/opensolaris-onvv-gate/usr/src/lib/sun_fc/
H A DMakefile.com117 HBANPIVPort.o \

Completed in 118 milliseconds