OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sbus_debug
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sparc64/dev/
sbus.c
66
int
sbus_debug
= 0;
variable
67
#define DPRINTF(l, s) do { if (
sbus_debug
& l) printf s; } while (0)
530
if (
sbus_debug
& SDB_INTR) {
572
if (
sbus_debug
& SDB_INTR) { long i; for (i = 0; i < 400000000; i++); }
sbus.c
66
int
sbus_debug
= 0;
variable
67
#define DPRINTF(l, s) do { if (
sbus_debug
& l) printf s; } while (0)
530
if (
sbus_debug
& SDB_INTR) {
572
if (
sbus_debug
& SDB_INTR) { long i; for (i = 0; i < 400000000; i++); }
Completed in 28 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026