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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.h42 UINT16 LayoutLength; member in struct:__anon10887
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c3548 UINT16 LayoutLength; local
3592 CopyMem (&LayoutLength, Layout, sizeof (UINT16));
3593 Layout = Layout + LayoutLength;
3656 UINT16 LayoutLength; local
3674 CopyMem (&LayoutLength, Private->CurrentLayout, sizeof (UINT16));
3675 if (*KeyboardLayoutLength < LayoutLength) {
3676 *KeyboardLayoutLength = LayoutLength;
3679 CopyMem (KeyboardLayout, Private->CurrentLayout, LayoutLength);
3701 CopyMem (&LayoutLength, Layout, sizeof (UINT16));
3703 if (LayoutLength <
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h1724 UINT16 LayoutLength; member in struct:__anon12419
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiInternalFormRepresentation.h1562 UINT16 LayoutLength; member in struct:__anon10077
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h1699 UINT16 LayoutLength; member in struct:__anon15694

Completed in 107 milliseconds