Home
last modified time | relevance | path

Searched refs:getPath (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc488 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()
637 fp_ioctl(getPath(), FCIO_CMD, &fcio); in getDiscoveredAttributes()
682 fp_ioctl(getPath(), FCIO_CMD, &fcio); in getDiscoveredAttributes()
875 fp_ioctl(getPath(), FCIO_CMD, &fcio); in getRNIDMgmtInfo()
934 getPath().c_str(), duration); in sendCTPassThru()
980 fp_ioctl(getPath(), FCIO_CMD, &fcio); in sendRLS()
[all …]
H A DFCHBA.cc89 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 DHBAPort.cc68 this->getPath() == comp.getPath()); in operator ==()
81 string path = getPath(); in validatePresent()
H A DHBANPIVPort.h45 virtual std::string getPath() = 0;
H A DFCHBANPIVPort.h48 virtual std::string getPath() in getPath() function
H A DTgtFCHBA.cc111 std::string path = port->getPath(); in getHBAAttributes()
186 std::string path = port->getPath(); in doForceLip()
H A DHBAPort.h49 virtual std::string getPath() = 0;
H A DTgtFCHBAPort.h48 virtual std::string getPath() in getPath() function
H A DFCHBAPort.h49 virtual std::string getPath() in getPath() function
H A DFCHBANPIVPort.cc93 fp_ioctl(getPath(), FCIO_CMD, &fcio); in getPortAttributes()
/illumos-gate/usr/src/lib/libfru/libfru/
H A DAncestor.h58 const char *getPath(int num);
H A DAncestor.cc131 Ancestor::getPath(int num) in getPath() function in Ancestor
H A Dlibfru.cc1686 strlen(correctAnt->getPath(instWIPayload)) in fru_read_field()
1693 correctAnt->getPath(instWIPayload), in fru_read_field()
1830 strlen(correctAnt->getPath(instWIPayload)) in fru_get_num_iterations()
1837 correctAnt->getPath(instWIPayload), in fru_get_num_iterations()
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java401 argv[0] = program.getPath(); in compile()
404 macroArgs = new String[] { program.getPath() }; in compile()
407 p = _compileFile(program.getPath(), argv); in compile()
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java938 programDescription = pf.getFile().getPath(); in main()