Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c75 TREE_EVENT_LOG_FORMAT EventLogFormat; member
389 IN TREE_EVENT_LOG_FORMAT EventLogFormat, in DumpEventLog() argument
397 DEBUG ((EFI_D_INFO, "EventLogFormat: (0x%x)\n", EventLogFormat)); in DumpEventLog()
399 switch (EventLogFormat) { in DumpEventLog()
442 IN TREE_EVENT_LOG_FORMAT EventLogFormat, in TreeGetEventLog() argument
457 if (EventLogFormat == mTreeEventInfo[Index].LogFormat) { in TreeGetEventLog()
502 DumpEventLog (EventLogFormat, *EventLogLocation, *EventLogLastEntry); in TreeGetEventLog()
580 IN TREE_EVENT_LOG_FORMAT EventLogFormat, in TcgDxeLogEvent() argument
591 if (EventLogFormat == mTreeEventInfo[Index].LogFormat) { in TcgDxeLogEvent()
947 mTcgDxeData.EventLogAreaStruct[Index].EventLogFormat = mTreeEventInfo[Index].LogFormat; in SetupEventLog()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c78 EFI_TCG2_EVENT_LOG_FORMAT EventLogFormat; member
564 IN EFI_TCG2_EVENT_LOG_FORMAT EventLogFormat, in DumpEventLog() argument
575 DEBUG ((EFI_D_INFO, "EventLogFormat: (0x%x)\n", EventLogFormat)); in DumpEventLog()
577 switch (EventLogFormat) { in DumpEventLog()
654 IN EFI_TCG2_EVENT_LOG_FORMAT EventLogFormat, in Tcg2GetEventLog() argument
662 DEBUG ((EFI_D_INFO, "Tcg2GetEventLog ... (0x%x)\n", EventLogFormat)); in Tcg2GetEventLog()
669 if (EventLogFormat == mTcg2EventInfo[Index].LogFormat) { in Tcg2GetEventLog()
718 …DumpEventLog (EventLogFormat, *EventLogLocation, *EventLogLastEntry, mTcgDxeData.FinalEventsTable[… in Tcg2GetEventLog()
802 IN EFI_TCG2_EVENT_LOG_FORMAT EventLogFormat, in TcgDxeLogEvent() argument
814 if (EventLogFormat == mTcg2EventInfo[Index].LogFormat) { in TcgDxeLogEvent()
[all …]
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DTrEEProtocol.h181 IN TREE_EVENT_LOG_FORMAT EventLogFormat,
DTcg2Protocol.h194 IN EFI_TCG2_EVENT_LOG_FORMAT EventLogFormat,