Searched refs:getPath (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/sun_fc/common/
H A DHBANPIVPort.h45 virtual std::string getPath() = 0;
H A DFCHBANPIVPort.h48 virtual std::string getPath() function in class:FCHBANPIVPort
H A DFCHBAPort.cc383 "target %016llx was %.4f seconds", getPath().c_str(),
394 getPath().c_str(), wwnConversion(fscsi->scsi_fc_pwwn.raw_wwn),
485 fp_ioctl(getPath(), FCIO_CMD, &fcio);
520 fp_ioctl(getPath(), FCIO_CMD, &fcio);
546 fp_ioctl(getPath(), FCIO_CMD, &fcio);
566 fp_ioctl(getPath(), FCIO_CMD, &fcio);
593 fp_ioctl(getPath(), FCIO_CMD, &fcio);
612 strncpy((char *)attributes.OSDeviceName, getPath().c_str(), 256);
634 fp_ioctl(getPath(), FCIO_CMD, &fcio);
679 fp_ioctl(getPath(), FCIO_CM
[all...]
H A DHBAPort.cc68 this->getPath() == comp.getPath());
81 string path = getPath();
H A DFCHBA.cc87 if ((fd = open(port->getPath().c_str(), O_NDELAY | O_RDONLY)) ==
90 port->getPath().c_str());
158 if ((fd = open(port->getPath().c_str(), O_NDELAY | O_RDONLY)) == -1) {
224 if ((fd = open(port->getPath().c_str(), O_RDONLY | O_EXCL)) == -1) {
270 if ((fd = open(port->getPath().c_str(), O_NDELAY | O_RDONLY)) == -1) {
H A DFCHBAPort.h49 virtual std::string getPath() function in class:FCHBAPort
H A DHBAPort.h49 virtual std::string getPath() = 0;
H A DTgtFCHBAPort.h48 virtual std::string getPath() function in class:TgtFCHBAPort
H A DTgtFCHBA.cc111 std::string path = port->getPath();
186 std::string path = port->getPath();
H A DFCHBANPIVPort.cc93 fp_ioctl(getPath(), FCIO_CMD, &fcio);
/osnet-11/usr/src/lib/libfru/libfru/
H A DAncestor.h60 const char *getPath(int num);
H A DAncestor.cc133 Ancestor::getPath(int num) function in class:Ancestor
H A Dlibfru.cc1688 strlen(correctAnt->getPath(instWIPayload))
1695 correctAnt->getPath(instWIPayload),
1832 strlen(correctAnt->getPath(instWIPayload))
1839 correctAnt->getPath(instWIPayload),
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java403 argv[0] = program.getPath();
406 macroArgs = new String[] { program.getPath() };
409 p = _compileFile(program.getPath(), argv);

Completed in 47 milliseconds