OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:psh3tp_debug
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpcsh/dev/
psh3tp.c
58
#ifdef
PSH3TP_DEBUG
59
volatile int
psh3tp_debug
= 4;
variable in typeref:typename:volatile int
61
#define DPRINTF(arg) if (
psh3tp_debug
) DPRINTF_PRINTF arg
62
#define DPRINTFN(n, arg) if (
psh3tp_debug
> (n)) DPRINTF_PRINTF arg
psh3tp.c
58
#ifdef
PSH3TP_DEBUG
59
volatile int
psh3tp_debug
= 4;
variable in typeref:typename:volatile int
61
#define DPRINTF(arg) if (
psh3tp_debug
) DPRINTF_PRINTF arg
62
#define DPRINTFN(n, arg) if (
psh3tp_debug
> (n)) DPRINTF_PRINTF arg
Completed in 22 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025