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

  /src/sys/dev/ic/
atppcvar.h 54 #ifdef ATPPC_DEBUG
55 extern int atppc_debug;
56 #define ATPPC_DPRINTF(arg) if(atppc_debug) printf arg
atppc.c 61 #ifdef ATPPC_DEBUG
62 int atppc_debug = 1; variable in typeref:typename:int
461 #ifdef ATPPC_DEBUG
1368 #ifdef ATPPC_DEBUG

Completed in 12 milliseconds