Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c81 BOOLEAN EventLogTruncated; member
445 OUT BOOLEAN *EventLogTruncated in TreeGetEventLog() argument
473 if (EventLogTruncated != NULL) { in TreeGetEventLog()
474 *EventLogTruncated = FALSE; in TreeGetEventLog()
493 if (EventLogTruncated != NULL) { in TreeGetEventLog()
494 *EventLogTruncated = mTcgDxeData.EventLogAreaStruct[Index].EventLogTruncated; in TreeGetEventLog()
495 DEBUG ((EFI_D_INFO, "TreeGetEventLog (EventLogTruncated - %x)\n", *EventLogTruncated)); in TreeGetEventLog()
600 if (mTcgDxeData.EventLogAreaStruct[Index].EventLogTruncated) { in TcgDxeLogEvent()
618 mTcgDxeData.EventLogAreaStruct[Index].EventLogTruncated = TRUE; in TcgDxeLogEvent()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DTrEEProtocol.h184 OUT BOOLEAN *EventLogTruncated
DTcg2Protocol.h197 OUT BOOLEAN *EventLogTruncated
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c84 BOOLEAN EventLogTruncated; member
657 OUT BOOLEAN *EventLogTruncated in Tcg2GetEventLog() argument
689 if (EventLogTruncated != NULL) { in Tcg2GetEventLog()
690 *EventLogTruncated = FALSE; in Tcg2GetEventLog()
709 if (EventLogTruncated != NULL) { in Tcg2GetEventLog()
710 *EventLogTruncated = mTcgDxeData.EventLogAreaStruct[Index].EventLogTruncated; in Tcg2GetEventLog()
711 DEBUG ((EFI_D_INFO, "Tcg2GetEventLog (EventLogTruncated - %x)\n", *EventLogTruncated)); in Tcg2GetEventLog()
829 if (EventLogAreaStruct->EventLogTruncated) { in TcgDxeLogEvent()
847 EventLogAreaStruct->EventLogTruncated = TRUE; in TcgDxeLogEvent()
1595 mTcgDxeData.FinalEventLogAreaStruct[Index].EventLogTruncated = FALSE; in SetupEventLog()