HomeSort by: relevance | last modified time | path
    Searched refs:adb_polling (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/mac68k/dev/
adb.c 65 int adb_polling = 0; /* Are we polling? (Debugger mode) */ variable in typeref:typename:int
135 adb_polling = 1;
198 adb_polling = 0;
adbvar.h 46 extern int adb_polling;
akbd.c 330 if (adb_polling || !result)
343 if (adb_polling || !aed_input(&new_event))
492 extern int adb_polling;
512 if (adb_polling)
537 adb_polling = 1;
552 adb_polling = 0;
pm_direct.c 1087 adb_polling = 1;
1089 adb_polling = 0;
1175 adb_polling = 1;
1177 adb_polling = 0;
adb_direct.c 711 if (adb_polling)
1152 if (adb_polling)
1534 if (adb_polling)
1742 if (adb_polling)
2858 adb_polling = 1;
aed.c 431 if (aed_sc->sc_open && !adb_polling)
  /src/sys/arch/macppc/dev/
adb.c 66 int adb_polling = 0; /* Are we polling? (Debugger mode) */ variable in typeref:typename:int
128 adb_polling = 1;
194 adb_polling = 0;
akbd.c 463 extern int adb_polling;
587 KASSERT(adb_polling);
620 adb_polling = on;
pm_direct.c 66 extern int adb_polling; /* Are we polling? (Debugger mode) */
702 adb_polling = 1;
704 adb_polling = 0;
785 adb_polling = 1;
787 adb_polling = 0;
adb_direct.c 228 extern int adb_polling; /* Are we polling? */
638 if ((s & (1 << 18)) || adb_polling) /* XXX were VIA1 interrupts blocked ? */
794 if (adb_polling)
1548 adb_polling = 1;
1647 adb_polling = 1;
aed.c 65 extern int adb_polling; /* Are we polling? (Debugger mode) */
390 if (aed_sc->sc_open && !adb_polling)

Completed in 22 milliseconds