HomeSort by: relevance | last modified time | path
    Searched defs:lptverbose (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ppbus/
lptvar.h 91 static volatile int lptverbose = 1; variable in typeref:typename:volatile int
93 #define LPT_VPRINTF(arg) if(lptverbose) printf arg
95 #define LPT_VPRINTF(arg) if(lptverbose) printf("WARNING: LPT_VPRINTF " \
lptvar.h 91 static volatile int lptverbose = 1; variable in typeref:typename:volatile int
93 #define LPT_VPRINTF(arg) if(lptverbose) printf arg
95 #define LPT_VPRINTF(arg) if(lptverbose) printf("WARNING: LPT_VPRINTF " \

Completed in 63 milliseconds