Searched refs:EFI_RIGHT_CONTROL_PRESSED (Results 1 - 2 of 2) sorted by relevance

/systemd/src/boot/efi/
H A Dconsole.h20 #define EFI_RIGHT_CONTROL_PRESSED 0x00000004 macro
25 #define EFI_CONTROL_PRESSED (EFI_RIGHT_CONTROL_PRESSED|EFI_LEFT_CONTROL_PRESSED)
H A Dconsole.c113 if (keydata.KeyState.KeyShiftState & (EFI_RIGHT_CONTROL_PRESSED|EFI_LEFT_CONTROL_PRESSED))

Completed in 10 milliseconds