Home
last modified time | relevance | path

Searched refs:KEY_ERROR (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/usb/input/
Dukbd.c211 #define KEY_ERROR 0x01 macro
724 if (key == KEY_ERROR) { in ukbd_intr_callback()
745 if (key == KEY_NONE || key == KEY_ERROR || key >= UKBD_NKEYCODE) in ukbd_intr_callback()