OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bus_space_debug
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/sparc64/include/
bus_funcs.h
83
extern int
bus_space_debug
;
170
#ifndef
BUS_SPACE_DEBUG
186
if (
bus_space_debug
& BSDB_ACCESS) \
195
if (
bus_space_debug
& BSDB_ACCESS) \
204
if (
bus_space_debug
& BSDB_ACCESS) \
213
if (
bus_space_debug
& BSDB_ACCESS) \
227
#ifndef
BUS_SPACE_DEBUG
241
if (
bus_space_debug
& BSDB_ACCESS) \
248
if (
bus_space_debug
& BSDB_ACCESS) \
255
if (
bus_space_debug
& BSDB_ACCESS)
[
all
...]
/src/sys/arch/ews4800mips/ews4800mips/
bus_space.c
44
#ifdef
BUS_SPACE_DEBUG
45
int
bus_space_debug
= 0;
variable in typeref:typename:int
47
if (
bus_space_debug
) \
50
if (
bus_space_debug
> (n)) \
/src/sys/arch/playstation2/playstation2/
bus_space.c
40
#ifdef
BUS_SPACE_DEBUG
41
int
bus_space_debug
= 0;
variable in typeref:typename:int
43
if (
bus_space_debug
) \
46
if (
bus_space_debug
> (n)) \
/src/sys/arch/hpcsh/hpcsh/
bus_space.c
40
/* bus.h turn on
BUS_SPACE_DEBUG
if the global DEBUG option is enabled. */
41
#ifdef
BUS_SPACE_DEBUG
43
#define DPRINTF_DEBUG
bus_space_debug
/src/sys/arch/sparc64/sparc64/
machdep.c
141
int
bus_space_debug
= 0; /* This may be used by macros elsewhere. */
variable in typeref:typename:int
143
#define DPRINTF(l, s) do { if (
bus_space_debug
& l) printf s; } while (0)
Completed in 18 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025