Searched refs:Ip4Nic (Results 1 – 9 of 9) 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() 390 if (Private->Ip4Nic != NULL) { in HttpBootIp4DxeDriverBindingStart() 397 Private->Ip4Nic = AllocateZeroPool (sizeof (HTTP_BOOT_VIRTUAL_NIC)); in HttpBootIp4DxeDriverBindingStart() 398 if (Private->Ip4Nic == NULL) { in HttpBootIp4DxeDriverBindingStart() [all …]
|
D | HttpBootClient.c | 107 Private->Ip4Nic->Controller, in HttpBootUpdateDevicePath() 109 Private->Ip4Nic->DevicePath, in HttpBootUpdateDevicePath() 116 FreePool (Private->Ip4Nic->DevicePath); in HttpBootUpdateDevicePath() 117 Private->Ip4Nic->DevicePath = NewDevicePath; in HttpBootUpdateDevicePath() 462 ImageHandle = Private->Ip4Nic->ImageHandle; in HttpBootCreateHttpIo()
|
D | HttpBootDxe.h | 138 HTTP_BOOT_VIRTUAL_NIC *Ip4Nic; member
|
D | HttpBootImpl.c | 97 } else if (!UsingIpv6 && Private->Ip4Nic != NULL) { in HttpBootStart()
|
D | HttpBootConfig.c | 645 if (Private->Ip4Nic != NULL || Private->Ip6Nic != NULL) { in HttpBootConfigFormUnload()
|
D | HttpBootSupport.c | 1185 Private->UsingIpv6 ? Private->Ip6Nic->DevicePath : Private->Ip4Nic->DevicePath, in HttpBootRegisterRamDisk()
|
/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 | 110 PXEBC_VIRTUAL_NIC *Ip4Nic; member
|
D | PxeBcImpl.c | 76 } else if (!UseIpv6 && Private->Ip4Nic != NULL) { in EfiPxeBcStart()
|