Home
last modified time | relevance | path

Searched refs:getNodeWWN (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/lib/sun_fc/common/
H A DHBANPIVPort.cc63 this->getNodeWWN() == comp.getNodeWWN()); in operator ==()
H A DHBANPIVPort.h46 virtual uint64_t getNodeWWN() = 0;
H A DFCHBANPIVPort.h50 virtual uint64_t getNodeWWN() in getNodeWWN() function
H A DHBAPort.cc67 this->getNodeWWN() == comp.getNodeWWN() && in operator ==()
H A DHBAPort.h50 virtual uint64_t getNodeWWN() = 0;
H A DTgtFCHBAPort.h50 virtual uint64_t getNodeWWN() in getNodeWWN() function
H A DFCHBAPort.h51 virtual uint64_t getNodeWWN() in getNodeWWN() function
H A DHBA.cc155 if (port->second->getNodeWWN() == wwn) { in containsWWN()