Searched refs:EventLogPtr (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/ |
D | TcgDxe.c | 386 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/ |
D | TrEEDxe.c | 525 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/ |
D | Tcg2Dxe.c | 720 IN OUT UINT8 **EventLogPtr, in TcgCommLogEvent() argument 749 *EventLogPtr += *LogSize; in TcgCommLogEvent() 751 CopyMem (*EventLogPtr, NewEventHdr, NewEventHdrSize); in TcgCommLogEvent() 753 *EventLogPtr + NewEventHdrSize, in TcgCommLogEvent()
|