ct_softc
CFATTACH_DECL_NEW(ct, sizeof(struct ct_softc),
static int ctident(device_t, struct ct_softc *,
static void ctreset(struct ct_softc *);
static void ctaddeof(struct ct_softc *);
static void ctustart(struct ct_softc *);
static void cteof(struct ct_softc *, struct buf *);
static void ctdone(struct ct_softc *, struct buf *);
struct ct_softc *sc = device_private(self);
ctident(device_t parent, struct ct_softc *sc, struct hpibbus_attach_args *ha)
ctreset(struct ct_softc *sc)
struct ct_softc *sc;
struct ct_softc *sc = device_lookup_private(&ct_cd,UNIT(dev));
struct ct_softc *sc = device_lookup_private(&ct_cd,UNIT(dev));
struct ct_softc *sc;
ctustart(struct ct_softc *sc)
struct ct_softc *sc = arg;
struct ct_softc *sc = arg;
cteof(struct ct_softc *sc, struct buf *bp)
struct ct_softc *sc = arg;
ctdone(struct ct_softc *sc, struct buf *bp)
ctaddeof(struct ct_softc *sc)
ct_softc[ctlr][unit].sc_punit = ctinfo[i].punit;
struct ct_softc *rs;
rs = &ct_softc[ctlr][slave];
struct ct_softc *rs;
rs = &ct_softc[ctlr][unit];
struct ct_softc *rs = devdata;
struct ct_softc *rs = &ct_softc[ctlr][unit];
} ct_softc[NHPIB][NCT];
struct ct_softc *rs = &ct_softc[ctlr][unit];
CFATTACH_DECL_NEW(ct, sizeof(struct ct_softc),
int ctident(device_t, struct ct_softc *,
void ctaddeof(struct ct_softc *);
void ctustart(struct ct_softc *);
void cteof(struct ct_softc *, struct buf *);
void ctdone(struct ct_softc *, struct buf *);
void ctstart(struct ct_softc *);
void ctintr(struct ct_softc *);
struct ct_softc *sc = device_private(self);
struct ct_softc *sc;
struct ct_softc *sc;
struct ct_softc *sc;
struct ct_softc *sc;
ctustart(struct ct_softc *sc)
ctstart(struct ct_softc *sc)
cteof(struct ct_softc *sc, struct buf *bp)
struct ct_softc *sc = v;
ctintr(struct ct_softc *sc)
ctdone(struct ct_softc *sc, struct buf *bp)
ctaddeof(struct ct_softc *sc)