Searched refs:kio_entry (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/alpha/include/
H A Dkbio.h59 * KIOCGETKEY fills in kio_entry from kio_station. Not sure what tablemask
71 u_char kio_entry; /* HOLE if not present */
78 u_short kio_entry; /* HOLE if not present */
94 #define HOLE 0x302 /* value for kio_entry to say `really type 3' */
98 #define KIOCGETKEY _IOWR('k', 2, struct okiockey) /* fill in kio_entry */
/netbsd-current/sys/dev/sun/
H A Dkbio.h61 * KIOCGETKEY fills in kio_entry from kio_station. Not sure what tablemask
74 u_char kio_entry; /* 0xA2 (HOLE) if not present */ member in struct:okiockey
81 u_short kio_entry; /* keymap entry - see kbd_map.h */ member in struct:kiockeymap
100 #define HOLE 0x302 /* value for kio_entry to say `really type 3' */
105 #define KIOCSETKEY _IOWR('k', 1, struct okiockey) /* fill in kio_entry */
106 #define KIOCGETKEY _IOWR('k', 2, struct okiockey) /* fill in kio_entry */
H A Dkbd.c405 kio->kio_entry = km[station];
409 km[station] = kio->kio_entry;
439 kio->kio_entry = 0xA2;
/netbsd-current/sys/arch/x68k/include/
H A Dkbio.h52 u_short kio_entry; /* HOLE if not present */ member in struct:kiockey
80 #define HOLE 0x302 /* value for kio_entry to say `really type 3' */

Completed in 121 milliseconds