Home
last modified time | relevance | path

Searched refs:addPort (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBA.h59 void addPort(HBAPort* port);
H A DFCHBA.cc58 addPort(new FCHBAPort(path)); in FCHBA()
131 addPort(new FCHBAPort(nextPath)); in FCHBA()
H A DHBAPort.h111 void addPort(HBANPIVPort* port);
H A DHBA.cc66 void HBA::addPort(HBAPort* port) { in addPort() function in HBA
H A DHBAPort.cc252 void HBAPort::addPort(HBANPIVPort *port) { in addPort() function in HBAPort
H A DTgtFCHBA.cc62 addPort(new TgtFCHBAPort(path)); in TgtFCHBA()
H A DFCHBAPort.cc500 addPort(new FCHBANPIVPort(pathList->hbaPaths[i])); in FCHBAPort()