Lines Matching refs:ld_twe_softc
59 struct ld_twe_softc { struct
66 static int ld_twe_dobio(struct ld_twe_softc *, void *, int, int, int, argument
77 CFATTACH_DECL_NEW(ld_twe, sizeof(struct ld_twe_softc),
95 struct ld_twe_softc *sc = device_private(self); in ld_twe_attach()
160 struct ld_twe_softc *sc = device_private(self); in ld_twe_detach()
172 ld_twe_dobio(struct ld_twe_softc *sc, void *data, int datasize, int blkno, in ld_twe_dobio()
232 return (ld_twe_dobio((struct ld_twe_softc *)ld, bp->b_data, in ld_twe_start()
241 struct ld_twe_softc *sc; in ld_twe_handler()
265 return (ld_twe_dobio((struct ld_twe_softc *)ld, data, in ld_twe_dump()
272 struct ld_twe_softc *sc = (void *) ld; in ld_twe_flush()
340 struct ld_twe_softc *sc = device_private(self); in ld_twe_adjqparam()