Home | Sort by: relevance | last modified time | path |
/src/sys/dev/mvme/ | |
lpt_mvme.c | 115 #define LPRINTF if (lptdebug) aprint_verbose_dev a 116 int lptdebug = 1; variable in typeref:typename:int |
/src/sys/dev/ic/ | |
lpt.c | 84 #define LPTDEBUG 86 #ifndef LPTDEBUG 89 #define LPRINTF(a) if (lptdebug) printf a 90 int lptdebug = 0; variable in typeref:typename:int |
/src/sys/dev/ppbus/ | |
lptvar.h | 79 static volatile int lptdebug = 1; variable in typeref:typename:volatile int 81 #define LPT_DPRINTF(arg) if(lptdebug) printf arg 83 #define LPT_DPRINTF(arg) if(lptdebug) printf("WARNING: LPT_DPRINTF " \ |
/src/sys/arch/atari/dev/ | |
lpt.c | 91 #define lprintf if (lptdebug) aprint_error_dev 92 int lptdebug = 1; variable in typeref:typename:int |