OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atw_debug
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
atw.c
148
#ifdef
ATW_DEBUG
149
int
atw_debug
= 0;
variable in typeref:typename:int
151
#define ATW_DPRINTF(x) if (
atw_debug
> 0) printf x
152
#define ATW_DPRINTF2(x) if (
atw_debug
> 1) printf x
153
#define ATW_DPRINTF3(x) if (
atw_debug
> 2) printf x
402
#ifdef
ATW_DEBUG
414
#endif /*
ATW_DEBUG
*/
418
#ifdef
ATW_DEBUG
498
#endif /*
ATW_DEBUG
*/
529
#ifdef
ATW_DEBUG
[
all
...]
atw.c
148
#ifdef
ATW_DEBUG
149
int
atw_debug
= 0;
variable in typeref:typename:int
151
#define ATW_DPRINTF(x) if (
atw_debug
> 0) printf x
152
#define ATW_DPRINTF2(x) if (
atw_debug
> 1) printf x
153
#define ATW_DPRINTF3(x) if (
atw_debug
> 2) printf x
402
#ifdef
ATW_DEBUG
414
#endif /*
ATW_DEBUG
*/
418
#ifdef
ATW_DEBUG
498
#endif /*
ATW_DEBUG
*/
529
#ifdef
ATW_DEBUG
[
all
...]
Completed in 26 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025