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.cpp98 static constexpr const char* peciDevPath = "/sys/bus/peci/devices/"; variable
192 findFiles(std::filesystem::path(peciDevPath), in createSensors()
422 std::string devPath = peciDevPath; in exportDevice()
503 findFiles(std::filesystem::path(peciDevPath + searchPath.str()), in detectCpu()
513 findFiles(std::filesystem::path(peciDevPath + searchPath.str()), in detectCpu()
535 std::string peciDevPath = peciDev + std::to_string(config.bus); in detectCpu() local
537 peci_SetDevName(peciDevPath.data()); in detectCpu()
544 peciDevPath, "ERRNO", std::strerror(errno)); in detectCpu()