Searched refs:ASY_DEBUG_PROCS (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 82 #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()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | asy.c | 121 #define ASY_DEBUG_PROCS 0x0020 /* Output each proc name as it is entered. */ macro 2038 DEBUGCONT2(ASY_DEBUG_PROCS, in asy_program() 2200 DEBUGCONT1(ASY_DEBUG_PROCS, "asy%d_program: done\n", instance); in asy_program() 2634 DEBUGCONT0(ASY_DEBUG_PROCS, "asysoftintr: enter\n"); in asysoftintr() 2683 DEBUGCONT1(ASY_DEBUG_PROCS, "async%d_softint\n", instance); in async_softint() 2974 DEBUGCONT1(ASY_DEBUG_PROCS, "async%d_softint: done\n", instance); in async_softint() 2993 DEBUGCONT1(ASY_DEBUG_PROCS, "async%d_restart\n", instance); in async_restart() 3041 DEBUGCONT1(ASY_DEBUG_PROCS, "async%d_nstart\n", instance); in async_nstart() 3224 DEBUGCONT1(ASY_DEBUG_PROCS, "async%d_resume\n", instance); in async_resume() 3323 DEBUGCONT1(ASY_DEBUG_PROCS, "async%d_ioctl\n", instance); in async_ioctl() [all …]
|