aic_debug 154 dev/ic/aic6360.c int aic_debug = 0x00; /* AIC_SHOWSTART|AIC_SHOWMISC|AIC_SHOWTRACE; */
aic_debug 844 dev/ic/aic6360.c if ((aic_debug & AIC_SHOWMISC) != 0) {
aic_debug 1930 dev/ic/aic6360.c if ((aic_debug & AIC_SHOWMISC) != 0) {
aic_debug 192 dev/ic/aic6360var.h #define AIC_PRINT(b, s) do {if ((aic_debug & (b)) != 0) printf s;} while (0)
aic_debug 194 dev/ic/aic6360var.h do { if ((aic_debug & AIC_DOBREAK) != 0) Debugger(); } while (0)