OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xennet_debug
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/xen/xen/
if_xennet_xenbus.c
133
#undef
XENNET_DEBUG
135
#ifdef
XENNET_DEBUG
141
int
xennet_debug
= 0xff;
variable in typeref:typename:int
142
#define DPRINTF(x) if (
xennet_debug
) printf x;
143
#define DPRINTFN(n,x) if (
xennet_debug
& (n)) printf x;
1297
#ifdef
XENNET_DEBUG
Completed in 35 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025