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

  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
TrEEDxe.c 81 BOOLEAN EventLogTruncated;
430 @param[out] EventLogTruncated If the Event Log is missing at least one entry because an event would
445 OUT BOOLEAN *EventLogTruncated
473 if (EventLogTruncated != NULL) {
474 *EventLogTruncated = FALSE;
493 if (EventLogTruncated != NULL) {
494 *EventLogTruncated = mTcgDxeData.EventLogAreaStruct[Index].EventLogTruncated;
495 DEBUG ((EFI_D_INFO, "TreeGetEventLog (EventLogTruncated - %x)\n", *EventLogTruncated));
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
Tcg2Dxe.c 84 BOOLEAN EventLogTruncated;
642 @param[out] EventLogTruncated If the Event Log is missing at least one entry because an event would
657 OUT BOOLEAN *EventLogTruncated
689 if (EventLogTruncated != NULL) {
690 *EventLogTruncated = FALSE;
709 if (EventLogTruncated != NULL) {
710 *EventLogTruncated = mTcgDxeData.EventLogAreaStruct[Index].EventLogTruncated;
711 DEBUG ((EFI_D_INFO, "Tcg2GetEventLog (EventLogTruncated - %x)\n", *EventLogTruncated));
    [all...]

Completed in 136 milliseconds