Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4/io/
H A Dsu_driver.c80 #define ASY_DEBUG_CLOSE 0x008 macro
922 if (asydebug & ASY_DEBUG_CLOSE) in asyopen()
1118 if (asydebug & ASY_DEBUG_CLOSE) in asyclose()
2516 if (mode && asydebug & ASY_DEBUG_CLOSE) in async_nstart()
2539 if (mode && asydebug & ASY_DEBUG_CLOSE) in async_nstart()
2548 if (mode && asydebug & ASY_DEBUG_CLOSE) in async_nstart()
3077 if (asydebug & ASY_DEBUG_CLOSE) in async_ioctl()
3090 if (asydebug & ASY_DEBUG_CLOSE) in async_ioctl()
3341 if (asydebug & ASY_DEBUG_CLOSE) in asywput()
/titanic_44/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); in asyopen()
1784 DEBUGCONT1(ASY_DEBUG_CLOSE, "asy%dclose\n", instance); in asyclose()
1947 DEBUGCONT1(ASY_DEBUG_CLOSE, "asy%dclose: done\n", instance); in asyclose()