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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpVlan.c60 EFI_DEVICE_PATH_PROTOCOL *VlanDevicePath; local
83 VlanDevicePath = AppendDevicePathNode (
87 if (VlanDevicePath == NULL) {
98 VlanDevicePath,
102 FreePool (VlanDevicePath);
107 *Devicepath = VlanDevicePath;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c2012 EFI_DEVICE_PATH_PROTOCOL *VlanDevicePath; local
2027 VlanDevicePath = AppendDevicePathNode (
2031 if (VlanDevicePath == NULL) {
2039 DevicePath = VlanDevicePath;
2052 FreePool (VlanDevicePath);

Completed in 147 milliseconds