maestrodebug      383 dev/pci/maestro.c #define DPRINTF(x)	if (maestrodebug) printf x
maestrodebug      384 dev/pci/maestro.c #define DLPRINTF(i, x)	if (maestrodebug & i) printf x
maestrodebug      385 dev/pci/maestro.c int	maestrodebug = 0;
maestrodebug     1580 dev/pci/maestro.c 	if (maestrodebug && maestrointr_called % 64 == 0)