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

  /src/sys/dev/ic/
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...]
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 67 milliseconds