HomeSort by: relevance | last modified time | path
    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