Searched defs:TimeOutEvt (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IfConfig6/
H A DIfConfig6.c1098 EFI_EVENT TimeOutEvt; local
1110 TimeOutEvt = NULL;
1143 &TimeOutEvt
1285 gBS->SetTimer (TimeOutEvt, TimerRelative, 50000000 + 10000000 * CurDadXmits);
1287 while (EFI_ERROR (gBS->CheckEvent (TimeOutEvt))) {
1498 if (TimeOutEvt != NULL) {
1499 gBS->CloseEvent (TimeOutEvt);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp6.c1260 EFI_EVENT TimeOutEvt; local
1265 TimeOutEvt = NULL;
1314 &TimeOutEvt
1357 gBS->SetTimer (TimeOutEvt, TimerRelative, PXEBC_DHCP6_MAPPING_TIMEOUT);
1359 while (EFI_ERROR (gBS->CheckEvent (TimeOutEvt))) {
1376 if (TimeOutEvt != NULL) {
1377 gBS->CloseEvent (TimeOutEvt);

Completed in 1934 milliseconds