OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:plumiobus_debug
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/hpcmips/dev/
plumiobus.c
55
int
plumiobus_debug
= 0;
variable in typeref:typename:int
56
#define DPRINTF(arg) if (
plumiobus_debug
) printf arg;
57
#define DPRINTFN(n, arg) if (
plumiobus_debug
> (n)) printf arg;
Completed in 29 milliseconds
Indexes created Mon Oct 27 08:10:08 GMT 2025