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

  /src/sys/arch/arm/xscale/
ixp425_qmgr.c 162 static int qmgr_debug = 0; variable in typeref:typename:int
164 if (qmgr_debug) printf(fmt, __VA_ARGS__); \
167 if (qmgr_debug >= n) printf(fmt, __VA_ARGS__); \
ixp425_qmgr.c 162 static int qmgr_debug = 0; variable in typeref:typename:int
164 if (qmgr_debug) printf(fmt, __VA_ARGS__); \
167 if (qmgr_debug >= n) printf(fmt, __VA_ARGS__); \

Completed in 52 milliseconds