Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/starcat/sys/
H A Diosramvar.h247 #define IOSRAM_STATE_DETACH 0x0020 /* IOSRAM instance being detached */ macro
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Diosram.c516 softp->state |= IOSRAM_STATE_DETACH; in iosram_detach()
533 softp->state &= ~IOSRAM_STATE_DETACH; in iosram_detach()
543 softp->state &= ~IOSRAM_STATE_DETACH; in iosram_detach()
1992 if (softp == NULL || (softp->state & IOSRAM_STATE_DETACH)) { in iosram_switch_tunnel()
2385 if (softp->state & IOSRAM_STATE_DETACH) { in iosram_switchfrom()
2419 !(last_master->state & IOSRAM_STATE_DETACH)) { in iosram_switchfrom()