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

/systemd/src/boot/efi/
H A Dconsole.h26 #define EFI_ALT_PRESSED (EFI_RIGHT_ALT_PRESSED|EFI_LEFT_ALT_PRESSED) macro
H A Dconsole.c116 shift |= EFI_ALT_PRESSED;
H A Dboot.c163 case KEYPRESS(EFI_ALT_PRESSED, 0, 'f'):
174 case KEYPRESS(EFI_ALT_PRESSED, 0, 'b'):
205 case KEYPRESS(EFI_ALT_PRESSED, 0, 'd'):
221 case KEYPRESS(EFI_ALT_PRESSED, 0, CHAR_BACKSPACE):
677 case KEYPRESS(EFI_ALT_PRESSED, 0, '<'):
685 case KEYPRESS(EFI_ALT_PRESSED, 0, '>'):

Completed in 27 milliseconds