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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c1003 VLAN_DEVICE_PATH *Vlan; local
1005 Vlan = DevPath;
1006 CatPrint (Str, L"Vlan(%d)", (UINTN) Vlan->VlanId);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c1523 VLAN_DEVICE_PATH *Vlan; local
1525 Vlan = DevPath;
1526 CatPrint (Str, L"Vlan(%d)", Vlan->VlanId);
H A DDevicePathFromText.c2582 VLAN_DEVICE_PATH *Vlan; local
2585 Vlan = (VLAN_DEVICE_PATH *) CreateDeviceNode (
2591 Vlan->VlanId = (UINT16) Strtoi (VlanStr);
2593 return (EFI_DEVICE_PATH_PROTOCOL *) Vlan;
3004 {L"Vlan", DevPathFromTextVlan},
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c978 VLAN_DEVICE_PATH *Vlan; local
980 Vlan = DevPath;
981 CatPrint (Str, L"Vlan(%d)", (UINTN) Vlan->VlanId);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDevicePath.h1080 VLAN_DEVICE_PATH Vlan; member in union:__anon12088
1129 VLAN_DEVICE_PATH *Vlan; member in union:__anon12089

Completed in 51 milliseconds