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

  /src/sys/dev/ic/
atppcvar.h 61 #ifdef ATPPC_VERBOSE
62 extern int atppc_verbose;
63 #define ATPPC_VPRINTF(arg) if(atppc_verbose) printf arg
atppc.c 65 #ifdef ATPPC_VERBOSE
66 int atppc_verbose = 1; variable in typeref:typename:int

Completed in 15 milliseconds