OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DBGME
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/emips/ebus/
icap_ebus.c
62
#define
DBGME
(_lev_,_x_) if ((_lev_) & icap_debug) _x_
65
#define
DBGME
(_lev_,_x_)
67
#define DEBUG_PRINT(_args_,_lev_)
DBGME
(_lev_,printf _args_)
ace_ebus.c
287
#define
DBGME
(_lev_,_x_) if ((_lev_) & ace_debug) _x_
290
#define
DBGME
(_lev_,_x_)
292
#define DEBUG_PRINT(_args_,_lev_)
DBGME
(_lev_,printf _args_)
299
DBGME
(DEBUG_FUNCS, printf("Sysace::delayed_attach %p\n", sc));
318
DBGME
(DEBUG_PROBE, device_printf(sc->sc_dev,
344
DBGME
(DEBUG_STATUS, printf("Sysace::wedges started for %p\n", sc));
352
DBGME
(DEBUG_STATUS, printf("Sysace::thread done for %p\n", sc));
363
DBGME
(DEBUG_STATUS, printf("Sysace::thread started for %p\n", sc));
375
DBGME
(DEBUG_STATUS,
394
DBGME
(DEBUG_XFERS
[
all
...]
flash_ebus.c
90
#define
DBGME
(_lev_,_x_) if ((_lev_) & eflash_debug) _x_
93
#define
DBGME
(_lev_,_x_)
95
#define DEBUG_PRINT(_args_,_lev_)
DBGME
(_lev_,printf _args_)
980
DBGME
(DEBUG_FUNCS,printf("%s: Unlocking sector %d [ptr %p] ...\n",
1000
DBGME
(DEBUG_FUNCS,printf("%s: Unlocked ok.\n",
1006
DBGME
(DEBUG_ERRORS,printf("%s: Unlock of sector %d NOT completed (status=%x).\n",
1020
DBGME
(DEBUG_FUNCS,printf("%s: Erasing sector %d [ptr %p] ...\n",
1050
DBGME
(DEBUG_FUNCS,printf("%s: Erased ok.\n", device_xname(sc->sc_dev)));
1055
DBGME
(DEBUG_ERRORS,printf("%s: Erase of sector %d NOT completed (status=%x).\n",
1183
DBGME
(DEBUG_ERRORS,printf("eflash::ValidateArg(%qx) EOF\n", start))
[
all
...]
/src/sys/arch/emips/stand/common/
ace.c
91
#define
DBGME
(lev,x) \
98
#define
DBGME
(lev,x)
334
DBGME
(0,printf("Sysace::Lock loops.. (st=%x)\n",Status));
339
DBGME
(3,printf("Sysace::Lock timeout (st=%x)\n",Status));
372
DBGME
(0,printf("Sysace::Unlock loops.. (st=%x)\n",Status));
377
DBGME
(3,printf("Sysace::Unlock timeout (st=%x)\n",Status));
424
DBGME
(2,printf("Sysace:: no media (st=%x)\n",Interface->STATUS));
431
DBGME
(3,printf("Sysace:: not ready (st=%x)\n",Interface->STATUS));
494
DBGME
(1,printf("Sysace Read(%p %x %x)\n",
545
DBGME
(0,printf(" %x", Data32))
[
all
...]
Completed in 14 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025