keyboard_info_t
((keyboard_info_t *)arg)->kb_index = kbd->kb_index;
sizeof(((keyboard_info_t *)arg)->kb_name));
bcopy(kbd->kb_name, ((keyboard_info_t *)arg)->kb_name, i);
((keyboard_info_t *)arg)->kb_unit = kbd->kb_unit;
((keyboard_info_t *)arg)->kb_type = kbd->kb_type;
((keyboard_info_t *)arg)->kb_config = kbd->kb_config;
((keyboard_info_t *)arg)->kb_flags = kbd->kb_flags;
keyboard_info_t ki;
keyboard_info_t *ki;
ki = (keyboard_info_t *) arg;
ki = (keyboard_info_t *) arg;
keyboard_info_t ki;
#define KBADDKBD _IOW('K', 68, keyboard_info_t) /* add keyboard */
#define KBRELKBD _IOW('K', 69, keyboard_info_t) /* release keyboard */
#define KDGKBINFO _IOR('K', 101, keyboard_info_t)
keyboard_info_t info;
keyboard_info_t info;
keyboard_info_t info;
keyboard_info_t info;