Searched refs:Dhcp4Event (Results 1 – 11 of 11) sorted by relevance
852 IN EFI_DHCP4_EVENT Dhcp4Event, in PxeBcDhcpCallBack() argument866 if ((Dhcp4Event != Dhcp4RcvdOffer) && in PxeBcDhcpCallBack()867 (Dhcp4Event != Dhcp4SelectOffer) && in PxeBcDhcpCallBack()868 (Dhcp4Event != Dhcp4SendDiscover) && in PxeBcDhcpCallBack()869 (Dhcp4Event != Dhcp4RcvdAck) && in PxeBcDhcpCallBack()870 (Dhcp4Event != Dhcp4SendRequest)) { in PxeBcDhcpCallBack()891 if ((Dhcp4Event != Dhcp4SelectOffer) && (Callback != NULL)) { in PxeBcDhcpCallBack()892 Received = (BOOLEAN) ((Dhcp4Event == Dhcp4RcvdOffer) || (Dhcp4Event == Dhcp4RcvdAck)); in PxeBcDhcpCallBack()907 switch (Dhcp4Event) { in PxeBcDhcpCallBack()930 if (Dhcp4Event == Dhcp4SendDiscover) { in PxeBcDhcpCallBack()
378 IN EFI_DHCP4_EVENT Dhcp4Event,
192 IN EFI_DHCP4_EVENT Dhcp4Event, in IScsiDhcpSelectOffer() argument202 if ((Dhcp4Event != Dhcp4RcvdOffer) && (Dhcp4Event != Dhcp4SelectOffer)) { in IScsiDhcpSelectOffer()
675 if (Instance->Dhcp4Event != NULL) { in Ip4Config2CleanDhcp4()676 gBS->CloseEvent (Instance->Dhcp4Event); in Ip4Config2CleanDhcp4()677 Instance->Dhcp4Event = NULL; in Ip4Config2CleanDhcp4()1018 &Instance->Dhcp4Event in Ip4StartAutoConfig()1025 Status = Dhcp4->Start (Dhcp4, Instance->Dhcp4Event); in Ip4StartAutoConfig()1193 if (Instance->Dhcp4Event != NULL) { in Ip4Config2SetPolicy()1194 gBS->CloseEvent (Instance->Dhcp4Event); in Ip4Config2SetPolicy()1934 &Instance->Dhcp4Event in Ip4Config2InitInstance()2008 if (Instance->Dhcp4Event != NULL) { in Ip4Config2CleanInstance()2009 gBS->CloseEvent (Instance->Dhcp4Event); in Ip4Config2CleanInstance()
193 EFI_EVENT Dhcp4Event; member
663 gBS->CloseEvent (IpSb->Ip4Config2Instance.Dhcp4Event); in Ip4DriverBindingStop()664 IpSb->Ip4Config2Instance.Dhcp4Event = NULL; in Ip4DriverBindingStop()
210 IN EFI_DHCP4_EVENT Dhcp4Event, in IScsiDhcpSelectOffer() argument220 if ((Dhcp4Event != Dhcp4RcvdOffer) && (Dhcp4Event != Dhcp4SelectOffer)) { in IScsiDhcpSelectOffer()
1150 IN EFI_DHCP4_EVENT Dhcp4Event, in PxeBcDhcp4CallBack() argument1163 if ((Dhcp4Event != Dhcp4RcvdOffer) && in PxeBcDhcp4CallBack()1164 (Dhcp4Event != Dhcp4SelectOffer) && in PxeBcDhcp4CallBack()1165 (Dhcp4Event != Dhcp4SendDiscover) && in PxeBcDhcp4CallBack()1166 (Dhcp4Event != Dhcp4RcvdAck)) { in PxeBcDhcp4CallBack()1190 if (Dhcp4Event != Dhcp4SelectOffer && Callback != NULL) { in PxeBcDhcp4CallBack()1191 Received = (BOOLEAN) (Dhcp4Event == Dhcp4RcvdOffer || Dhcp4Event == Dhcp4RcvdAck); in PxeBcDhcp4CallBack()1206 switch (Dhcp4Event) { in PxeBcDhcp4CallBack()
546 IN EFI_DHCP4_EVENT Dhcp4Event, in HttpBootDhcp4CallBack() argument556 if ((Dhcp4Event != Dhcp4RcvdOffer) && (Dhcp4Event != Dhcp4SelectOffer)) { in HttpBootDhcp4CallBack()576 switch (Dhcp4Event) { in HttpBootDhcp4CallBack()
247 IN EFI_DHCP4_EVENT Dhcp4Event,
106 IN EFI_DHCP4_EVENT Dhcp4Event,