/src/sys/arch/mvme68k/dev/ |
sbic.c | 179 #define QPRINTF(a) if (sbic_debug > 1) printf a 181 int sbic_debug = 0; /* Debug all chip related things */ variable in typeref:typename:int 1400 if (sbic_debug) 2053 if (sbic_debug || sync_debug)
|
sbic.c | 179 #define QPRINTF(a) if (sbic_debug > 1) printf a 181 int sbic_debug = 0; /* Debug all chip related things */ variable in typeref:typename:int 1400 if (sbic_debug) 2053 if (sbic_debug || sync_debug)
|
/src/sys/arch/acorn32/podulebus/ |
sbic.c | 111 /* #define SBIC_DEBUG(a) a */ 193 #define QPRINTF(a) if (sbic_debug > 1) printf a 196 int sbic_debug = 0; variable in typeref:typename:int 260 #ifndef SBIC_DEBUG 261 #define SBIC_DEBUG(x) 726 SBIC_DEBUG(printf("sbicinit:\n")); 739 SBIC_DEBUG(printf("sbicinit: %d\n", __LINE__)); 752 SBIC_DEBUG(printf("sbicinit: %d\n", __LINE__)); 760 SBIC_DEBUG(printf("sbicinit: %d\n", __LINE__)); 773 SBIC_DEBUG(printf("sbicinit: %d\n", __LINE__)) [all...] |
sbic.c | 111 /* #define SBIC_DEBUG(a) a */ 193 #define QPRINTF(a) if (sbic_debug > 1) printf a 196 int sbic_debug = 0; variable in typeref:typename:int 260 #ifndef SBIC_DEBUG 261 #define SBIC_DEBUG(x) 726 SBIC_DEBUG(printf("sbicinit:\n")); 739 SBIC_DEBUG(printf("sbicinit: %d\n", __LINE__)); 752 SBIC_DEBUG(printf("sbicinit: %d\n", __LINE__)); 760 SBIC_DEBUG(printf("sbicinit: %d\n", __LINE__)); 773 SBIC_DEBUG(printf("sbicinit: %d\n", __LINE__)) [all...] |
/src/sys/arch/amiga/dev/ |
sbic.c | 175 #define QPRINTF(a) if (sbic_debug > 1) printf a 176 int sbic_debug = 0; variable in typeref:typename:int 290 if (!count && sbic_debug) printf("%dcount0",target); 1208 if (sbic_debug) 1269 if (sbic_debug) { 1469 if (sbic_debug) 2156 if (sbic_debug || sync_debug)
|
sbic.c | 175 #define QPRINTF(a) if (sbic_debug > 1) printf a 176 int sbic_debug = 0; variable in typeref:typename:int 290 if (!count && sbic_debug) printf("%dcount0",target); 1208 if (sbic_debug) 1269 if (sbic_debug) { 1469 if (sbic_debug) 2156 if (sbic_debug || sync_debug)
|