Searched defs:IfrDeviceNvData (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DIp4ConfigNv.c346 NIC_IP4_CONFIG_INFO *IfrDeviceNvData; local
376 IfrDeviceNvData = AllocateZeroPool (NIC_ITEM_CONFIG_SIZE);
377 if (IfrDeviceNvData == NULL) {
385 CopyMem (IfrDeviceNvData, NicConfig, SIZEOF_NIC_IP4_CONFIG_INFO (NicConfig));
411 (UINT8 *) IfrDeviceNvData,
417 FreePool (IfrDeviceNvData);
560 NIC_IP4_CONFIG_INFO *IfrDeviceNvData; local
607 IfrDeviceNvData = AllocateZeroPool (NIC_ITEM_CONFIG_SIZE);
608 if (IfrDeviceNvData == NULL) {
616 (UINT8 *) IfrDeviceNvData,
[all...]

Completed in 38 milliseconds