Searched refs:VendorDeviceNode (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/ |
H A D | Ip4ConfigNv.c | 780 VENDOR_DEVICE_PATH VendorDeviceNode; local 797 ZeroMem (&VendorDeviceNode, sizeof (VENDOR_DEVICE_PATH)); 798 VendorDeviceNode.Header.Type = HARDWARE_DEVICE_PATH; 799 VendorDeviceNode.Header.SubType = HW_VENDOR_DP; 801 CopyGuid (&VendorDeviceNode.Guid, &gEfiNicIp4ConfigVariableGuid); 803 SetDevicePathNodeLength (&VendorDeviceNode.Header, sizeof (VENDOR_DEVICE_PATH)); 806 (EFI_DEVICE_PATH_PROTOCOL *) &VendorDeviceNode
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/ |
H A D | Ip6ConfigNv.c | 1939 VENDOR_DEVICE_PATH VendorDeviceNode; local 1967 ZeroMem (&VendorDeviceNode, sizeof (VENDOR_DEVICE_PATH)); 1968 VendorDeviceNode.Header.Type = HARDWARE_DEVICE_PATH; 1969 VendorDeviceNode.Header.SubType = HW_VENDOR_DP; 1971 CopyGuid (&VendorDeviceNode.Guid, &gEfiCallerIdGuid); 1973 SetDevicePathNodeLength (&VendorDeviceNode.Header, sizeof (VENDOR_DEVICE_PATH)); 1976 (EFI_DEVICE_PATH_PROTOCOL *) &VendorDeviceNode
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/ |
H A D | Ifconfig.c | 191 VENDOR_DEVICE_PATH *VendorDeviceNode; local 230 VendorDeviceNode = (VENDOR_DEVICE_PATH *) ChildDeviceDevicePath; 231 if (CompareMem (&VendorDeviceNode->Guid, &gEfiNicIp4ConfigVariableGuid, sizeof (EFI_GUID)) == 0) {
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/ |
H A D | DxeNetLib.c | 1599 VENDOR_DEVICE_PATH *VendorDeviceNode; local 1638 VendorDeviceNode = (VENDOR_DEVICE_PATH *) ChildDeviceDevicePath; 1639 if (CompareMem (&VendorDeviceNode->Guid, &gEfiNicIp4ConfigVariableGuid, sizeof (EFI_GUID)) == 0) {
|
Completed in 104 milliseconds