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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/
H A DTcgDxe.c88 UINT8 *LastEvent; member in struct:_TCG_DXE_DATA
209 *EventLogLastEntry = (EFI_PHYSICAL_ADDRESS)(UINTN)TcgData->LastEvent;
295 TcgData->LastEvent = (UINT8*)(UINTN)TcgData->TcgClientAcpiTable->Lasa;
297 &TcgData->LastEvent,
304 TcgData->LastEvent = (UINT8*)(UINTN)TcgData->TcgServerAcpiTable->Lasa;
306 &TcgData->LastEvent,
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp355 static const int LastEvent = (int)VBoxEventType_Last; variable
356 static const int NumEvents = LastEvent - FirstEvent;
729 for (int j = FirstEvent; j < LastEvent; j++)
757 for (int j = FirstEvent; j < LastEvent; j++)

Completed in 59 milliseconds