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

/illumos-gate/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.cc225 TgtFCHBAPort::TgtFCHBAPort(string thePath) : HBAPort() { argument
228 path = thePath;
H A DFCHBAPort.cc434 FCHBAPort::FCHBAPort(string thePath) : HBAPort() { argument
436 log.debug("Initializing HBA port %s", thePath.c_str());
444 path = lookupControllerPath(thePath);
448 thePath.c_str());
450 path += thePath;
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c127 appendToPath(struct pcdir *dp, char *thePath, int *theLen) argument
134 if (thePath == NULL)
141 *(thePath + (*theLen)++) = '/';
154 *(thePath + (*theLen)++) = dp->pcd_filename[i++];
165 *(thePath + (*theLen)++) = '.';
170 *(thePath + (*theLen)++) = dp->pcd_ext[i++];

Completed in 70 milliseconds