Searched refs:cpuName (Results 1 – 4 of 4) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | processor_operating_config.hpp | 157 const std::string& systemName, const std::string& cpuName) in handleOperatingConfigCollectionGet() argument 182 BMCWEB_REDFISH_SYSTEM_URI_NAME, cpuName); in handleOperatingConfigCollectionGet() 192 cpuName](const boost::system::error_code& ec, in handleOperatingConfigCollectionGet() 203 if (!object.ends_with(cpuName)) in handleOperatingConfigCollectionGet() 220 BMCWEB_REDFISH_SYSTEM_URI_NAME, cpuName), in handleOperatingConfigCollectionGet() 230 const std::string& systemName, const std::string& cpuName, in handleOperationConfigGet() argument 257 [asyncResp, cpuName, in handleOperationConfigGet() 266 const std::string expectedEnding = cpuName + '/' + configName; in handleOperationConfigGet() 279 BMCWEB_REDFISH_SYSTEM_URI_NAME, cpuName, configName); in handleOperationConfigGet()
|
| /openbmc/dbus-sensors/src/adc/ |
| H A D | ADCSensorMain.cpp | 363 std::string cpuName = cpuPath.filename(); in main() local 364 if (!cpuName.starts_with("cpu")) in main()
|
| /openbmc/dbus-sensors/src/psu/ |
| H A D | PSUSensorMain.cpp | 1201 std::string cpuName = cpuPath.filename(); in main() local 1202 if (!cpuName.starts_with("cpu")) in main()
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | oemcommands.cpp | 912 static bool cpuPresent(const std::string& cpuName) in cpuPresent() argument 918 std::string cpuPresencePath = cpuPresencePathPrefix + cpuName; in cpuPresent() 933 phosphor::logging::entry("NAME=%s", cpuName.c_str())); in cpuPresent()
|