Lines Matching refs:ct_softc
120 struct ct_softc { struct
160 CFATTACH_DECL_NEW(ct, sizeof(struct ct_softc), argument
163 int ctident(device_t, struct ct_softc *,
167 void ctaddeof(struct ct_softc *);
168 void ctustart(struct ct_softc *);
169 void cteof(struct ct_softc *, struct buf *);
170 void ctdone(struct ct_softc *, struct buf *);
173 void ctstart(struct ct_softc *);
174 void ctintr(struct ct_softc *);
257 struct ct_softc *sc = device_private(self); in ctattach()
349 struct ct_softc *sc; in ctopen()
378 struct ct_softc *sc; in ctclose()
409 struct ct_softc *sc; in ctcommand()
465 struct ct_softc *sc; in ctstrategy()
485 ctustart(struct ct_softc *sc) in ctustart()
497 ctstart(struct ct_softc *sc) in ctstart()
607 cteof(struct ct_softc *sc, struct buf *bp) in cteof()
674 struct ct_softc *sc = v; in ctcallback()
694 ctintr(struct ct_softc *sc) in ctintr()
828 ctdone(struct ct_softc *sc, struct buf *bp) in ctdone()
896 ctaddeof(struct ct_softc *sc) in ctaddeof()