Home
last modified time | relevance | path

Searched refs:KeyboardConvertScan (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.h120 extern boolean_t KeyboardConvertScan(struct kb8042 *, unsigned char scan,
H A Dkb8042.c1067 legit = KeyboardConvertScan(kb8042, scancode, &key_pos, &state,
1254 legit = KeyboardConvertScan(kb8042, scancode, key, state,
H A Dat_keyprocess.c713 KeyboardConvertScan( in KeyboardConvertScan() function