Lines Matching refs:TgtFCHBA
29 #include <TgtFCHBA.h>
49 const string TgtFCHBA::FCT_DRIVER_PATH = "/devices/pseudo/fct@0:admin";
50 const string TgtFCHBA::FCT_ADAPTER_NAME_PREFIX = "/devices/pseudo/fct@0";
51 const string TgtFCHBA::FCT_DRIVER_PKG = "SUNWfct";
52 const int TgtFCHBA::MAX_FCTIO_MSG_LEN = 256;
54 TgtFCHBA::TgtFCHBA(string path) : HBA()
56 Trace log("TgtFCHBA::TgtFCHBA");
78 std::string TgtFCHBA::getName()
80 Trace log("TgtFCHBA::getName");
84 HBA_ADAPTERATTRIBUTES TgtFCHBA::getHBAAttributes()
86 Trace log("TgtFCHBA::getHBAAttributes");
164 int TgtFCHBA::doForceLip()
166 Trace log("TgtFCHBA::doForceLip");
221 void TgtFCHBA::loadAdapters(vector<HBA*> &list)
223 Trace log("TgtFCHBA::loadAdapters");
323 HBA *hba = new TgtFCHBA(hbapath);