Home | History | Annotate | Download | only in Tcg2Dxe

Lines Matching defs:EventLogFormat

76   EFI_TCG2_EVENT_LOG_FORMAT         EventLogFormat;

529 @param[in] EventLogFormat The type of the event log for which the information is requested.
537 IN EFI_TCG2_EVENT_LOG_FORMAT EventLogFormat,
548 DEBUG ((EFI_D_INFO, "EventLogFormat: (0x%x)\n", EventLogFormat));
550 switch (EventLogFormat) {
611 @param[in] EventLogFormat The type of the event log for which the information is requested.
627 IN EFI_TCG2_EVENT_LOG_FORMAT EventLogFormat,
635 DEBUG ((EFI_D_INFO, "Tcg2GetEventLog ... (0x%x)\n", EventLogFormat));
642 if (EventLogFormat == mTcg2EventInfo[Index].LogFormat) {
691 DumpEventLog (EventLogFormat, *EventLogLocation, *EventLogLastEntry, mTcgDxeData.FinalEventsTable[Index]);
763 @param[in] EventLogFormat The type of the event log for which the information is requested.
775 IN EFI_TCG2_EVENT_LOG_FORMAT EventLogFormat,
787 if (EventLogFormat == mTcg2EventInfo[Index].LogFormat) {
1396 mTcgDxeData.EventLogAreaStruct[Index].EventLogFormat = mTcg2EventInfo[Index].LogFormat;
1516 mTcgDxeData.FinalEventLogAreaStruct[Index].EventLogFormat = mTcg2EventInfo[Index].LogFormat;
1536 mTcgDxeData.FinalEventLogAreaStruct[Index].EventLogFormat = mTcg2EventInfo[Index].LogFormat;