Home
last modified time | relevance | path

Searched refs:bootIndex (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp4098 const uint16_t bootIndex, const uint64_t codeIndex = 0, in fillPostCodeEntry() argument
4116 "B" + std::to_string(bootIndex) + "-" + in fillPostCodeEntry()
4168 std::string bootIndexStr = std::to_string(bootIndex); in fillPostCodeEntry()
4233 uint16_t bootIndex = 0; in getPostCodeForEntry() local
4235 if (!parsePostCode(entryId, codeIndex, bootIndex)) in getPostCodeForEntry()
4242 if (bootIndex == 0 || codeIndex == 0) in getPostCodeForEntry()
4250 [asyncResp, entryId, bootIndex, in getPostCodeForEntry()
4277 bootIndex); in getPostCodeForEntry()
4286 [asyncResp, bootIndex, bootCount, entryCount, skip, in getPostCodeForBoot()
4318 if (bootIndex < bootCount) in getPostCodeForBoot()
[all …]