Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_postcodes.hpp197 const uint16_t bootIndex, const uint64_t codeIndex = 0, in fillPostCodeEntry() argument
233 if ((codeIndex == 0) && in fillPostCodeEntry()
241 if ((codeIndex > 0) && (currentCodeIndex != codeIndex)) in fillPostCodeEntry()
313 if (codeIndex != 0) in fillPostCodeEntry()
332 uint64_t codeIndex = 0; in getPostCodeForEntry() local
333 if (!parsePostCode(entryId, codeIndex, bootIndex)) in getPostCodeForEntry()
340 if (bootIndex == 0 || codeIndex == 0) in getPostCodeForEntry()
350 codeIndex](const boost::system::error_code& ec, in getPostCodeForEntry()
367 if (!fillPostCodeEntry(asyncResp, postcode, bootIndex, codeIndex)) in getPostCodeForEntry()