Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/
Dver_linux78 loadkeys -h 2>&1 | awk \
82 loadkeys -V 2>&1 | awk \
/linux-4.1.27/drivers/tty/vt/
DMakefile30 loadkeys --mktable $< > $@
Ddefkeymap.c_shipped2 /* loadkeys --mktable defkeymap.map > defkeymap.c */
/linux-4.1.27/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.1.27/drivers/tty/
DKconfig33 with the loadkeys ("man loadkeys") command.
/linux-4.1.27/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); })