OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ac97debug
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
ac97.c
891
#define DPRINTF(x) if (
ac97debug
) printf x
892
#define DPRINTFN(n,x) if (
ac97debug
>(n)) printf x
894
int
ac97debug
= AC97_DEBUG;
variable
896
int
ac97debug
= 0;
variable
ac97.c
891
#define DPRINTF(x) if (
ac97debug
) printf x
892
#define DPRINTFN(n,x) if (
ac97debug
>(n)) printf x
894
int
ac97debug
= AC97_DEBUG;
variable
896
int
ac97debug
= 0;
variable
Completed in 37 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026