HomeSort by: relevance | last modified time | path
    Searched refs:okiockey (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/sun/
kbio.h 71 struct okiockey { /* Out-dated key translation structure */ struct
105 #define KIOCSETKEY _IOWR('k', 1, struct okiockey) /* fill in kio_entry */
106 #define KIOCGETKEY _IOWR('k', 2, struct okiockey) /* fill in kio_entry */
kbd.c 144 static int kbd_oldkeymap(struct kbd_state *, u_long, struct okiockey *);
301 error = kbd_oldkeymap(ks, cmd, (struct okiockey *)data);
425 kbd_oldkeymap(struct kbd_state *ks, u_long cmd, struct okiockey *kio)
  /src/sys/arch/alpha/include/
kbio.h 68 struct okiockey { /* Out-dated key translation structure */
98 #define KIOCGETKEY _IOWR('k', 2, struct okiockey) /* fill in kio_entry */
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 732 unsigned struct_okiockey_sz = sizeof(okiockey);

Completed in 17 milliseconds