Home
last modified time | relevance | path

Searched refs:ASY_DEBUG_INIT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dasy.c118 #define ASY_DEBUG_INIT 0x0001 /* Output msgs during driver initialization. */ macro
383 DEBUGCONT2(ASY_DEBUG_INIT, "%s, debug = %x\n", in _init()
396 DEBUGCONT1(ASY_DEBUG_INIT, "%s unloading\n", in _fini()
616 DEBUGNOTE2(ASY_DEBUG_INIT, "asy%d: %s shutdown.", in asydetach()
636 DEBUGNOTE1(ASY_DEBUG_INIT, "asy%d: shutdown complete", in asydetach()
846 DEBUGCONT2(ASY_DEBUG_INIT, "asy%dattach: UART @ %p\n", in asyattach()
1117 DEBUGCONT1(ASY_DEBUG_INIT, "asy%dattach: done\n", instance); in asyattach()
1228 DEBUGNOTE2(ASY_DEBUG_INIT, in asy_hw_name()
1639 DEBUGCONT3(ASY_DEBUG_INIT, in asyopen()
1658 DEBUGCONT3(ASY_DEBUG_INIT, "asy%dopen: TS_SOFTCAR is %s, " in asyopen()
[all …]
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c79 #define ASY_DEBUG_INIT 0x001 macro
430 if (asydebug & ASY_DEBUG_INIT) in asydetach()