Home
last modified time | relevance | path

Searched refs:lptdebug (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/ppbus/
Dlptvar.h79 static volatile int lptdebug = 1; variable
81 #define LPT_DPRINTF(arg) if(lptdebug) printf arg
83 #define LPT_DPRINTF(arg) if(lptdebug) printf("WARNING: LPT_DPRINTF " \
/netbsd/src/sys/dev/mvme/
Dlpt_mvme.c115 #define LPRINTF if (lptdebug) aprint_verbose_dev a
116 int lptdebug = 1; variable
/netbsd/src/sys/arch/atari/dev/
Dlpt.c91 #define lprintf if (lptdebug) aprint_error_dev
92 int lptdebug = 1; variable
/netbsd/src/sys/dev/ic/
Dlpt.c89 #define LPRINTF(a) if (lptdebug) printf a
90 int lptdebug = 0; variable