/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/ |
Event.c | 53 EVT_TIMER | EVT_NOTIFY_SIGNAL,
58 EVT_TIMER,
88 EVT_TIMER | EVT_NOTIFY_WAIT,
741 if ((Event->Type & EVT_TIMER) != 0) {
|
Timer.c | 264 if ((UINT32)Type > TimerRelative || (Event->Type & EVT_TIMER) == 0) {
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/WatchdogTimerDxe/ |
WatchdogTimer.c | 231 EVT_TIMER | EVT_NOTIFY_SIGNAL,
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
recvfrom.c | 116 Status = gBS->CreateEvent ( EVT_TIMER,
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
event.c | 88 Status = uefi_call_wrapper(BS->CreateEvent, 5, EVT_TIMER, 0, NULL, NULL, &TimerEvent);
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeTimerLib/ |
DxeTimerLib.c | 49 Status = gBS->CreateEvent (EVT_TIMER, 0, NULL, NULL, (VOID **)&gTimerEvent);
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
itimer.c | 217 EVT_TIMER|EVT_NOTIFY_SIGNAL,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/ |
Mtftp4Driver.c | 175 EVT_NOTIFY_SIGNAL | EVT_TIMER,
192 EVT_TIMER,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/ |
IsaFloppy.c | 297 EVT_TIMER | EVT_NOTIFY_SIGNAL,
|
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/ |
DriverBinding.c | 152 Status = gBS->CreateEvent ( EVT_TIMER,
|
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
DnsDhcp.c | 111 EVT_NOTIFY_SIGNAL | EVT_TIMER,
856 Status = gBS->CreateEvent (EVT_TIMER, TPL_CALLBACK, NULL, NULL, &Timer);
|
DnsDriver.c | 284 EVT_TIMER,
300 EVT_NOTIFY_SIGNAL | EVT_TIMER,
486 EVT_NOTIFY_SIGNAL | EVT_TIMER,
[all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6Driver.c | 375 EVT_NOTIFY_SIGNAL | EVT_TIMER,
386 EVT_NOTIFY_SIGNAL | EVT_TIMER,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/ |
WebServer.c | 684 Status = gBS->CreateEvent ( EVT_TIMER,
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/ |
Main.c | 263 gBS->CreateEvent (EVT_TIMER, 0, NULL, NULL, &WaitList[1]);
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/ |
Mmc.c | 452 EVT_NOTIFY_SIGNAL | EVT_TIMER,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/ |
Ps2Keyboard.c | 312 EVT_TIMER | EVT_NOTIFY_SIGNAL,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
Tcp4Driver.c | 92 EVT_TIMER | EVT_NOTIFY_SIGNAL,
|
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
IScsiDhcp6.c | 460 Status = gBS->CreateEvent (EVT_TIMER, TPL_CALLBACK, NULL, NULL, &Timer);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/ |
MnpConfig.c | 527 EVT_NOTIFY_SIGNAL | EVT_TIMER,
543 EVT_NOTIFY_SIGNAL | EVT_TIMER,
559 EVT_NOTIFY_SIGNAL | EVT_TIMER,
[all...] |
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/ |
Bds.c | 353 gBS->CreateEvent (EVT_TIMER, 0, NULL, NULL, &WaitList[0]);
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBdsLib/ |
BdsPlatform.c | 828 EVT_TIMER,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
SetupBrowser.c | 240 Status = gBS->CreateEvent (EVT_TIMER, 0, NULL, NULL, &TimerEvent);
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Isp1761UsbDxe/ |
Isp1761UsbDxe.c | 581 EVT_TIMER | EVT_NOTIFY_SIGNAL,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/ |
Ps2MouseAbsolutePointer.c | 296 EVT_TIMER | EVT_NOTIFY_SIGNAL,
|