Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/vt/
DMakefile33 loadkeys --mktable --unicode $< > $@
Ddefkeymap.c_shipped3 /* loadkeys --mktable --unicode defkeymap.map > defkeymap.c */
/linux-6.12.1/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-6.12.1/drivers/tty/
DKconfig33 with the loadkeys ("man loadkeys") command.
/linux-6.12.1/crypto/
Dserpent_generic.c27 #define loadkeys(x0, x1, x2, x3, i) \ macro
34 ({ storekeys(x0, x1, x2, x3, s); loadkeys(x0, x1, x2, x3, l); })