Home
last modified time | relevance | path

Searched refs:ExitBootServicesEvent (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/
DArmGicCommonDxe.c26 ExitBootServicesEvent (
92 IN EFI_EVENT_NOTIFY ExitBootServicesEvent in InstallAndRegisterInterruptService() argument
138 …Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL,… in InstallAndRegisterInterruptService()
DArmGicDxe.h38 IN EFI_EVENT_NOTIFY ExitBootServicesEvent
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP805WatchdogDxe/
DSP805Watchdog.c107 ExitBootServicesEvent ( in ExitBootServicesEvent() function
363 …Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL,… in SP805Initialize()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP804TimerDxe/
DSP804Timer.c149 ExitBootServicesEvent ( in ExitBootServicesEvent() function
391 …Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL,… in TimerInitialize()
/device/linaro/bootloader/edk2/Omap35xxPkg/InterruptDxe/
DHardwareInterrupt.c50 ExitBootServicesEvent ( in ExitBootServicesEvent() function
352 …Status = gBS->CreateEvent(EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL, … in InterruptDxeInitialize()
/device/linaro/bootloader/edk2/ArmPkg/Drivers/TimerDxe/
DTimerDxe.c100 ExitBootServicesEvent ( in ExitBootServicesEvent() function
432 …Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL,… in TimerInitialize()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
DLcdGraphicsOutputDxe.h43 EFI_EVENT ExitBootServicesEvent; member
DLcdGraphicsOutputDxe.c189 &Instance->ExitBootServicesEvent in LcdGraphicsOutputDxeInitialize()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
DBiosVideo.h133 EFI_EVENT ExitBootServicesEvent; member
DBiosVideo.c609 &BiosVideoPrivate->ExitBootServicesEvent in BiosVideoChildHandleInstall()
817 if ((BiosVideoPrivate != NULL) && (BiosVideoPrivate->ExitBootServicesEvent != NULL)) { in BiosVideoChildHandleInstall()
818 gBS->CloseEvent (BiosVideoPrivate->ExitBootServicesEvent); in BiosVideoChildHandleInstall()
953 gBS->CloseEvent (BiosVideoPrivate->ExitBootServicesEvent); in BiosVideoChildHandleUninstall()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
DSnp.h129 EFI_EVENT ExitBootServicesEvent; member
DSnp.c665 &Snp->ExitBootServicesEvent in SimpleNetworkDriverStart()
790 gBS->CloseEvent (Snp->ExitBootServicesEvent); in SimpleNetworkDriverStop()