OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hpcapm_debug
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/hpc/
hpcapm.c
57
int
hpcapm_debug
= HPCAPMDEBUG_CONF;
variable in typeref:typename:int
58
#define DPRINTF(arg) do { if (
hpcapm_debug
) printf arg; } while(0);
59
#define DPRINTFN(n, arg) do { if (
hpcapm_debug
> (n)) printf arg; } while (0);
hpcapm.c
57
int
hpcapm_debug
= HPCAPMDEBUG_CONF;
variable in typeref:typename:int
58
#define DPRINTF(arg) do { if (
hpcapm_debug
) printf arg; } while(0);
59
#define DPRINTFN(n, arg) do { if (
hpcapm_debug
> (n)) printf arg; } while (0);
Completed in 22 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025