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

  /src/sys/arch/sparc64/dev/
ffb.c 83 #if !defined FFB_DEBUG
84 #define FFB_DEBUG 0
86 #define DPRINTF(x) if (ffb_debug) printf x
88 extern int ffb_debug;
89 #if FFB_DEBUG > 0
90 int ffb_debug = 1; variable in typeref:typename:int
92 int ffb_debug = 0; variable in typeref:typename:int
269 #if FFB_DEBUG > 0
305 if (ffb_debug)
ffb.c 83 #if !defined FFB_DEBUG
84 #define FFB_DEBUG 0
86 #define DPRINTF(x) if (ffb_debug) printf x
88 extern int ffb_debug;
89 #if FFB_DEBUG > 0
90 int ffb_debug = 1; variable in typeref:typename:int
92 int ffb_debug = 0; variable in typeref:typename:int
269 #if FFB_DEBUG > 0
305 if (ffb_debug)

Completed in 83 milliseconds