Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c84 #define ASY_DEBUG_PROCS 0x020 macro
1342 if (asydebug & ASY_DEBUG_PROCS) in asy_program()
2031 if (asydebug & ASY_DEBUG_PROCS) in asysoftintr()
2081 if (asydebug & ASY_DEBUG_PROCS) in async_softint()
2431 if (asydebug & ASY_DEBUG_PROCS) in async_restart()
2498 if (asydebug & ASY_DEBUG_PROCS) in async_nstart()
2742 if (asydebug & ASY_DEBUG_PROCS) in async_resume()
2777 if (asydebug & ASY_DEBUG_PROCS) in async_ioctl()
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c125 #define ASY_DEBUG_PROCS 0x0020 /* Output each proc name as it is entered. */ macro
2695 ASY_DPRINTF(asy, ASY_DEBUG_PROCS, "mode = 0x%08X, enter", mode); in asy_program()
2847 ASY_DPRINTF(asy, ASY_DEBUG_PROCS, "done"); in asy_program()
3456 ASY_DPRINTF(asy, ASY_DEBUG_PROCS, "enter"); in asysoftintr()
3503 ASY_DPRINTF(asy, ASY_DEBUG_PROCS, "enter"); in async_softint()
3694 ASY_DPRINTF(asy, ASY_DEBUG_PROCS, "done"); in async_softint()
3706 ASY_DPRINTF(asy, ASY_DEBUG_PROCS, "enter"); in async_restart()
3745 ASY_DPRINTF(asy, ASY_DEBUG_PROCS, "enter"); in async_start()
3912 ASY_DPRINTF(asy, ASY_DEBUG_PROCS, "enter"); in async_resume()
4002 ASY_DPRINTF(asy, ASY_DEBUG_PROCS, "enter"); in async_ioctl()
[all …]