OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ucbsnd_debug
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpcmips/dev/
ucbsnd.c
70
int
ucbsnd_debug
= 1;
variable in typeref:typename:int
71
#define DPRINTF(arg) if (
ucbsnd_debug
) printf arg;
72
#define DPRINTFN(n, arg) if (
ucbsnd_debug
> (n)) printf arg;
ucbsnd.c
70
int
ucbsnd_debug
= 1;
variable in typeref:typename:int
71
#define DPRINTF(arg) if (
ucbsnd_debug
) printf arg;
72
#define DPRINTFN(n, arg) if (
ucbsnd_debug
> (n)) printf arg;
Completed in 22 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025