Lines Matching defs:ct_softc
100 struct ct_softc {
145 CFATTACH_DECL_NEW(ct, sizeof(struct ct_softc),
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);
258 ctident(device_t parent, struct ct_softc *sc, struct hpibbus_attach_args *ha)
330 ctreset(struct ct_softc *sc)
374 struct ct_softc *sc;
421 struct ct_softc *sc = device_lookup_private(&ct_cd,UNIT(dev));
452 struct ct_softc *sc = device_lookup_private(&ct_cd,UNIT(dev));
504 struct ct_softc *sc;
518 ctustart(struct ct_softc *sc)
532 struct ct_softc *sc = arg;
645 struct ct_softc *sc = arg;
659 cteof(struct ct_softc *sc, struct buf *bp)
731 struct ct_softc *sc = arg;
870 ctdone(struct ct_softc *sc, struct buf *bp)
939 ctaddeof(struct ct_softc *sc)