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

/illumos-gate/usr/src/uts/common/io/
H A Dasy.c119 #define ASY_DEBUG_CLOSE 0x0008 /* Output msgs when driver open/close called */ macro
1554 DEBUGCONT1(ASY_DEBUG_CLOSE, "asy%dopen\n", unit);
1784 DEBUGCONT1(ASY_DEBUG_CLOSE, "asy%dclose\n", instance);
1947 DEBUGCONT1(ASY_DEBUG_CLOSE, "asy%dclose: done\n", instance);
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c80 #define ASY_DEBUG_CLOSE 0x008 macro
922 if (asydebug & ASY_DEBUG_CLOSE)
1118 if (asydebug & ASY_DEBUG_CLOSE)
2516 if (mode && asydebug & ASY_DEBUG_CLOSE)
2539 if (mode && asydebug & ASY_DEBUG_CLOSE)
2548 if (mode && asydebug & ASY_DEBUG_CLOSE)
3077 if (asydebug & ASY_DEBUG_CLOSE)
3090 if (asydebug & ASY_DEBUG_CLOSE)
3341 if (asydebug & ASY_DEBUG_CLOSE)

Completed in 57 milliseconds