Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/amr/
H A Damr_disk.c109 sizeof(struct amrd_softc)
118 struct amrd_softc *sc = ap->a_head.a_dev->si_drv1; in amrd_open()
142 struct amrd_softc *amrd_sc; in amrd_dump()
146 amrd_sc = (struct amrd_softc *)dev->si_drv1; in amrd_dump()
172 struct amrd_softc *sc = (struct amrd_softc *)dev->si_drv1; in amrd_strategy()
201 struct amrd_softc *sc = (struct amrd_softc *)bio->bio_driver_info; in amrd_intr()
229 struct amrd_softc *sc = (struct amrd_softc *)device_get_softc(dev); in amrd_attach()
279 struct amrd_softc *sc = (struct amrd_softc *)device_get_softc(dev); in amrd_detach()
H A Damrvar.h287 struct amrd_softc struct
H A Damr.c1228 struct amrd_softc *amrd; in amr_bio_command()
1280 amrd = (struct amrd_softc *)bio->bio_driver_info; in amr_bio_command()