Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTpmComm.c140 IN OUT UINT8 **EventLogPtr, in TpmCommLogEvent() argument
161 *EventLogPtr += *LogSize; in TpmCommLogEvent()
163 CopyMem (*EventLogPtr, NewEventHdr, sizeof (*NewEventHdr)); in TpmCommLogEvent()
165 *EventLogPtr + sizeof (*NewEventHdr), in TpmCommLogEvent()
DTpmComm.h33 IN OUT UINT8 **EventLogPtr,
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c525 IN OUT UINT8 **EventLogPtr, in TcgCommLogEvent() argument
554 *EventLogPtr += *LogSize; in TcgCommLogEvent()
556 CopyMem (*EventLogPtr, NewEventHdr, NewEventHdrSize); in TcgCommLogEvent()
558 *EventLogPtr + NewEventHdrSize, in TcgCommLogEvent()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c747 IN OUT UINT8 **EventLogPtr, in TcgCommLogEvent() argument
776 *EventLogPtr += *LogSize; in TcgCommLogEvent()
778 CopyMem (*EventLogPtr, NewEventHdr, NewEventHdrSize); in TcgCommLogEvent()
780 *EventLogPtr + NewEventHdrSize, in TcgCommLogEvent()