HomeSort by: relevance | last modified time | path
    Searched defs:KEY_ERROR (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/hid/
hidkbd.c 210 #define KEY_ERROR 0x01
510 if (ud->keycode[0] == KEY_ERROR) {
511 DPRINTF(("hidkbd_input: KEY_ERROR\n"));
  /src/external/mit/isl/dist/
isl_box.c 551 #undef KEY_ERROR
552 #define KEY_ERROR isl_fb_key_error
isl_schedule_constraints.c 560 #undef KEY_ERROR
561 #define KEY_ERROR isl_sc_key_error
isl_schedule_read.c 55 #undef KEY_ERROR
56 #define KEY_ERROR isl_schedule_key_error
isl_ast_graft.c 1511 #undef KEY_ERROR
1512 #define KEY_ERROR isl_graft_key_error
isl_flow.c 1872 #undef KEY_ERROR
1873 #define KEY_ERROR isl_ai_key_error
isl_ast.c 2627 #undef KEY_ERROR
2628 #define KEY_ERROR isl_ast_expr_op_error
2733 #undef KEY_ERROR
2734 #define KEY_ERROR isl_ast_expr_error
3335 #undef KEY_ERROR
3336 #define KEY_ERROR isl_ast_node_error
  /src/sys/dev/bluetooth/
btkbd.c 464 #define KEY_ERROR 0x01
496 if (ud->keycode[0] == KEY_ERROR)
  /src/sys/dev/usb/
ukbd.c 236 #define KEY_ERROR 0x01
815 if (isset(ud->keys, KEY_ERROR)) {
816 DPRINTF(("%s: KEY_ERROR\n", __func__));

Completed in 30 milliseconds