HomeSort by relevance Sort by last modified time
    Searched refs:EfiExitBootServicesEvent (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/
ArmGicCommonDxe.c 39 EFI_EVENT EfiExitBootServicesEvent = (EFI_EVENT)NULL;
138 Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL, &EfiExitBootServicesEvent);
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/GenericWatchdogDxe/
GenericWatchdogDxe.c 293 EFI_EVENT EfiExitBootServicesEvent = (EFI_EVENT)NULL;
318 WatchdogExitBootServicesEvent, NULL, &EfiExitBootServicesEvent
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/TimerDxe/
TimerDxe.c 35 EFI_EVENT EfiExitBootServicesEvent = (EFI_EVENT)NULL;
432 Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL, &EfiExitBootServicesEvent);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP804TimerDxe/
SP804Timer.c 39 EFI_EVENT EfiExitBootServicesEvent = (EFI_EVENT)NULL;
391 Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL, &EfiExitBootServicesEvent);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP805WatchdogDxe/
SP805Watchdog.c 30 EFI_EVENT EfiExitBootServicesEvent = (EFI_EVENT)NULL;
363 Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL, &EfiExitBootServicesEvent);
  /device/linaro/bootloader/edk2/Omap35xxPkg/InterruptDxe/
HardwareInterrupt.c 34 EFI_EVENT EfiExitBootServicesEvent = (EFI_EVENT)NULL;
352 Status = gBS->CreateEvent(EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL, &EfiExitBootServicesEvent);
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
Pp2Dxe.h 357 EFI_EVENT EfiExitBootServicesEvent;
Pp2Dxe.c     [all...]

Completed in 109 milliseconds