Home
last modified time | relevance | path

Searched refs:npivportHandles (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/sun_fc/common/
H A DHandlePort.cc204 if (npivportHandles.find(wwn) == npivportHandles.end()) { in getHandleNPIVPort()
207 npivportHandles[wwn] = new HandleNPIVPort(handle, this, hba, port, vport); in getHandleNPIVPort()
209 HandleNPIVPort *npivportHandle = npivportHandles[wwn]; in getHandleNPIVPort()
H A DHandlePort.h78 std::map<uint64_t, HandleNPIVPort*> npivportHandles; variable