Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTcgDxe.c386 IN OUT UINT8 **EventLogPtr, in TpmCommLogEvent() argument
407 *EventLogPtr += *LogSize; in TpmCommLogEvent()
409 CopyMem (*EventLogPtr, NewEventHdr, sizeof (*NewEventHdr)); in TpmCommLogEvent()
411 *EventLogPtr + sizeof (*NewEventHdr), in TpmCommLogEvent()
/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.c720 IN OUT UINT8 **EventLogPtr, in TcgCommLogEvent() argument
749 *EventLogPtr += *LogSize; in TcgCommLogEvent()
751 CopyMem (*EventLogPtr, NewEventHdr, NewEventHdrSize); in TcgCommLogEvent()
753 *EventLogPtr + NewEventHdrSize, in TcgCommLogEvent()