18BOOLEAN mPostEBS =
FALSE;
65 mDebugST = SystemTable;
68 EVT_SIGNAL_EXIT_BOOT_SERVICES,
72 &mExitBootServicesEvent
94 if (mExitBootServicesEvent !=
NULL) {
95 SystemTable->BootServices->CloseEvent (mExitBootServicesEvent);
EFI_STATUS EFIAPI DxeDebugLibConstructor(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
EFI_STATUS EFIAPI DxeDebugLibDestructor(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
VOID EFIAPI ExitBootServicesCallback(EFI_EVENT Event, VOID *Context)
EFI_BOOT_SERVICES * BootServices