Home
last modified time | relevance | path

Searched refs:loadkeys (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/tty/vt/
DMakefile30 loadkeys --mktable $< > $@
Ddefkeymap.c_shipped2 /* loadkeys --mktable defkeymap.map > defkeymap.c */
/linux-4.4.14/scripts/
Dver_linux150 loadkeys -V 2>&1 |
/linux-4.4.14/Documentation/
DSAK.txt16 `loadkeys'. This will work whether or not sysrq support is compiled
30 echo "control alt keycode 101 = SAK" | /bin/loadkeys
/linux-4.4.14/drivers/tty/
DKconfig33 with the loadkeys ("man loadkeys") command.
/linux-4.4.14/crypto/
Dserpent_generic.c36 #define loadkeys(x0, x1, x2, x3, i) \ macro
43 ({ storekeys(x0, x1, x2, x3, s); loadkeys(x0, x1, x2, x3, l); })