Searched refs:keyboard_info_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dkbio.h71 typedef struct keyboard_info keyboard_info_t; typedef in typeref:struct:keyboard_info
74 #define KBADDKBD _IOW('K', 68, keyboard_info_t) /* add keyboard */
75 #define KBRELKBD _IOW('K', 69, keyboard_info_t) /* release keyboard */
83 #define KDGKBINFO _IOR('K', 101, keyboard_info_t)
/freebsd-11-stable/sys/dev/kbd/
H A Dkbd.c199 keyboard_info_t ki;
856 ((keyboard_info_t *)arg)->kb_index = kbd->kb_index;
858 sizeof(((keyboard_info_t *)arg)->kb_name));
859 bcopy(kbd->kb_name, ((keyboard_info_t *)arg)->kb_name, i);
860 ((keyboard_info_t *)arg)->kb_unit = kbd->kb_unit;
861 ((keyboard_info_t *)arg)->kb_type = kbd->kb_type;
862 ((keyboard_info_t *)arg)->kb_config = kbd->kb_config;
863 ((keyboard_info_t *)arg)->kb_flags = kbd->kb_flags;
/freebsd-11-stable/sys/dev/kbdmux/
H A Dkbdmux.c1014 keyboard_info_t *ki;
1025 ki = (keyboard_info_t *) arg;
1093 ki = (keyboard_info_t *) arg;
/freebsd-11-stable/sys/dev/vt/
H A Dvt_core.c964 keyboard_info_t ki;
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.c4190 keyboard_info_t ki;

Completed in 128 milliseconds