Searched refs:Ip4Nic (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
D | HttpBootDxe.c | 75 if (Private->Ip4Nic != NULL) { in HttpBootDestroyIp4Children() 81 Private->Ip4Nic->Controller in HttpBootDestroyIp4Children() 85 Private->Ip4Nic->Controller, in HttpBootDestroyIp4Children() 87 &Private->Ip4Nic->LoadFile, in HttpBootDestroyIp4Children() 89 Private->Ip4Nic->DevicePath, in HttpBootDestroyIp4Children() 92 FreePool (Private->Ip4Nic); in HttpBootDestroyIp4Children() 93 Private->Ip4Nic = NULL; in HttpBootDestroyIp4Children() 383 if (Private->Ip4Nic != NULL) { in HttpBootIp4DxeDriverBindingStart() 390 Private->Ip4Nic = AllocateZeroPool (sizeof (HTTP_BOOT_VIRTUAL_NIC)); in HttpBootIp4DxeDriverBindingStart() 391 if (Private->Ip4Nic == NULL) { in HttpBootIp4DxeDriverBindingStart() [all …]
|
D | HttpBootClient.c | 106 Private->Ip4Nic->Controller, in HttpBootUpdateDevicePath() 108 Private->Ip4Nic->DevicePath, in HttpBootUpdateDevicePath() 115 FreePool (Private->Ip4Nic->DevicePath); in HttpBootUpdateDevicePath() 116 Private->Ip4Nic->DevicePath = NewDevicePath; in HttpBootUpdateDevicePath()
|
D | HttpBootDxe.h | 100 HTTP_BOOT_VIRTUAL_NIC *Ip4Nic; member
|
D | HttpBootImpl.c | 52 } else if (!UsingIpv6 && Private->Ip4Nic != NULL) { in HttpBootStart()
|
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
D | PxeBcDriver.c | 236 if (Private->Ip4Nic != NULL) { in PxeBcDestroyIp4Children() 244 Private->Ip4Nic->Controller in PxeBcDestroyIp4Children() 248 Private->Ip4Nic->Controller, in PxeBcDestroyIp4Children() 250 Private->Ip4Nic->DevicePath, in PxeBcDestroyIp4Children() 252 &Private->Ip4Nic->LoadFile, in PxeBcDestroyIp4Children() 263 Private->Ip4Nic->Controller, in PxeBcDestroyIp4Children() 266 Private->Ip4Nic->Controller in PxeBcDestroyIp4Children() 270 Private->Ip4Nic->Controller, in PxeBcDestroyIp4Children() 275 FreePool (Private->Ip4Nic); in PxeBcDestroyIp4Children() 284 Private->Ip4Nic = NULL; in PxeBcDestroyIp4Children() [all …]
|
D | PxeBcImpl.h | 108 PXEBC_VIRTUAL_NIC *Ip4Nic; member
|
D | PxeBcImpl.c | 76 } else if (!UseIpv6 && Private->Ip4Nic != NULL) { in EfiPxeBcStart()
|