OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:udl_debug
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/usb/
udl.c
100
#ifdef
UDL_DEBUG
101
#define DPRINTF(x) do { if (
udl_debug
) printf x; } while (0)
102
#define DPRINTFN(n, x) do { if (
udl_debug
>= (n)) printf x; } while (0)
103
int
udl_debug
= 1;
variable in typeref:typename:int
1695
#ifdef
UDL_DEBUG
Completed in 11 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025