Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/twe/
H A Dtwe_freebsd.c89 if (sc->twe_state & TWE_STATE_DETACHING) { in twe_open()
435 sc->twe_state |= TWE_STATE_DETACHING; in twe_detach()
443 sc->twe_state &= ~TWE_STATE_DETACHING; in twe_detach()
H A Dtwevar.h152 #define TWE_STATE_DETACHING (1<<6) /* controller is being shut down */ macro