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

  /src/sys/arch/arm/xscale/
ixp425_npe.c 165 static int npe_debug = 0; variable in typeref:typename:int
167 if (npe_debug) printf(fmt, __VA_ARGS__); \
170 if (npe_debug >= n) printf(fmt, __VA_ARGS__); \
ixp425_if_npe.c 222 static int npe_debug; variable in typeref:typename:int
224 if (npe_debug) printf(fmt, __VA_ARGS__); \
227 if (npe_debug >= n) printf(fmt, __VA_ARGS__); \
ixp425_npe.c 165 static int npe_debug = 0; variable in typeref:typename:int
167 if (npe_debug) printf(fmt, __VA_ARGS__); \
170 if (npe_debug >= n) printf(fmt, __VA_ARGS__); \
ixp425_if_npe.c 222 static int npe_debug; variable in typeref:typename:int
224 if (npe_debug) printf(fmt, __VA_ARGS__); \
227 if (npe_debug >= n) printf(fmt, __VA_ARGS__); \

Completed in 28 milliseconds