Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/vt/
DMakefile31 loadkeys --mktable $< > $@
Ddefkeymap.c_shipped3 /* loadkeys --mktable defkeymap.map > defkeymap.c */
/Linux-v5.4/Documentation/security/
Dsak.rst20 ``loadkeys``. This will work whether or not sysrq support is compiled
34 echo "control alt keycode 101 = SAK" | /bin/loadkeys
/Linux-v5.4/drivers/tty/
DKconfig34 with the loadkeys ("man loadkeys") command.
/Linux-v5.4/crypto/
Dserpent_generic.c32 #define loadkeys(x0, x1, x2, x3, i) \ macro
39 ({ storekeys(x0, x1, x2, x3, s); loadkeys(x0, x1, x2, x3, l); })