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 - 2
of
2
) 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
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 27 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025