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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c3619 @param KeyGuid A pointer to the unique ID associated with a given
3620 keyboard layout. If KeyGuid is NULL then the
3643 IN CONST EFI_GUID *KeyGuid,
3670 if (KeyGuid == NULL) {
3702 if (CompareMem (Layout + sizeof (UINT16), KeyGuid, sizeof (EFI_GUID)) == 0) {
3721 This routine sets the default keyboard layout to the one referenced by KeyGuid. When this routine
3728 @param KeyGuid A pointer to the unique ID associated with a given
3734 @retval EFI_INVALID_PARAMETER The KeyGuid was NULL.
3741 IN CONST EFI_GUID *KeyGuid
3749 if (This == NULL || KeyGuid
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
[all...]

Completed in 39 milliseconds