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 - 2
of
2
) 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
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 24 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025