Searched refs:keytables (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/loadkeys/type_4/
H A DMakefile42 ROOTKEYDIR= $(ROOTSHLIB)/keytables/type_4
68 COMPATKEYDIR= $(ROOTSHLIB)/keytables
/illumos-gate/usr/src/cmd/loadkeys/type_101/
H A DMakefile59 ROOTKEYTABLESDIR= $(ROOTSHLIB)/keytables
/illumos-gate/usr/src/man/man4/
H A DMakefile100 keytables.4 \
/illumos-gate/usr/src/uts/common/io/
H A Dkbd.c102 * These data structures are static (defined in keytables.c) thus
105 extern struct keyboards keytables[];
1653 for (i = 0; keytables[i].table; i++) {
1654 if (keytables[i].id == id) {
1656 k->k_curkeyboard = keytables[i].table;
1661 k->k_id = keytables[0].id;
1662 k->k_curkeyboard = keytables[0].table;
H A Dkeytables.c497 struct keyboards keytables[] = { variable in typeref:struct:keyboards
/illumos-gate/usr/src/cmd/loadkeys/type_6/
H A DMakefile42 ROOTKEYTABLESDIR= $(ROOTSHLIB)/keytables

Completed in 66 milliseconds