Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor_operating_config.hpp157 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 DADCSensorMain.cpp363 std::string cpuName = cpuPath.filename(); in main() local
364 if (!cpuName.starts_with("cpu")) in main()
/openbmc/dbus-sensors/src/psu/
H A DPSUSensorMain.cpp1201 std::string cpuName = cpuPath.filename(); in main() local
1202 if (!cpuName.starts_with("cpu")) in main()
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp912 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()