Searched refs:DigitalCount (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/ |
D | VlanConfigImpl.c | 359 UINTN DigitalCount; in VlanUpdateForm() local 420 DigitalCount = UnicodeValueToString (VlanIdStr, 0, VlanData[Index].VlanId, 5); in VlanUpdateForm() 421 SetMem16 (String, (4 - DigitalCount) * sizeof (CHAR16), L' '); in VlanUpdateForm() 422 …StrCpyS (String + 4 - DigitalCount, (sizeof (VlanStr) /sizeof (CHAR16)) - 10 - (4 - DigitalCount),… in VlanUpdateForm() 425 …StrCpyS (String, (sizeof (VlanStr) /sizeof (CHAR16)) - 10 - (4 - DigitalCount) - 4, L", Priority:… in VlanUpdateForm()
|