Home
last modified time | relevance | path

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

/freebsd/sys/dev/pst/
H A Dpst-raid.c58 struct pst_softc { struct
67 struct pst_softc *psc; /* pointer to softc */ argument
78 static void pst_start(struct pst_softc *);
90 struct pst_softc *psc; in pst_add_raid()
95 if (!(psc = malloc(sizeof(struct pst_softc), in pst_add_raid()
116 struct pst_softc *psc = device_get_softc(dev); in pst_attach()
182 struct pst_softc *psc = device_get_softc(dev); in pst_shutdown_post_sync()
208 struct pst_softc *psc = bp->bio_disk->d_drv1; in pststrategy()
217 pst_start(struct pst_softc *psc) in pst_start()
255 struct pst_softc *psc = request->psc; in pst_done()
[all …]