Searched refs:FCT_DRIVER_PATH (Results 1 – 4 of 4) sorted by relevance
49 const string TgtFCHBA::FCT_DRIVER_PATH = "/devices/pseudo/fct@0:admin"; member in TgtFCHBA97 if ((fd = open(FCT_DRIVER_PATH.c_str(), O_NDELAY | O_RDONLY)) == -1) { in getHBAAttributes()173 if ((fd = open(FCT_DRIVER_PATH.c_str(), O_NDELAY | O_RDONLY)) == -1) { in doForceLip()235 if (stat(FCT_DRIVER_PATH.c_str(), &sb) != 0) { in loadAdapters()240 FCT_DRIVER_PATH.c_str(), FCT_DRIVER_PKG.c_str()); in loadAdapters()246 FCT_DRIVER_PATH.c_str(), strerror(errno)); in loadAdapters()259 if ((fd = open(FCT_DRIVER_PATH.c_str(), O_RDONLY)) < 0) { in loadAdapters()
57 static const std::string FCT_DRIVER_PATH; variable
57 const string TgtFCHBAPort::FCT_DRIVER_PATH = "/devices/pseudo/fct@0:admin"; member in TgtFCHBAPort467 int fd = HBA::_open(FCT_DRIVER_PATH, O_NDELAY | O_RDONLY); in fct_ioctl()
140 static const std::string FCT_DRIVER_PATH; variable