OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btnmgr_debug
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/hpc/
btnmgr.c
68
int
btnmgr_debug
= BTNMGRDEBUG_CONF;
variable in typeref:typename:int
69
#define DPRINTF(arg) if (
btnmgr_debug
) printf arg;
70
#define DPRINTFN(n, arg) if (
btnmgr_debug
> (n)) printf arg;
btnmgr.c
68
int
btnmgr_debug
= BTNMGRDEBUG_CONF;
variable in typeref:typename:int
69
#define DPRINTF(arg) if (
btnmgr_debug
) printf arg;
70
#define DPRINTFN(n, arg) if (
btnmgr_debug
> (n)) printf arg;
Completed in 21 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025