Searched refs:KeyboardLayout (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHiiDatabase.h421 KeyboardLayout buffer. On output, the length of
422 the data placed into KeyboardLayout.
424 @param KeyboardLayout A pointer to a buffer containing the
439 OUT EFI_HII_KEYBOARD_LAYOUT *KeyboardLayout
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DHiiDatabase.h423 KeyboardLayout buffer. On output, the length of
424 the data placed into KeyboardLayout.
426 @param KeyboardLayout A pointer to a buffer containing the
441 OUT EFI_HII_KEYBOARD_LAYOUT *KeyboardLayout
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c3623 KeyboardLayout buffer. On output, the length of
3624 the data placed into KeyboardLayout.
3625 @param KeyboardLayout A pointer to a buffer containing the retrieved
3630 @retval EFI_INVALID_PARAMETER The KeyboardLayout or KeyboardLayoutLength was
3633 that KeyboardLayout is too small to support the
3645 OUT EFI_HII_KEYBOARD_LAYOUT *KeyboardLayout
3662 if (*KeyboardLayoutLength > 0 && KeyboardLayout == NULL) {
3679 CopyMem (KeyboardLayout, Private->CurrentLayout, LayoutLength);
3704 CopyMem (KeyboardLayout, Layout, LayoutLength);
3745 EFI_HII_KEYBOARD_LAYOUT *KeyboardLayout; local
[all...]
H A DHiiDatabase.h1417 KeyboardLayout buffer. On output, the length of
1418 the data placed into KeyboardLayout.
1419 @param KeyboardLayout A pointer to a buffer containing the retrieved
1424 @retval EFI_INVALID_PARAMETER The KeyboardLayout or KeyboardLayoutLength was
1434 OUT EFI_HII_KEYBOARD_LAYOUT *KeyboardLayout

Completed in 54 milliseconds