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

  /src/sys/dev/ic/
aic6360var.h 182 #if AIC_DEBUG
190 extern int aic_debug; /* AIC_SHOWSTART|AIC_SHOWMISC|AIC_SHOWTRACE; */
192 if ((aic_debug & (b)) != 0) \
196 if ((aic_debug & AIC_DOBREAK) != 0) \
aic6360.c 108 * kernel debugger. If you set AIC_DEBUG to 0 they are not included (the
111 #define AIC_DEBUG 1
150 #if AIC_DEBUG
151 int aic_debug = 0x00; /* AIC_SHOWSTART|AIC_SHOWMISC|AIC_SHOWTRACE; */ variable in typeref:typename:int
175 #if AIC_DEBUG
910 #if AIC_DEBUG
911 if ((aic_debug & AIC_SHOWMISC) != 0) {
1997 #if AIC_DEBUG
1998 if ((aic_debug & AIC_SHOWMISC) != 0) {
2117 #ifdef AIC_DEBUG
    [all...]

Completed in 88 milliseconds