OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:linux_key_to_usb_map
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/wscons/
linux_keymap.c
38
static const uint8_t
linux_key_to_usb_map
[] = {
variable
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
183
if (code >= __arraycount(
linux_key_to_usb_map
))
185
return
linux_key_to_usb_map
[code];
Completed in 116 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026