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 - 1
of
1
) 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
...]
Completed in 27 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025