OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wi_debug
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
wi.c
230
#ifdef
WI_DEBUG
232
int
wi_debug
= 0;
variable in typeref:typename:int
234
#define DPRINTF(X) if (
wi_debug
) printf X
235
#define DPRINTF2(X) if (
wi_debug
> 1) printf X
288
#ifdef
WI_DEBUG
290
#endif /*
WI_DEBUG
*/
298
#ifdef
WI_DEBUG
303
wi_sysctl_verify_debug, 0, &
wi_debug
, 0, CTL_CREATE, CTL_EOL)) != 0)
305
#endif /*
WI_DEBUG
*/
312
#ifdef
WI_DEBUG
[
all
...]
wi.c
230
#ifdef
WI_DEBUG
232
int
wi_debug
= 0;
variable in typeref:typename:int
234
#define DPRINTF(X) if (
wi_debug
) printf X
235
#define DPRINTF2(X) if (
wi_debug
> 1) printf X
288
#ifdef
WI_DEBUG
290
#endif /*
WI_DEBUG
*/
298
#ifdef
WI_DEBUG
303
wi_sysctl_verify_debug, 0, &
wi_debug
, 0, CTL_CREATE, CTL_EOL)) != 0)
305
#endif /*
WI_DEBUG
*/
312
#ifdef
WI_DEBUG
[
all
...]
Completed in 67 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025