Searched refs:NewLogSize (Results 1 – 3 of 3) sorted by relevance
534 UINTN NewLogSize; in TcgCommLogEvent() local540 NewLogSize = NewEventHdrSize + NewEventSize; in TcgCommLogEvent()542 if (NewLogSize > MAX_ADDRESS - *LogSize) { in TcgCommLogEvent()546 if (NewLogSize + *LogSize > MaxSize) { in TcgCommLogEvent()548 DEBUG ((EFI_D_INFO, " NewLogSize - 0x%x\n", NewLogSize)); in TcgCommLogEvent()555 *LogSize += NewLogSize; in TcgCommLogEvent()
393 UINTN NewLogSize; in TpmCommLogEvent() local402 NewLogSize = sizeof (*NewEventHdr) + NewEventHdr->EventSize; in TpmCommLogEvent()403 if (NewLogSize > MaxSize - *LogSize) { in TpmCommLogEvent()408 *LogSize += NewLogSize; in TpmCommLogEvent()
729 UINTN NewLogSize; in TcgCommLogEvent() local735 NewLogSize = NewEventHdrSize + NewEventSize; in TcgCommLogEvent()737 if (NewLogSize > MAX_ADDRESS - *LogSize) { in TcgCommLogEvent()741 if (NewLogSize + *LogSize > MaxSize) { in TcgCommLogEvent()743 DEBUG ((EFI_D_INFO, " NewLogSize - 0x%x\n", NewLogSize)); in TcgCommLogEvent()750 *LogSize += NewLogSize; in TcgCommLogEvent()