Searched defs:ASY_DEBUG_PROCS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dasy.c121 #define ASY_DEBUG_PROCS 0x0020 /* Output each proc name as it is entered. */ macro
2038 DEBUGCONT2(ASY_DEBUG_PROCS,
2200 DEBUGCONT1(ASY_DEBUG_PROCS, "asy%d_program: done\n", instance);
2634 DEBUGCONT0(ASY_DEBUG_PROCS, "asysoftintr: enter\n");
2683 DEBUGCONT1(ASY_DEBUG_PROCS, "async%d_softint\n", instance);
2974 DEBUGCONT1(ASY_DEBUG_PROCS, "async%d_softint: done\n", instance);
2993 DEBUGCONT1(ASY_DEBUG_PROCS, "async%d_restart\n", instance);
3041 DEBUGCONT1(ASY_DEBUG_PROCS, "async%d_nstart\n", instance);
3224 DEBUGCONT1(ASY_DEBUG_PROCS, "async%d_resume\n", instance);
3323 DEBUGCONT1(ASY_DEBUG_PROCS, "asyn
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c82 #define ASY_DEBUG_PROCS 0x020 macro
1342 if (asydebug & ASY_DEBUG_PROCS)
2031 if (asydebug & ASY_DEBUG_PROCS)
2081 if (asydebug & ASY_DEBUG_PROCS)
2431 if (asydebug & ASY_DEBUG_PROCS)
2498 if (asydebug & ASY_DEBUG_PROCS)
2742 if (asydebug & ASY_DEBUG_PROCS)
2777 if (asydebug & ASY_DEBUG_PROCS)

Completed in 72 milliseconds