Searched defs:FCHBAPort (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBAPort.h46 class FCHBAPort : public HBAPort { class in inherits:HBAPort
48 FCHBAPort(std::string path);
H A DFCHBAPort.cc28 #include <FCHBAPort.h>
58 const int FCHBAPort::MAX_FCIO_MSG_LEN = 256;
59 const string FCHBAPort::FCSM_DRIVER_PATH = "/devices/pseudo/fcsm@0:fcsm";
60 const string FCHBAPort::FCP_DRIVER_PATH = "/devices/pseudo/fcp@0:fcp";
68 FCHBAPort::transportError(uint32_t fcio_errno, char *message) {
302 void FCHBAPort::sendSCSIPassThru(struct fcp_scsi_cmd *fscsi,
305 Trace log("FCHBAPort::sendSCSIPassThru");
434 FCHBAPort::FCHBAPort(string thePath) : HBAPort() { function in class:FCHBAPort
435 Trace log("FCHBAPort
[all...]

Completed in 58 milliseconds