Searched refs:ExitBootServicesEvent (Results 1 - 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/
H A DArmGicCommonDxe.c26 ExitBootServicesEvent (
92 IN EFI_EVENT_NOTIFY ExitBootServicesEvent
137 // Register for an ExitBootServicesEvent
138 Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL, &EfiExitBootServicesEvent);
H A DArmGicDxe.h38 IN EFI_EVENT_NOTIFY ExitBootServicesEvent
/device/linaro/bootloader/edk2/ArmPkg/Drivers/TimerDxe/
H A DTimerDxe.c100 ExitBootServicesEvent ( function
431 // Register for an ExitBootServicesEvent
432 Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL, &EfiExitBootServicesEvent);
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP804TimerDxe/
H A DSP804Timer.c149 ExitBootServicesEvent ( function
390 // Register for an ExitBootServicesEvent
391 Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL, &EfiExitBootServicesEvent);
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP805WatchdogDxe/
H A DSP805Watchdog.c107 ExitBootServicesEvent ( function
362 // Register for an ExitBootServicesEvent
363 Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL, &EfiExitBootServicesEvent);
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
H A DLcdGraphicsOutputDxe.h43 EFI_EVENT ExitBootServicesEvent; member in struct:__anon3342
H A DLcdGraphicsOutputDxe.c79 (EFI_EVENT) NULL // ExitBootServicesEvent
182 // Register for an ExitBootServicesEvent
189 &Instance->ExitBootServicesEvent
193 DEBUG((DEBUG_ERROR, "GraphicsOutputDxeInitialize: Can not install the ExitBootServicesEvent handler. Exit Status=%r\n", Status));
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/InterruptDxe/
H A DHardwareInterrupt.c50 ExitBootServicesEvent ( function
351 // Register for an ExitBootServicesEvent
352 Status = gBS->CreateEvent(EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL, &EfiExitBootServicesEvent);
/device/linaro/bootloader/edk2/Omap35xxPkg/InterruptDxe/
H A DHardwareInterrupt.c50 ExitBootServicesEvent ( function
351 // Register for an ExitBootServicesEvent
352 Status = gBS->CreateEvent(EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL, &EfiExitBootServicesEvent);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.h133 EFI_EVENT ExitBootServicesEvent; member in struct:__anon5295
H A DBiosVideo.c609 &BiosVideoPrivate->ExitBootServicesEvent
817 if ((BiosVideoPrivate != NULL) && (BiosVideoPrivate->ExitBootServicesEvent != NULL)) {
818 gBS->CloseEvent (BiosVideoPrivate->ExitBootServicesEvent);
953 gBS->CloseEvent (BiosVideoPrivate->ExitBootServicesEvent);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
H A DSnp.h129 EFI_EVENT ExitBootServicesEvent; member in struct:__anon6476
H A DSnp.c661 &Snp->ExitBootServicesEvent
786 gBS->CloseEvent (Snp->ExitBootServicesEvent);

Completed in 224 milliseconds