Searched refs:has_ev (Results 1 – 1 of 1) sorted by relevance
419 static int has_ev; variable422 if (has_ev) in console_checkkey()424 has_ev = kbdfront_receive(kbd_dev, &ev, 1); in console_checkkey()425 return has_ev; in console_checkkey()613 if (!has_ev) in console_getkey()614 has_ev = kbdfront_receive(kbd_dev, &ev, 1); in console_getkey()615 if (!has_ev) in console_getkey()618 has_ev = 0; in console_getkey()
Completed in 3 milliseconds