Searched refs:com_vrip_debug (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/hpcmips/vr/
H A Dcom_vrip.c73 int com_vrip_debug = 0; variable
74 #define DPRINTF(arg) if (com_vrip_debug) printf arg;
75 #define VPRINTF(arg) if (com_vrip_debug || bootverbose) printf arg;

Completed in 179 milliseconds