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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c3622 @param KeyboardLayoutLength On input, a pointer to the length of the
3630 @retval EFI_INVALID_PARAMETER The KeyboardLayout or KeyboardLayoutLength was
3632 @retval EFI_BUFFER_TOO_SMALL The KeyboardLayoutLength parameter indicates
3634 requested keyboard layout. KeyboardLayoutLength is
3644 IN OUT UINT16 *KeyboardLayoutLength,
3659 if (This == NULL || KeyboardLayoutLength == NULL) {
3662 if (*KeyboardLayoutLength > 0 && KeyboardLayout == NULL) {
3675 if (*KeyboardLayoutLength < LayoutLength) {
3676 *KeyboardLayoutLength = LayoutLength;
3703 if (LayoutLength <= *KeyboardLayoutLength) {
3641 HiiGetKeyboardLayout( IN CONST EFI_HII_DATABASE_PROTOCOL *This, IN CONST EFI_GUID *KeyGuid, IN OUT UINT16 *KeyboardLayoutLength, OUT EFI_HII_KEYBOARD_LAYOUT *KeyboardLayout ) argument
3746 UINT16 KeyboardLayoutLength; local
[all...]

Completed in 1305 milliseconds