OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:smsh_debug
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/ic/
lan9118.c
74
#ifdef
SMSH_DEBUG
75
#define DPRINTF(x) if (
smsh_debug
) printf x
76
#define DPRINTFN(n, x) if (
smsh_debug
>= (n)) printf x
77
int
smsh_debug
=
SMSH_DEBUG
;
variable in typeref:typename:int
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025