Lines Matching refs:ct_softc
100 struct ct_softc { struct
145 CFATTACH_DECL_NEW(ct, sizeof(struct ct_softc), argument
181 static int ctident(device_t, struct ct_softc *,
184 static void ctreset(struct ct_softc *);
185 static void ctaddeof(struct ct_softc *);
186 static void ctustart(struct ct_softc *);
187 static void cteof(struct ct_softc *, struct buf *);
188 static void ctdone(struct ct_softc *, struct buf *);
232 struct ct_softc *sc = device_private(self); in ctattach()
258 ctident(device_t parent, struct ct_softc *sc, struct hpibbus_attach_args *ha) in ctident()
330 ctreset(struct ct_softc *sc) in ctreset()
374 struct ct_softc *sc; in ctopen()
421 struct ct_softc *sc = device_lookup_private(&ct_cd,UNIT(dev)); in ctclose()
452 struct ct_softc *sc = device_lookup_private(&ct_cd,UNIT(dev)); in ctcommand()
504 struct ct_softc *sc; in ctstrategy()
518 ctustart(struct ct_softc *sc) in ctustart()
532 struct ct_softc *sc = arg; in ctstart()
645 struct ct_softc *sc = arg; in ctgo()
659 cteof(struct ct_softc *sc, struct buf *bp) in cteof()
731 struct ct_softc *sc = arg; in ctintr()
870 ctdone(struct ct_softc *sc, struct buf *bp) in ctdone()
939 ctaddeof(struct ct_softc *sc) in ctaddeof()