OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KBD_IDLE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/x68k/include/
kbd.h
52
* Note that KBD_RESET is followed by a keyboard ID, while
KBD_IDLE
is not.
53
*
KBD_IDLE
does not take the place of any `up' transitions (it merely occurs
57
#define
KBD_IDLE
0x7f /* keyboard `all keys are up' code */
/src/sys/dev/sun/
kbd_reg.h
51
* Note that KBD_RESET is followed by a keyboard ID, while
KBD_IDLE
is not.
52
*
KBD_IDLE
does not take the place of any `up' transitions (it merely occurs
57
#define
KBD_IDLE
0x7f /* keyboard `all keys are up' code */
kbdsun.c
418
code =
KBD_IDLE
;
430
case
KBD_IDLE
:
kbd.c
470
if (code ==
KBD_IDLE
)
486
if (code ==
KBD_IDLE
)
Completed in 16 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025