HomeSort by: relevance | last modified time | path
    Searched refs:keyboard (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/sys/arch/macppc/include/
Makefile 12 keyboard.h \
keyboard.h 1 /* $NetBSD: keyboard.h,v 1.5 2003/06/11 07:35:40 hamajima Exp $ */
75 extern unsigned char keyboard[128][4];
77 unsigned char keyboard[128][4] = { variable
  /src/sys/arch/hp300/include/
bootinfo.h 74 int keyboard; member in struct:btinfo_console
  /src/sys/dev/sun/
kbd_xlate.h 49 #define KEY_CODE(c) ((c) & KBD_KEYMASK) /* keyboard code index */
60 * We need to remember the state of the keyboard's shift and
64 struct keyboard kbd_k; /* table pointers */
68 u_char kbd_layout; /* which keyboard layout */
kbd_tables.h 29 * Keyboard translation tables. These tables contain
127 struct keyboard { struct
137 extern struct keyboard * keyboards[];
  /src/sys/arch/arm/dts/
sun5i-r8-pocketchip.dts 40 /* Keyboard */
44 keyboard: keyboard@34 {
  /src/sys/arch/vax/include/
uvax.h 94 unsigned int keyboard:8; /* keyboard info */ member in struct:cpmbx
  /src/external/mit/xorg/server/drivers/xf86-input-keyboard/
Makefile 3 DRIVER= xf86-input-keyboard
  /src/sys/arch/mac68k/include/
keyboard.h 1 /* $NetBSD: keyboard.h,v 1.6 1997/04/09 04:48:57 scottr Exp $ */
75 extern unsigned char keyboard[128][3];
77 unsigned char keyboard[128][3] = { variable
Makefile 15 kcore.h keyboard.h \
  /src/sbin/wsconsctl/
Makefile 4 SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \
  /src/usr.bin/systat/
Makefile 16 keyboard.c main.c mbufs.c netcmds.c netstat.c pigs.c ps.c swap.c \
keyboard.c 1 /* $NetBSD: keyboard.c,v 1.26 2015/08/23 18:33:15 mrg Exp $ */
35 static char sccsid[] = "@(#)keyboard.c 8.1 (Berkeley) 6/6/93";
37 __RCSID("$NetBSD: keyboard.c,v 1.26 2015/08/23 18:33:15 mrg Exp $");
55 keyboard(void) function
extern.h 149 void keyboard(void) __dead;
main.c 246 keyboard();
  /src/etc/rc.d/
wscons 118 keyboard)
135 echo -n 'Keyboard '
  /src/sys/arch/macppc/dev/
akbd.c 55 #include <machine/keyboard.h>
150 printf("standard keyboard\n");
153 printf("standard keyboard (ISO layout)\n");
160 /* Ignore Logitech MouseMan/Trackman pseudo keyboard */
162 printf("Mouseman (non-EMP) pseudo keyboard\n");
166 printf("Trackman (non-EMP) pseudo keyboard\n");
170 printf("extended keyboard\n");
177 printf("extended keyboard (ISO layout)\n");
183 printf("keyboard II\n");
186 printf("keyboard II (ISO layout)\n")
    [all...]
aed.c 43 #include <machine/keyboard.h>
152 * Given a keyboard ADB event, record the keycode and call the key
184 * Handles mouse button emulation via the keyboard. If the emulation
330 * Keyboard autorepeat timeout function. Sends key up/down events
364 if (ADBK_PRESS(event->u.k.key) && keyboard[kbd_key][0] != 0) {
  /src/usr.sbin/sysinst/arch/i386/
msg.md.en 45 message Keyboard_type {Keyboard type}
56 (usually the monitor and keyboard). Serial bootblocks use the selected
  /src/external/mit/xorg/server/xorg-server/hw/xfree86/common/
Makefile 95 IDRIVERS= mouse keyboard acecad calcomp citron digitaledge \
  /src/external/mit/xorg/server/xorg-server.old/hw/xfree86/common/
Makefile 106 IDRIVERS= mouse keyboard acecad calcomp citron digitaledge \
  /src/sys/arch/mac68k/dev/
aed.c 48 #include <machine/keyboard.h>
175 * Given a keyboard ADB event, record the keycode and call the key
210 * Handles mouse button emulation via the keyboard. If the emulation
370 * Keyboard autorepeat timeout function. Sends key up/down events
405 if (ADBK_PRESS(event->u.k.key) && keyboard[kbd_key][0] != 0) {
ams.c 52 #include <machine/keyboard.h>
311 * via pseudo keyboard device.
akbd.c 59 #include <machine/keyboard.h>
158 printf("standard keyboard\n");
161 printf("standard keyboard (ISO layout)\n");
168 /* Ignore Logitech MouseMan/Trackman pseudo keyboard */
170 printf("Mouseman (non-EMP) pseudo keyboard\n");
177 printf("Trackman (non-EMP) pseudo keyboard\n");
184 printf("extended keyboard\n");
191 printf("extended keyboard (ISO layout)\n");
197 printf("keyboard II\n");
200 printf("keyboard II (ISO layout)\n")
    [all...]
  /src/external/mit/xorg/server/drivers/
Makefile 8 xf86-input-keyboard \

Completed in 66 milliseconds

1 2