OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lptdebug
(Results
1 - 8
of
8
) sorted by relevancy
/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
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
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 " \
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
lpt.c
91
#define lprintf if (
lptdebug
) aprint_error_dev
92
int
lptdebug
= 1;
variable in typeref:typename:int
Completed in 35 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025