Searched defs:LogSize (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/
H A DTpmComm.c129 @param[in, out] LogSize Size of the Event Log.
141 IN OUT UINTN *LogSize,
150 if (NewLogSize + *LogSize > MaxSize) {
154 *EventLogPtr += *LogSize;
155 *LogSize += NewLogSize;
139 TpmCommLogEvent( IN OUT UINT8 **EventLogPtr, IN OUT UINTN *LogSize, IN UINTN MaxSize, IN TCG_PCR_EVENT_HDR *NewEventHdr, IN UINT8 *NewEventData ) argument

Completed in 32 milliseconds