Home
last modified time | relevance | path

Searched refs:TgtFCHBAPort (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DTgtFCHBAPort.cc56 const int TgtFCHBAPort::MAX_FCTIO_MSG_LEN = 256;
57 const string TgtFCHBAPort::FCT_DRIVER_PATH = "/devices/pseudo/fct@0:admin";
65 TgtFCHBAPort::transportError(uint32_t fctio_errno, char *message) { in transportError()
225 TgtFCHBAPort::TgtFCHBAPort(string thePath) : HBAPort() { in TgtFCHBAPort() function in TgtFCHBAPort
245 HBA_PORTATTRIBUTES TgtFCHBAPort::getPortAttributes(uint64_t &stateChange) { in getPortAttributes()
298 HBA_PORTATTRIBUTES TgtFCHBAPort::getDiscoveredAttributes( in getDiscoveredAttributes()
354 HBA_PORTATTRIBUTES TgtFCHBAPort::getDiscoveredAttributes( in getDiscoveredAttributes()
397 void TgtFCHBAPort::sendRLS(uint64_t destWWN, in sendRLS()
458 void TgtFCHBAPort::validatePresent() { in validatePresent()
464 void TgtFCHBAPort::fct_ioctl(int cmd, fctio_t *fctio) { in fct_ioctl()
H A DTgtFCHBAPort.h45 class TgtFCHBAPort : public HBAPort {
47 TgtFCHBAPort(std::string path);
H A DTgtFCHBA.cc62 addPort(new TgtFCHBAPort(path)); in TgtFCHBA()
/illumos-gate/usr/src/lib/sun_fc/
H A DMakefile.com44 TgtFCHBAPort.o \