Searched refs:Dhcp4Event (Results 1 – 11 of 11) sorted by relevance
674 if (Instance->Dhcp4Event != NULL) { in Ip4Config2CleanDhcp4()675 gBS->CloseEvent (Instance->Dhcp4Event); in Ip4Config2CleanDhcp4()676 Instance->Dhcp4Event = NULL; in Ip4Config2CleanDhcp4()1020 &Instance->Dhcp4Event in Ip4StartAutoConfig()1027 Status = Dhcp4->Start (Dhcp4, Instance->Dhcp4Event); in Ip4StartAutoConfig()1197 if (Instance->Dhcp4Event != NULL) { in Ip4Config2SetPolicy()1198 gBS->CloseEvent (Instance->Dhcp4Event); in Ip4Config2SetPolicy()1199 Instance->Dhcp4Event = NULL; in Ip4Config2SetPolicy()1949 &Instance->Dhcp4Event in Ip4Config2InitInstance()2011 if (Instance->Dhcp4Event != NULL) { in Ip4Config2CleanInstance()[all …]
189 EFI_EVENT Dhcp4Event; member
716 gBS->CloseEvent (IpSb->Ip4Config2Instance.Dhcp4Event); in Ip4DriverBindingStop()717 IpSb->Ip4Config2Instance.Dhcp4Event = NULL; in Ip4DriverBindingStop()
192 IN EFI_DHCP4_EVENT Dhcp4Event, in IScsiDhcpSelectOffer() argument202 if ((Dhcp4Event != Dhcp4RcvdOffer) && (Dhcp4Event != Dhcp4SelectOffer)) { in IScsiDhcpSelectOffer()
210 IN EFI_DHCP4_EVENT Dhcp4Event, in IScsiDhcpSelectOffer() argument220 if ((Dhcp4Event != Dhcp4RcvdOffer) && (Dhcp4Event != Dhcp4SelectOffer)) { in IScsiDhcpSelectOffer()
880 IN EFI_DHCP4_EVENT Dhcp4Event, in PxeBcDhcpCallBack() argument894 if ((Dhcp4Event != Dhcp4RcvdOffer) && in PxeBcDhcpCallBack()895 (Dhcp4Event != Dhcp4SelectOffer) && in PxeBcDhcpCallBack()896 (Dhcp4Event != Dhcp4SendDiscover) && in PxeBcDhcpCallBack()897 (Dhcp4Event != Dhcp4RcvdAck) && in PxeBcDhcpCallBack()898 (Dhcp4Event != Dhcp4SendRequest)) { in PxeBcDhcpCallBack()919 if ((Dhcp4Event != Dhcp4SelectOffer) && (Callback != NULL)) { in PxeBcDhcpCallBack()920 Received = (BOOLEAN) ((Dhcp4Event == Dhcp4RcvdOffer) || (Dhcp4Event == Dhcp4RcvdAck)); in PxeBcDhcpCallBack()935 switch (Dhcp4Event) { in PxeBcDhcpCallBack()966 if (Dhcp4Event == Dhcp4SendDiscover) { in PxeBcDhcpCallBack()
340 IN EFI_DHCP4_EVENT Dhcp4Event,
1192 IN EFI_DHCP4_EVENT Dhcp4Event, in PxeBcDhcp4CallBack() argument1205 if ((Dhcp4Event != Dhcp4RcvdOffer) && in PxeBcDhcp4CallBack()1206 (Dhcp4Event != Dhcp4SelectOffer) && in PxeBcDhcp4CallBack()1207 (Dhcp4Event != Dhcp4SendDiscover) && in PxeBcDhcp4CallBack()1208 (Dhcp4Event != Dhcp4RcvdAck)) { in PxeBcDhcp4CallBack()1232 if (Dhcp4Event != Dhcp4SelectOffer && Callback != NULL) { in PxeBcDhcp4CallBack()1233 Received = (BOOLEAN) (Dhcp4Event == Dhcp4RcvdOffer || Dhcp4Event == Dhcp4RcvdAck); in PxeBcDhcp4CallBack()1248 switch (Dhcp4Event) { in PxeBcDhcp4CallBack()
603 IN EFI_DHCP4_EVENT Dhcp4Event, in HttpBootDhcp4CallBack() argument613 if ((Dhcp4Event != Dhcp4RcvdOffer) && (Dhcp4Event != Dhcp4SelectOffer)) { in HttpBootDhcp4CallBack()633 switch (Dhcp4Event) { in HttpBootDhcp4CallBack()
247 IN EFI_DHCP4_EVENT Dhcp4Event,
106 IN EFI_DHCP4_EVENT Dhcp4Event,