Home
last modified time | relevance | path

Searched defs:cpuPresent (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor.hpp100 const bool* cpuPresent = std::get_if<bool>(&property.second); in getCpuDataByInterface() local
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp912 static bool cpuPresent(const std::string& cpuName) in cpuPresent() function