OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:run_debug
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
if_run.c
73
#ifdef
RUN_DEBUG
74
#define DPRINTF(x) do { if (
run_debug
) printf x; } while (0)
75
#define DPRINTFN(n, x) do { if (
run_debug
>= (n)) printf x; } while (0)
76
int
run_debug
= 0;
variable
if_run.c
73
#ifdef
RUN_DEBUG
74
#define DPRINTF(x) do { if (
run_debug
) printf x; } while (0)
75
#define DPRINTFN(n, x) do { if (
run_debug
>= (n)) printf x; } while (0)
76
int
run_debug
= 0;
variable
Completed in 35 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026