Home
last modified time | relevance | path

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() { in FCHBANPIVPort() argument
59 log.debug("Initializing HBA NPIV port %s", thePath.c_str()); in FCHBANPIVPort()
62 path = lookupControllerPath(thePath); in FCHBANPIVPort()
65 thePath.c_str()); in FCHBANPIVPort()
67 path += thePath; in FCHBANPIVPort()
H A DTgtFCHBAPort.cc225 TgtFCHBAPort::TgtFCHBAPort(string thePath) : HBAPort() { in TgtFCHBAPort() argument
228 path = thePath; in TgtFCHBAPort()
H A DFCHBAPort.cc434 FCHBAPort::FCHBAPort(string thePath) : HBAPort() { in FCHBAPort() argument
436 log.debug("Initializing HBA port %s", thePath.c_str()); in FCHBAPort()
444 path = lookupControllerPath(thePath); in FCHBAPort()
448 thePath.c_str()); in FCHBAPort()
450 path += thePath; in FCHBAPort()
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c125 appendToPath(struct pcdir *dp, char *thePath, int *theLen) in appendToPath() argument
132 if (thePath == NULL) in appendToPath()
139 *(thePath + (*theLen)++) = '/'; in appendToPath()
152 *(thePath + (*theLen)++) = dp->pcd_filename[i++]; in appendToPath()
163 *(thePath + (*theLen)++) = '.'; in appendToPath()
168 *(thePath + (*theLen)++) = dp->pcd_ext[i++]; in appendToPath()