Home | Sort by: relevance | last modified time | path |
/src/sys/dev/wscons/ | |
linux_keymap.c | 38 static const uint8_t linux_key_to_usb_map[] = { variable in typeref:typename:const uint8_t[] 183 if (code >= __arraycount(linux_key_to_usb_map)) 185 return linux_key_to_usb_map[code]; |
linux_keymap.c | 38 static const uint8_t linux_key_to_usb_map[] = { variable in typeref:typename:const uint8_t[] 183 if (code >= __arraycount(linux_key_to_usb_map)) 185 return linux_key_to_usb_map[code]; |