Searched refs:CompletionEvent (Results 1 – 7 of 7) sorted by relevance
380 EFI_EVENT CompletionEvent; member542 IN EFI_EVENT CompletionEvent OPTIONAL588 IN EFI_EVENT CompletionEvent OPTIONAL
143 EFI_EVENT CompletionEvent; member173 IN EFI_EVENT CompletionEvent OPTIONAL181 IN EFI_EVENT CompletionEvent OPTIONAL
131 IN EFI_EVENT CompletionEvent OPTIONAL177 IN EFI_EVENT CompletionEvent OPTIONAL778 IN EFI_EVENT CompletionEvent OPTIONAL in EfiDhcp4Start()819 Instance->CompletionEvent = CompletionEvent; in EfiDhcp4Start()826 if (CompletionEvent == NULL) { in EfiDhcp4Start()885 IN EFI_EVENT CompletionEvent OPTIONAL in EfiDhcp4RenewRebind()954 Instance->RenewRebindEvent = CompletionEvent; in EfiDhcp4RenewRebind()958 if (CompletionEvent == NULL) { in EfiDhcp4RenewRebind()1458 if (Token->CompletionEvent != NULL) { in PxeDhcpDone()1459 gBS->SignalEvent (Token->CompletionEvent); in PxeDhcpDone()[all …]
68 EFI_EVENT CompletionEvent; member
156 if ((Child->CompletionEvent != NULL) && in DhcpNotifyUser()160 gBS->SignalEvent (Child->CompletionEvent); in DhcpNotifyUser()161 Child->CompletionEvent = NULL; in DhcpNotifyUser()
511 Instance->CompletionEvent = NULL; in DhcpInitProtocol()
425 &Token.CompletionEvent in GetDns4ServerFromDhcp4()548 if (Token.CompletionEvent != NULL) { in GetDns4ServerFromDhcp4()549 gBS->CloseEvent (Token.CompletionEvent); in GetDns4ServerFromDhcp4()