OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEBUG_PRINT
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/emips/ebus/
icap_ebus.c
67
#define
DEBUG_PRINT
(_args_,_lev_) DBGME(_lev_,printf _args_)
113
DEBUG_PRINT
(("icap_match %x\n", (f) ? f->Tag : 0), DEBUG_PROBE);
129
DEBUG_PRINT
(("icap_attach %p\n", sc), DEBUG_PROBE);
174
DEBUG_PRINT
(("icapopen\n"), DEBUG_FUNCS);
188
DEBUG_PRINT
(("icapclose\n"), DEBUG_FUNCS);
198
DEBUG_PRINT
(("icapread\n"), DEBUG_READS);
208
DEBUG_PRINT
(("icapwrite\n"), DEBUG_WRITES);
231
DEBUG_PRINT
(("icapstrategy\n"), DEBUG_FUNCS);
239
DEBUG_PRINT
(("icapstrategy: nodev %" PRIx64 "\n",bp->b_dev),
267
DEBUG_PRINT
(("icapstart %p %p\n",sc,bp), DEBUG_FUNCS)
[
all
...]
ace_ebus.c
292
#define
DEBUG_PRINT
(_args_,_lev_) DBGME(_lev_,printf _args_)
1590
DEBUG_PRINT
(("aceattach\n"), DEBUG_FUNCS | DEBUG_PROBE);
1735
DEBUG_PRINT
(("acestrategy (%s) %lld\n",
1805
DEBUG_PRINT
(("acestart %s\n", device_xname(ace->sc_dev)), DEBUG_XFERS);
1856
DEBUG_PRINT
(("acedone %s\n", device_xname(ace->sc_dev)), DEBUG_XFERS);
1912
DEBUG_PRINT
(("acerestart %s\n",
1925
DEBUG_PRINT
(("aceread\n"), DEBUG_XFERS);
1927
DEBUG_PRINT
(("aceread -> x%x resid=%x\n",r,uio->uio_resid),DEBUG_XFERS);
1936
DEBUG_PRINT
(("acewrite\n"), DEBUG_XFERS);
1946
DEBUG_PRINT
(("aceopen\n"), DEBUG_FUNCS)
[
all
...]
flash_ebus.c
95
#define
DEBUG_PRINT
(_args_,_lev_) DBGME(_lev_,printf _args_)
1437
DEBUG_PRINT
(("%s: eflashattach\n", device_xname(sc->sc_dev)), DEBUG_FUNCS | DEBUG_PROBE);
1472
DEBUG_PRINT
(("eflashactivate %x\n", act), DEBUG_FUNCS | DEBUG_PROBE);
1493
DEBUG_PRINT
(("%s: eflashdetach\n", device_xname(sc->sc_dev)), DEBUG_FUNCS | DEBUG_PROBE);
1660
DEBUG_PRINT
(("%s: eflashstrategy %lld\n", device_xname(sc->sc_dev), bp->b_blkno),
1730
DEBUG_PRINT
(("%s: eflashstart\n", device_xname(sc->sc_dev)),
1751
DEBUG_PRINT
(("%s: __eflashstart %p\n", device_xname(sc->sc_dev), bp),
1784
DEBUG_PRINT
(("%s: eflashdone %p\n", device_xname(sc->sc_dev), bp),
1840
DEBUG_PRINT
(("%s: eflashrestart\n", device_xname(sc->sc_dev)),
1851
DEBUG_PRINT
(("eflashread\n"), DEBUG_XFERS)
[
all
...]
Completed in 14 milliseconds
Indexes created Sun Sep 21 18:09:52 GMT 2025