HomeSort by relevance Sort by last modified time
    Searched defs:EventLogFormat (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
TrEEDxe.c 73 TREE_EVENT_LOG_FORMAT EventLogFormat;
382 @param[in] EventLogFormat The type of the event log for which the information is requested.
389 IN TREE_EVENT_LOG_FORMAT EventLogFormat,
397 DEBUG ((EFI_D_INFO, "EventLogFormat: (0x%x)\n", EventLogFormat));
399 switch (EventLogFormat) {
426 @param[in] EventLogFormat The type of the event log for which the information is requested.
442 IN TREE_EVENT_LOG_FORMAT EventLogFormat,
457 if (EventLogFormat == mTreeEventInfo[Index].LogFormat) {
502 DumpEventLog (EventLogFormat, *EventLogLocation, *EventLogLastEntry);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
Tcg2Dxe.c 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) {
    [all...]

Completed in 315 milliseconds