Home | Sort by: relevance | last modified time | path |
/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) |