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.hpp1104 const std::string& systemName, const std::string& cpuName) { in requestRoutesOperatingConfigCollection() argument
1128 BMCWEB_REDFISH_SYSTEM_URI_NAME, cpuName); in requestRoutesOperatingConfigCollection()
1137 [asyncResp, cpuName]( in requestRoutesOperatingConfigCollection()
1149 if (!object.ends_with(cpuName)) in requestRoutesOperatingConfigCollection()
1166 BMCWEB_REDFISH_SYSTEM_URI_NAME, cpuName), in requestRoutesOperatingConfigCollection()
1183 const std::string& systemName, const std::string& cpuName, in requestRoutesOperatingConfig()
1209 [asyncResp, cpuName, configName]( in requestRoutesOperatingConfig()
1218 const std::string expectedEnding = cpuName + '/' + configName; in requestRoutesOperatingConfig()
1231 BMCWEB_REDFISH_SYSTEM_URI_NAME, cpuName, configName); in requestRoutesOperatingConfig()
/openbmc/dbus-sensors/src/
H A DADCSensorMain.cpp369 std::string cpuName = cpuPath.filename(); in main() local
370 if (!cpuName.starts_with("cpu")) in main()
H A DPSUSensorMain.cpp1186 std::string cpuName = cpuPath.filename(); in main() local
1187 if (!cpuName.starts_with("cpu")) in main()
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp914 static bool cpuPresent(const std::string& cpuName) in cpuPresent() argument
920 std::string cpuPresencePath = cpuPresencePathPrefix + cpuName; in cpuPresent()
935 phosphor::logging::entry("NAME=%s", cpuName.c_str())); in cpuPresent()