Home
last modified time | relevance | path

Searched refs:twe_detach_drive (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/raid/twe/
H A Dtwevar.h179 extern int twe_detach_drive(struct twe_softc *sc,
H A Dtwe_freebsd.c473 if ((error = twe_detach_drive(sc, i)) != 0) { in twe_shutdown()
603 twe_detach_drive(struct twe_softc *sc, int unit) in twe_detach_drive() function
H A Dtwe.c297 error = twe_detach_drive(sc, unit); in twe_del_unit()