Searched refs:EFI_CONTROL_PRESSED (Results 1 - 3 of 3) sorted by relevance

/systemd/src/boot/efi/
H A Dconsole.h25 #define EFI_CONTROL_PRESSED (EFI_RIGHT_CONTROL_PRESSED|EFI_LEFT_CONTROL_PRESSED) macro
H A Dconsole.c114 shift |= EFI_CONTROL_PRESSED;
H A Dboot.c136 case KEYPRESS(EFI_CONTROL_PRESSED, 0, 'c'):
137 case KEYPRESS(EFI_CONTROL_PRESSED, 0, 'g'):
138 case KEYPRESS(EFI_CONTROL_PRESSED, 0, CHAR_CTRL('c')):
139 case KEYPRESS(EFI_CONTROL_PRESSED, 0, CHAR_CTRL('g')):
144 case KEYPRESS(EFI_CONTROL_PRESSED, 0, 'a'):
145 case KEYPRESS(EFI_CONTROL_PRESSED, 0, CHAR_CTRL('a')):
152 case KEYPRESS(EFI_CONTROL_PRESSED, 0, 'e'):
153 case KEYPRESS(EFI_CONTROL_PRESSED, 0, CHAR_CTRL('e')):
164 case KEYPRESS(EFI_CONTROL_PRESSED, SCAN_RIGHT, 0):
175 case KEYPRESS(EFI_CONTROL_PRESSED, SCAN_LEF
[all...]

Completed in 254 milliseconds