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.hpp194 const uint16_t bootIndex, const uint64_t codeIndex = 0, in fillPostCodeEntry() argument
230 if ((codeIndex == 0) && in fillPostCodeEntry()
238 if ((codeIndex > 0) && (currentCodeIndex != codeIndex)) in fillPostCodeEntry()
310 if (codeIndex != 0) in fillPostCodeEntry()
329 uint64_t codeIndex = 0; in getPostCodeForEntry() local
330 if (!parsePostCode(entryId, codeIndex, bootIndex)) in getPostCodeForEntry()
337 if (bootIndex == 0 || codeIndex == 0) in getPostCodeForEntry()
346 codeIndex](const boost::system::error_code& ec, in getPostCodeForEntry()
363 if (!fillPostCodeEntry(asyncResp, postcode, bootIndex, codeIndex)) in getPostCodeForEntry()