Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sun_fc/common/
H A DTgtFCHBA.cc49 const string TgtFCHBA::FCT_DRIVER_PATH = "/devices/pseudo/fct@0:admin"; member in TgtFCHBA
97 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()
H A DTgtFCHBA.h57 static const std::string FCT_DRIVER_PATH; variable
H A DTgtFCHBAPort.cc57 const string TgtFCHBAPort::FCT_DRIVER_PATH = "/devices/pseudo/fct@0:admin"; member in TgtFCHBAPort
467 int fd = HBA::_open(FCT_DRIVER_PATH, O_NDELAY | O_RDONLY); in fct_ioctl()
H A DTgtFCHBAPort.h140 static const std::string FCT_DRIVER_PATH; variable