Searched refs:ASY_DEBUG_INIT (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | asy.c | 120 #define ASY_DEBUG_INIT 0x0001 /* Output msgs during driver initialization. */ macro 493 if (debug & ASY_DEBUG_INIT) in _init() 509 if (debug & ASY_DEBUG_INIT) in _fini() 1354 ASY_DPRINTF(asy, ASY_DEBUG_INIT, "%s shutdown", asy_hw_name(asy)); in asydetach() 1391 ASY_DPRINTF(asy, ASY_DEBUG_INIT, "shutdown complete"); in asydetach() 1487 ASY_DPRINTF(asy, ASY_DEBUG_INIT, "UART @ %p", (void *)asy->asy_ioaddr); in asyattach() 1678 ASY_DPRINTF(asy, ASY_DEBUG_INIT, "done"); in asyattach() 1784 ASY_DPRINTF(asy, ASY_DEBUG_INIT, "unknown asy_hwtype: %d", in asy_hw_name() 2255 ASY_DPRINTF(asy, ASY_DEBUG_INIT, "enter"); in asyopen() 2331 ASY_DPRINTF(asy, ASY_DEBUG_INIT, "\"Raise DTR on every open\": " in asyopen() [all …]
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 79 #define ASY_DEBUG_INIT 0x001 macro 430 if (asydebug & ASY_DEBUG_INIT) in asydetach()
|