Searched refs:getPath (Results 1 – 15 of 15) sorted by relevance
/titanic_41/usr/src/lib/sun_fc/common/ |
H A D | FCHBAPort.cc | 386 "target %016llx was %.4f seconds", getPath().c_str(), in sendSCSIPassThru() 397 getPath().c_str(), wwnConversion(fscsi->scsi_fc_pwwn.raw_wwn), in sendSCSIPassThru() 488 fp_ioctl(getPath(), FCIO_CMD, &fcio); in FCHBAPort() 523 fp_ioctl(getPath(), FCIO_CMD, &fcio); in deleteNPIVPort() 549 fp_ioctl(getPath(), FCIO_CMD, &fcio); in createNPIVPort() 569 fp_ioctl(getPath(), FCIO_CMD, &fcio); in getPortNPIVAttributes() 596 fp_ioctl(getPath(), FCIO_CMD, &fcio); in getPortAttributes() 615 strncpy((char *)attributes.OSDeviceName, getPath().c_str(), 256); in getPortAttributes() 637 fp_ioctl(getPath(), FCIO_CMD, &fcio); in getDiscoveredAttributes() 682 fp_ioctl(getPath(), FCIO_CMD, &fcio); in getDiscoveredAttributes() [all …]
|
H A D | FCHBA.cc | 89 if ((fd = open(port->getPath().c_str(), O_NDELAY | O_RDONLY)) == in FCHBA() 92 port->getPath().c_str()); in FCHBA() 157 if ((fd = open(port->getPath().c_str(), O_NDELAY | O_RDONLY)) == -1) { in getHBAAttributes() 223 if ((fd = open(port->getPath().c_str(), O_RDONLY | O_EXCL)) == -1) { in doForceLip() 266 if ((fd = open(port->getPath().c_str(), O_NDELAY | O_RDONLY)) == -1) { in npivGetHBAAttributes()
|
H A D | HBAPort.cc | 68 this->getPath() == comp.getPath()); in operator ==() 81 string path = getPath(); in validatePresent()
|
H A D | HBANPIVPort.h | 45 virtual std::string getPath() = 0;
|
H A D | FCHBANPIVPort.h | 48 virtual std::string getPath() in getPath() function
|
H A D | TgtFCHBA.cc | 111 std::string path = port->getPath(); in getHBAAttributes() 186 std::string path = port->getPath(); in doForceLip()
|
H A D | HBAPort.h | 49 virtual std::string getPath() = 0;
|
H A D | TgtFCHBAPort.h | 48 virtual std::string getPath() in getPath() function
|
H A D | FCHBAPort.h | 49 virtual std::string getPath() in getPath() function
|
H A D | FCHBANPIVPort.cc | 93 fp_ioctl(getPath(), FCIO_CMD, &fcio); in getPortAttributes()
|
/titanic_41/usr/src/lib/libfru/libfru/ |
H A D | Ancestor.h | 60 const char *getPath(int num);
|
H A D | Ancestor.cc | 133 Ancestor::getPath(int num) in getPath() function in Ancestor
|
H A D | libfru.cc | 1688 strlen(correctAnt->getPath(instWIPayload)) in fru_read_field() 1695 correctAnt->getPath(instWIPayload), in fru_read_field() 1832 strlen(correctAnt->getPath(instWIPayload)) in fru_get_num_iterations() 1839 correctAnt->getPath(instWIPayload), in fru_get_num_iterations()
|
/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | LocalConsumer.java | 401 argv[0] = program.getPath(); in compile() 404 macroArgs = new String[] { program.getPath() }; in compile() 407 p = _compileFile(program.getPath(), argv); in compile()
|
/titanic_41/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 938 programDescription = pf.getFile().getPath(); in main()
|