Lines Matching full:peci
20 #include <peci.h>
51 std::cerr << "PECI command failed." in checkPECIStatus()
142 // hide any temporary hiccup in PECI communication.
144 // PECI read on every get-property, and can't assume that values will change
375 * @throw PECIError A PECI command failed on a CPU which had previously
393 // PECI contention, SST discovery could take a long time. This lets us in discoverCPUsAndConfigs()
405 // We could possibly check D-Bus for CPU presence and model, but PECI is in discoverCPUsAndConfigs()
485 // In case we didn't encounter a PECI error, but also didn't find in discoverCPUsAndConfigs()
522 std::cerr << "PECI Error: " << err.what() << '\n'; in discoverOrWait()
538 // Retry later if no CPUs were available, or there was a PECI error. in discoverOrWait()
547 std::cerr << "SST PECI Retry Timer failed: " << ec << '\n'; in discoverOrWait()