Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensorMain.cpp100 static constexpr const char* peciDevPath = "/sys/bus/peci/devices/"; variable
196 findFiles(fs::path(peciDevPath), in createSensors()
428 std::string devPath = peciDevPath; in exportDevice()
511 findFiles(fs::path(peciDevPath + searchPath.str()), in detectCpu()
521 findFiles(fs::path(peciDevPath + searchPath.str()), in detectCpu()
543 std::string peciDevPath = peciDev + std::to_string(config.bus); in detectCpu() local
545 peci_SetDevName(peciDevPath.data()); in detectCpu()
551 std::cerr << "unable to open " << peciDevPath << " " in detectCpu()