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          78 uspace/lib/vt/include/vt/vt100.h 	void (*key)(void *, keymod_t, keycode_t, char);
keycode_t         328 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          47 uspace/srv/hid/display/input.c static errno_t ds_input_ev_key(input_t *, unsigned, kbd_event_type_t, keycode_t,
keycode_t          76 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         127 uspace/srv/hid/remcons/remcons.c static void remcons_vt_key(void *, keymod_t, keycode_t, char);
keycode_t         351 uspace/srv/hid/remcons/remcons.c     keycode_t key, char c)
keycode_t         587 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