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

  /src/sys/arch/x68k/dev/
vs.c 60 #ifdef VS_DEBUG
61 #define DPRINTF(y,x) if (vs_debug >= (y)) printf x
62 static int vs_debug; variable in typeref:typename:int
183 #ifdef VS_DEBUG
184 vs_debug = 1;
vs.c 60 #ifdef VS_DEBUG
61 #define DPRINTF(y,x) if (vs_debug >= (y)) printf x
62 static int vs_debug; variable in typeref:typename:int
183 #ifdef VS_DEBUG
184 vs_debug = 1;

Completed in 22 milliseconds