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

  /src/sys/arch/hpcmips/vr/
com_vrip.c 73 int com_vrip_debug = 0; variable in typeref:typename:int
74 #define DPRINTF(arg) if (com_vrip_debug) printf arg;
75 #define VPRINTF(arg) if (com_vrip_debug || bootverbose) printf arg;
com_vrip.c 73 int com_vrip_debug = 0; variable in typeref:typename:int
74 #define DPRINTF(arg) if (com_vrip_debug) printf arg;
75 #define VPRINTF(arg) if (com_vrip_debug || bootverbose) printf arg;

Completed in 21 milliseconds