Searched refs:bootIndex (Results 1 – 1 of 1) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | systems_logservices_postcodes.hpp | 197 const uint16_t bootIndex, const uint64_t codeIndex = 0, in fillPostCodeEntry() argument 216 "B" + std::to_string(bootIndex) + "-" + in fillPostCodeEntry() 265 std::string bootIndexStr = std::to_string(bootIndex); in fillPostCodeEntry() 331 uint16_t bootIndex = 0; in getPostCodeForEntry() local 333 if (!parsePostCode(entryId, codeIndex, bootIndex)) in getPostCodeForEntry() 340 if (bootIndex == 0 || codeIndex == 0) in getPostCodeForEntry() 349 [asyncResp, entryId, bootIndex, in getPostCodeForEntry() 367 if (!fillPostCodeEntry(asyncResp, postcode, bootIndex, codeIndex)) in getPostCodeForEntry() 376 bootIndex); in getPostCodeForEntry() 381 const uint16_t bootIndex, const uint16_t bootCount, in getPostCodeForBoot() argument [all …]
|