Searched refs:bootIndex (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | systems_logservices_postcodes.hpp | 194 const uint16_t bootIndex, const uint64_t codeIndex = 0, in fillPostCodeEntry() argument 213 "B" + std::to_string(bootIndex) + "-" + in fillPostCodeEntry() 262 std::string bootIndexStr = std::to_string(bootIndex); in fillPostCodeEntry() 328 uint16_t bootIndex = 0; in getPostCodeForEntry() local 330 if (!parsePostCode(entryId, codeIndex, bootIndex)) in getPostCodeForEntry() 337 if (bootIndex == 0 || codeIndex == 0) in getPostCodeForEntry() 345 [asyncResp, entryId, bootIndex, in getPostCodeForEntry() 363 if (!fillPostCodeEntry(asyncResp, postcode, bootIndex, codeIndex)) in getPostCodeForEntry() 372 bootIndex); in getPostCodeForEntry() 377 const uint16_t bootIndex, const uint16_t bootCount, in getPostCodeForBoot() argument [all …]
|