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

  /src/sys/dev/ic/
an.c 150 #ifdef AN_DEBUG
151 int an_debug = 0; variable in typeref:typename:int
153 #define DPRINTF(X) if (an_debug) printf X
154 #define DPRINTF2(X) if (an_debug > 1) printf X
211 #ifdef AN_DEBUG
212 if (an_debug) {
357 #ifdef AN_DEBUG
378 an_sysctl_verify_debug, 0, &an_debug, 0,
413 #endif /* AN_DEBUG */
647 #ifdef AN_DEBUG
    [all...]

Completed in 12 milliseconds