Lines Matching full:ffdc
18 - [SBE FFDC](#self-boot-engine-first-failure-data-capture-support)
140 ### FFDC Intended For UserData PEL sections
142 When one needs to add FFDC into the PEL UserData sections, the
315 ### Specifying multiple callouts using JSON format FFDC files
319 [FFDC file](#ffdc-intended-for-userdata-pel-sections). The JSON will still be
322 To specify that an FFDC file contains callouts, the format value for that FFDC
326 using FFDC = std::tuple<CreateIface::FFDCFormat,
331 FFDC ffdc{
667 During SBE chip-op failure SBE creates FFDC with custom data format. SBE FFDC
669 user data also Hardware procedure failure FFDC created by FAPI infrastructure.
670 PEL infrastructure provides support to process SBE FFDC packets created by FAPI
673 failure, just keeps the raw FFDC data in the user section to support SBE parser
679 To specify that an FFDC file contains SBE FFDC, the format value for that FFDC
683 using FFDC = std::tuple<CreateIface::FFDCFormat,
688 FFDC ffdc{
690 0xCB, // SBE FFDC subtype
691 0x01, // SBE FFDC version, set to 0x01