Searched refs:LogSize (Results 1 – 3 of 3) sorted by relevance
526 IN OUT UINTN *LogSize, in TcgCommLogEvent() argument542 if (NewLogSize > MAX_ADDRESS - *LogSize) { in TcgCommLogEvent()546 if (NewLogSize + *LogSize > MaxSize) { in TcgCommLogEvent()549 DEBUG ((EFI_D_INFO, " LogSize - 0x%x\n", *LogSize)); in TcgCommLogEvent()554 *EventLogPtr += *LogSize; in TcgCommLogEvent()555 *LogSize += NewLogSize; in TcgCommLogEvent()
387 IN OUT UINTN *LogSize, in TpmCommLogEvent() argument403 if (NewLogSize > MaxSize - *LogSize) { in TpmCommLogEvent()407 *EventLogPtr += *LogSize; in TpmCommLogEvent()408 *LogSize += NewLogSize; in TpmCommLogEvent()
721 IN OUT UINTN *LogSize, in TcgCommLogEvent() argument737 if (NewLogSize > MAX_ADDRESS - *LogSize) { in TcgCommLogEvent()741 if (NewLogSize + *LogSize > MaxSize) { in TcgCommLogEvent()744 DEBUG ((EFI_D_INFO, " LogSize - 0x%x\n", *LogSize)); in TcgCommLogEvent()749 *EventLogPtr += *LogSize; in TcgCommLogEvent()750 *LogSize += NewLogSize; in TcgCommLogEvent()