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

/osnet-11/usr/src/lib/sun_fc/common/
H A DTgtFCHBA.h56 static const std::string FCT_DRIVER_PATH; member in class:TgtFCHBA
H A DTgtFCHBA.cc46 const string TgtFCHBA::FCT_DRIVER_PATH = "/devices/pseudo/fct@0:admin"; member in class:TgtFCHBA
97 if ((fd = open(FCT_DRIVER_PATH.c_str(), O_NDELAY | O_RDONLY)) == -1) {
173 if ((fd = open(FCT_DRIVER_PATH.c_str(), O_NDELAY | O_RDONLY)) == -1) {
235 if (stat(FCT_DRIVER_PATH.c_str(), &sb) != 0) {
240 FCT_DRIVER_PATH.c_str(), FCT_DRIVER_PKG.c_str());
246 FCT_DRIVER_PATH.c_str(), strerror(errno));
259 if ((fd = open(FCT_DRIVER_PATH.c_str(), O_RDONLY)) < 0) {
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);
H A DTgtFCHBAPort.h140 static const std::string FCT_DRIVER_PATH; member in class:TgtFCHBAPort

Completed in 37 milliseconds