Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/include/
H A Dcpuinfo.hpp29 static constexpr const char* cpuPath = variable
49 uuidInterface.emplace(bus, (cpuPath + std::to_string(id - 1)).c_str(), in publishUUID()
/openbmc/dbus-sensors/src/adc/
H A DADCSensorMain.cpp371 sdbusplus::message::object_path cpuPath(path); in main() local
372 std::string cpuName = cpuPath.filename(); in main()
/openbmc/smbios-mdr/src/
H A Dcpuinfo_main.cpp269 const std::string objectPath = cpuPath + std::to_string(cpu - 1); in setCpuProperty()
325 const std::string objectPath = cpuPath + std::to_string(cpu - 1); in createCpuUpdatedMatch()
H A Dspeed_select.cpp316 return cpuPath + std::to_string(index); in generatePath()
/openbmc/openpower-occ-control/
H A Docc_manager.cpp337 fs::path cpuPath(std::string(std::move(o))); in cpuCreated() local
339 auto name = cpuPath.filename().string(); in cpuCreated()
/openbmc/dbus-sensors/src/psu/
H A DPSUSensorMain.cpp1205 sdbusplus::message::object_path cpuPath(path); in main() local
1206 std::string cpuName = cpuPath.filename(); in main()