Searched refs:loadkeys (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/tty/vt/ |
D | Makefile | 31 loadkeys --mktable $< > $@
|
D | defkeymap.c_shipped | 2 /* loadkeys --mktable defkeymap.map > defkeymap.c */
|
/Linux-v4.19/Documentation/ |
D | SAK.txt | 20 ``loadkeys``. This will work whether or not sysrq support is compiled 34 echo "control alt keycode 101 = SAK" | /bin/loadkeys
|
/Linux-v4.19/drivers/tty/ |
D | Kconfig | 33 with the loadkeys ("man loadkeys") command.
|
/Linux-v4.19/crypto/ |
D | serpent_generic.c | 36 #define loadkeys(x0, x1, x2, x3, i) \ macro 43 ({ storekeys(x0, x1, x2, x3, s); loadkeys(x0, x1, x2, x3, l); })
|