OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:plumpower_debug
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpcmips/dev/
plumpower.c
50
int
plumpower_debug
= 1;
variable in typeref:typename:int
51
#define DPRINTF(arg) if (
plumpower_debug
) printf arg;
52
#define DPRINTFN(n, arg) if (
plumpower_debug
> (n)) printf arg;
plumpower.c
50
int
plumpower_debug
= 1;
variable in typeref:typename:int
51
#define DPRINTF(arg) if (
plumpower_debug
) printf arg;
52
#define DPRINTFN(n, arg) if (
plumpower_debug
> (n)) printf arg;
Completed in 25 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025