Searched refs:thePath (Results 1 – 4 of 4) sorted by relevance
57 FCHBANPIVPort::FCHBANPIVPort(string thePath) : HBANPIVPort() { in FCHBANPIVPort() argument59 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()
225 TgtFCHBAPort::TgtFCHBAPort(string thePath) : HBAPort() { in TgtFCHBAPort() argument228 path = thePath; in TgtFCHBAPort()
434 FCHBAPort::FCHBAPort(string thePath) : HBAPort() { in FCHBAPort() argument436 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()
127 appendToPath(struct pcdir *dp, char *thePath, int *theLen) in appendToPath() argument134 if (thePath == NULL) in appendToPath()141 *(thePath + (*theLen)++) = '/'; in appendToPath()154 *(thePath + (*theLen)++) = dp->pcd_filename[i++]; in appendToPath()165 *(thePath + (*theLen)++) = '.'; in appendToPath()170 *(thePath + (*theLen)++) = dp->pcd_ext[i++]; in appendToPath()