OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ebus_debug
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/sparc/dev/
ebus.c
37
#if defined(DEBUG) && !defined(
EBUS_DEBUG
)
38
#define
EBUS_DEBUG
41
#ifdef
EBUS_DEBUG
48
int
ebus_debug
= 0;
variable in typeref:typename:int
49
#define DPRINTF(l, s) do { if (
ebus_debug
& l) printf s; } while (0)
/src/sys/arch/sparc64/dev/
ebus.c
51
int
ebus_debug
= 0x0;
variable in typeref:typename:int
52
#define DPRINTF(l, s) do { if (
ebus_debug
& l) printf s; } while (0)
ebus_mainbus.c
30
extern int
ebus_debug
;
31
#define DPRINTF(l, s) do { if (
ebus_debug
& l) printf s; } while (0)
Completed in 12 milliseconds
Indexes created Sat Oct 11 08:10:02 GMT 2025