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

  /src/sys/arch/ews4800mips/ews4800mips/
cons_machdep.c 176 static bool __polling = false; local in function:rom_cnpollc
179 if (on && !__polling) {
181 __polling = true;
182 } else if (!on && __polling) {
183 __polling = false;
cons_machdep.c 176 static bool __polling = false; local in function:rom_cnpollc
179 if (on && !__polling) {
181 __polling = true;
182 } else if (!on && __polling) {
183 __polling = false;
cons_machdep.c 176 static bool __polling = false; local in function:rom_cnpollc
179 if (on && !__polling) {
181 __polling = true;
182 } else if (!on && __polling) {
183 __polling = false;
  /src/sys/arch/ews4800mips/dev/
ewskbd.c 572 static bool __polling = false; local in function:ewskbd_wskbd_pollc
575 if (on && !__polling) {
578 __polling = true;
579 } else if (!on && __polling) {
581 __polling = false;
ewskbd.c 572 static bool __polling = false; local in function:ewskbd_wskbd_pollc
575 if (on && !__polling) {
578 __polling = true;
579 } else if (!on && __polling) {
581 __polling = false;
ewskbd.c 572 static bool __polling = false; local in function:ewskbd_wskbd_pollc
575 if (on && !__polling) {
578 __polling = true;
579 } else if (!on && __polling) {
581 __polling = false;
  /src/sys/arch/ews4800mips/sbd/
kbms_sbdio.c 457 static bool __polling = false; local in function:kbd_cnpollc
460 if (on && !__polling) {
462 __polling = true;
463 } else if (!on && __polling) {
464 __polling = false;
kbms_sbdio.c 457 static bool __polling = false; local in function:kbd_cnpollc
460 if (on && !__polling) {
462 __polling = true;
463 } else if (!on && __polling) {
464 __polling = false;
kbms_sbdio.c 457 static bool __polling = false; local in function:kbd_cnpollc
460 if (on && !__polling) {
462 __polling = true;
463 } else if (!on && __polling) {
464 __polling = false;

Completed in 38 milliseconds