Home | Sort by: relevance | last modified time | path |
/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; |
/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; |