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.c123 #define ASY_DEBUG_PROCS 0x0020 /* Output each proc name as it is entered. */ macro
2040 DEBUGCONT2(ASY_DEBUG_PROCS, in asy_program()
2202 DEBUGCONT1(ASY_DEBUG_PROCS, "asy%d_program: done\n", instance); in asy_program()
2665 DEBUGCONT0(ASY_DEBUG_PROCS, "asysoftintr: enter\n"); in asysoftintr()
2714 DEBUGCONT1(ASY_DEBUG_PROCS, "async%d_softint\n", instance); in async_softint()
3006 DEBUGCONT1(ASY_DEBUG_PROCS, "async%d_softint: done\n", instance); in async_softint()
3025 DEBUGCONT1(ASY_DEBUG_PROCS, "async%d_restart\n", instance); in async_restart()
3073 DEBUGCONT1(ASY_DEBUG_PROCS, "async%d_nstart\n", instance); in async_nstart()
3256 DEBUGCONT1(ASY_DEBUG_PROCS, "async%d_resume\n", instance); in async_resume()
3355 DEBUGCONT1(ASY_DEBUG_PROCS, "async%d_ioctl\n", instance); in async_ioctl()
[all …]