HelenOS sources
keycode_t 52 uspace/lib/input/include/io/input.h errno_t (*key)(input_t *, unsigned, kbd_event_type_t, keycode_t,
keycode_t 56 uspace/lib/input/include/io/kbd_event.h keycode_t key;
keycode_t 110 uspace/lib/input/src/input.c keycode_t key;
keycode_t 79 uspace/lib/vt/include/vt/vt100.h void (*key)(void *, keymod_t, keycode_t, char);
keycode_t 381 uspace/lib/vt/src/vt100.c static void vt100_key(vt100_t *vt, keymod_t mods, keycode_t key, char c)
keycode_t 125 uspace/srv/hid/console/console.c static errno_t input_ev_key(input_t *, unsigned, kbd_event_type_t, keycode_t,
keycode_t 365 uspace/srv/hid/console/console.c kbd_event_type_t type, keycode_t key, keymod_t mods, char32_t c)
keycode_t 48 uspace/srv/hid/display/input.c static errno_t ds_input_ev_key(input_t *, unsigned, kbd_event_type_t, keycode_t,
keycode_t 77 uspace/srv/hid/display/input.c kbd_event_type_t type, keycode_t key, keymod_t mods, char32_t c)
keycode_t 275 uspace/srv/hid/input/input.c keycode_t code = dz > 0 ? KC_UP : KC_DOWN;
keycode_t 129 uspace/srv/hid/remcons/remcons.c static void remcons_vt_key(void *, keymod_t, keycode_t, char);
keycode_t 372 uspace/srv/hid/remcons/remcons.c keycode_t key, char c)
keycode_t 646 uspace/srv/hid/remcons/remcons.c static void remcons_vt_key(void *arg, keymod_t mods, keycode_t key, char c)
HelenOS homepage, sources at GitHub