Searched refs:Vlan (Results 1 – 5 of 5) sorted by relevance
353 VLAN_DEVICE_PATH *Vlan; in BmGetNetworkDescription() local410 Vlan = (VLAN_DEVICE_PATH *) DevicePath; in BmGetNetworkDescription()413 Vlan = NULL; in BmGetNetworkDescription()445 (Vlan == NULL) ? in BmGetNetworkDescription()452 (Vlan == NULL) ? 0 : Vlan->VlanId in BmGetNetworkDescription()
18 "Vlan Config App"
1239 VLAN_DEVICE_PATH Vlan; member1296 VLAN_DEVICE_PATH *Vlan; member
1588 VLAN_DEVICE_PATH *Vlan; in DevPathToTextVlan() local1590 Vlan = DevPath; in DevPathToTextVlan()1591 UefiDevicePathLibCatPrint (Str, L"Vlan(%d)", Vlan->VlanId); in DevPathToTextVlan()
2784 VLAN_DEVICE_PATH *Vlan; in DevPathFromTextVlan() local2787 Vlan = (VLAN_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextVlan()2793 Vlan->VlanId = (UINT16) Strtoi (VlanStr); in DevPathFromTextVlan()2795 return (EFI_DEVICE_PATH_PROTOCOL *) Vlan; in DevPathFromTextVlan()