Searched refs:keyboard_type (Results 1 – 3 of 3) sorted by relevance
760 char *keyboard_type; in adbhid_input_register() local804 keyboard_type = "<unknown>"; in adbhid_input_register()811 keyboard_type = "ANSI"; in adbhid_input_register()818 keyboard_type = "ISO, swapping keys"; in adbhid_input_register()827 keyboard_type = "JIS"; in adbhid_input_register()831 pr_info("Detected ADB keyboard, type %s.\n", keyboard_type); in adbhid_input_register()
762 __block UInt32 keyboard_type; in QuartzReadSystemKeymap() local768 keyboard_type = LMGetKbdType(); in QuartzReadSystemKeymap()816 mods[j] >> 8, keyboard_type, 0, in QuartzReadSystemKeymap()824 mods[j] >> 8, keyboard_type, in QuartzReadSystemKeymap()
138493 XQuartz: Fix an uninitialized keyboard_type on Tiger