OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TimeOutEvt
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp6.c
515
EFI_EVENT
TimeOutEvt
;
525
TimeOutEvt
= NULL;
574
if (
TimeOutEvt
== NULL) {
580
&
TimeOutEvt
587
Status = gBS->SetTimer (
TimeOutEvt
, TimerRelative, TICKS_PER_SECOND);
591
while (EFI_ERROR (gBS->CheckEvent (
TimeOutEvt
))) {
597
if (
TimeOutEvt
!= NULL) {
598
gBS->CloseEvent (
TimeOutEvt
);
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
IfConfig6.c
1100
EFI_EVENT
TimeOutEvt
;
1112
TimeOutEvt
= NULL;
1145
&
TimeOutEvt
[
all
...]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
Ifconfig6.c
1200
EFI_EVENT
TimeOutEvt
;
1212
TimeOutEvt
= NULL;
[
all
...]
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp6.c
[
all
...]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ifconfig.c
832
EFI_EVENT
TimeOutEvt
;
877
&
TimeOutEvt
1063
gBS->SetTimer (
TimeOutEvt
, TimerRelative, 50000000);
1065
while (EFI_ERROR (gBS->CheckEvent (
TimeOutEvt
))) {
[
all
...]
Completed in 4544 milliseconds