Searched refs:FCT_DRIVER_PATH (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/sun_fc/common/
H A DTgtFCHBA.h57 static const std::string FCT_DRIVER_PATH; member in class:TgtFCHBA
H A DTgtFCHBA.cc48 const string TgtFCHBA::FCT_DRIVER_PATH = "/devices/pseudo/fct@0:admin"; member in class:TgtFCHBA
96 if ((fd = open(FCT_DRIVER_PATH.c_str(), O_NDELAY | O_RDONLY)) == -1) {
172 if ((fd = open(FCT_DRIVER_PATH.c_str(), O_NDELAY | O_RDONLY)) == -1) {
234 if (stat(FCT_DRIVER_PATH.c_str(), &sb) != 0) {
239 FCT_DRIVER_PATH.c_str(), FCT_DRIVER_PKG.c_str());
245 FCT_DRIVER_PATH.c_str(), strerror(errno));
258 if ((fd = open(FCT_DRIVER_PATH.c_str(), O_RDONLY)) < 0) {
H A DTgtFCHBAPort.h140 static const std::string FCT_DRIVER_PATH; member in class:TgtFCHBAPort
H A DTgtFCHBAPort.cc56 const string TgtFCHBAPort::FCT_DRIVER_PATH = "/devices/pseudo/fct@0:admin"; member in class:TgtFCHBAPort
466 int fd = HBA::_open(FCT_DRIVER_PATH, O_NDELAY | O_RDONLY);

Completed in 100 milliseconds