Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dasy.c116 #define ASY_DEBUG_INIT 0x0001 /* Output msgs during driver initialization. */ macro
381 DEBUGCONT2(ASY_DEBUG_INIT, "%s, debug = %x\n", in _init()
394 DEBUGCONT1(ASY_DEBUG_INIT, "%s unloading\n", in _fini()
614 DEBUGNOTE2(ASY_DEBUG_INIT, "asy%d: %s shutdown.", in asydetach()
634 DEBUGNOTE1(ASY_DEBUG_INIT, "asy%d: shutdown complete", in asydetach()
844 DEBUGCONT2(ASY_DEBUG_INIT, "asy%dattach: UART @ %p\n", in asyattach()
1115 DEBUGCONT1(ASY_DEBUG_INIT, "asy%dattach: done\n", instance); in asyattach()
1226 DEBUGNOTE2(ASY_DEBUG_INIT, in asy_hw_name()
1637 DEBUGCONT3(ASY_DEBUG_INIT, in asyopen()
1656 DEBUGCONT3(ASY_DEBUG_INIT, "asy%dopen: TS_SOFTCAR is %s, " in asyopen()
[all …]
/titanic_50/usr/src/uts/sun4/io/
H A Dsu_driver.c77 #define ASY_DEBUG_INIT 0x001 macro
428 if (asydebug & ASY_DEBUG_INIT) in asydetach()