OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:urtw_debug
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
if_urtw.c
67
#ifdef
URTW_DEBUG
68
#define DPRINTF(x) do { if (
urtw_debug
) printf x; } while (0)
69
#define DPRINTFN(n, x) do { if (
urtw_debug
>= (n)) printf x; } while (0)
70
int
urtw_debug
= 0;
variable in typeref:typename:int
if_urtw.c
67
#ifdef
URTW_DEBUG
68
#define DPRINTF(x) do { if (
urtw_debug
) printf x; } while (0)
69
#define DPRINTFN(n, x) do { if (
urtw_debug
>= (n)) printf x; } while (0)
70
int
urtw_debug
= 0;
variable in typeref:typename:int
Completed in 50 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025