Searched refs:thePath (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/sun_fc/common/
H A DFCHBANPIVPort.cc57 FCHBANPIVPort::FCHBANPIVPort(string thePath) : HBANPIVPort() { argument
59 log.debug("Initializing HBA NPIV port %s", thePath.c_str());
62 path = lookupControllerPath(thePath);
65 thePath.c_str());
67 path += thePath;
H A DTgtFCHBAPort.cc224 TgtFCHBAPort::TgtFCHBAPort(string thePath) : HBAPort() { argument
227 path = thePath;
H A DFCHBAPort.cc431 FCHBAPort::FCHBAPort(string thePath) : HBAPort() { argument
433 log.debug("Initializing HBA port %s", thePath.c_str());
441 path = lookupControllerPath(thePath);
445 thePath.c_str());
447 path += thePath;

Completed in 24 milliseconds