osiop_softc
struct osiop_softc *sc = (void *)self;
struct osiop_softc *sc = arg;
sizeof(struct osiop_softc), osiop_gsc_match, osiop_gsc_attach
void osiop_init(struct osiop_softc *);
void osiop_reset(struct osiop_softc *);
void osiop_resetbus(struct osiop_softc *);
void osiop_start(struct osiop_softc *);
int osiop_checkintr(struct osiop_softc *, u_int8_t, u_int8_t, u_int8_t, int *);
void osiop_select(struct osiop_softc *);
osiop_checkintr(struct osiop_softc *sc, u_int8_t istat, u_int8_t dstat,
void osiop_update_xfer_mode(struct osiop_softc *, int);
void scsi_period_to_osiop(struct osiop_softc *, int);
void osiop_dump(struct osiop_softc *);
osiop_select(struct osiop_softc *sc)
osiop_intr(struct osiop_softc *sc)
osiop_update_xfer_mode(struct osiop_softc *sc, int target)
scsi_period_to_osiop(struct osiop_softc *sc, int target)
osiop_attach(struct osiop_softc *sc)
struct osiop_softc *sc = acb->sc;
osiop_dump(struct osiop_softc *sc)
struct osiop_softc *sc = xsc;
struct osiop_softc *sc = xsc;
struct osiop_softc *sc = periph->bus->sb_adapter_softc;
osiop_poll(struct osiop_softc *sc, struct osiop_acb *acb)
osiop_sched(struct osiop_softc *sc)
struct osiop_softc *sc;
osiop_abort(struct osiop_softc *sc, const char *where)
osiop_init(struct osiop_softc *sc)
osiop_reset(struct osiop_softc *sc)
osiop_resetbus(struct osiop_softc *sc)
void osiop_attach(struct osiop_softc *);
osiop_start(struct osiop_softc *sc)
void osiop_poll(struct osiop_softc *, struct osiop_acb *);
void osiop_sched(struct osiop_softc *);
void osiop_abort(struct osiop_softc *, const char *);
struct osiop_softc *sc; /* points back to our adapter */
void osiop_attach(struct osiop_softc *);
void osiop_intr(struct osiop_softc *);