Searched refs:cpudrv_debug (Results 1 – 2 of 2) sorted by relevance
191 extern uint_t cpudrv_debug;194 #define DPRINTF(flag, args) if (cpudrv_debug & flag) _PRINTF args;
126 uint_t cpudrv_debug = 0; variable