Home
last modified time | relevance | path

Searched refs:HiiVendorDevicePath (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootConfig.c553 CallbackInfo->HiiVendorDevicePath = AppendDevicePathNode ( in HttpBootConfigFormInit()
557 if (CallbackInfo->HiiVendorDevicePath == NULL) { in HttpBootConfigFormInit()
572 CallbackInfo->HiiVendorDevicePath, in HttpBootConfigFormInit()
660 CallbackInfo->HiiVendorDevicePath, in HttpBootConfigFormUnload()
668 if (CallbackInfo->HiiVendorDevicePath != NULL) { in HttpBootConfigFormUnload()
669 FreePool (CallbackInfo->HiiVendorDevicePath); in HttpBootConfigFormUnload()
670 CallbackInfo->HiiVendorDevicePath = NULL; in HttpBootConfigFormUnload()
DHttpBootConfig.h43 EFI_DEVICE_PATH_PROTOCOL *HiiVendorDevicePath; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Config2Nv.c1268 CallbackInfo->HiiVendorDevicePath = AppendDevicePathNode ( in Ip4Config2FormInit()
1272 if (CallbackInfo->HiiVendorDevicePath == NULL) { in Ip4Config2FormInit()
1288 CallbackInfo->HiiVendorDevicePath, in Ip4Config2FormInit()
1401 CallbackInfo->HiiVendorDevicePath, in Ip4Config2FormUnload()
1408 if (CallbackInfo->HiiVendorDevicePath != NULL) { in Ip4Config2FormUnload()
1409 FreePool (CallbackInfo->HiiVendorDevicePath); in Ip4Config2FormUnload()
DIp4Config2Impl.h167 EFI_DEVICE_PATH_PROTOCOL *HiiVendorDevicePath; member
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6ConfigNv.c1933 CallbackInfo->HiiVendorDevicePath = AppendDevicePathNode ( in Ip6ConfigFormInit()
1937 if (CallbackInfo->HiiVendorDevicePath == NULL) { in Ip6ConfigFormInit()
1953 CallbackInfo->HiiVendorDevicePath, in Ip6ConfigFormInit()
2068 CallbackInfo->HiiVendorDevicePath, in Ip6ConfigFormUnload()
2075 if (CallbackInfo->HiiVendorDevicePath != NULL) { in Ip6ConfigFormUnload()
2076 FreePool (CallbackInfo->HiiVendorDevicePath); in Ip6ConfigFormUnload()
DIp6ConfigImpl.h180 EFI_DEVICE_PATH_PROTOCOL *HiiVendorDevicePath; member