Lines Matching +full:level +full:- +full:detect
8 * http://www.apache.org/licenses/LICENSE-2.0
19 #include <phosphor-logging/elog-errors.hpp>
20 #include <phosphor-logging/log.hpp>
33 constexpr auto masterScanPath = "/sys/class/fsi-master/fsi0/rescan";
34 constexpr auto hubScanPath = "/sys/class/fsi-master/fsi1/rescan";
35 constexpr auto masterCalloutPath = "/sys/class/fsi-master/fsi0/slave@00:00/raw";
41 * @param[in] path - the sysfs path to write a 1 to
71 // the master and hub scans. The only way we can detect something in scan()
83 log<level::ERR>("Failed to run the FSI master scan"); in scan()
94 log<level::ERR>("The FSI master scan did not create a hub scan file"); in scan()
115 log<level::ERR>("Failed to run the FSI hub scan"); in scan()