Symbol: osiop_softc
sys/arch/hppa/gsc/osiop_gsc.c
105
struct osiop_softc *sc = (void *)self;
sys/arch/hppa/gsc/osiop_gsc.c
156
struct osiop_softc *sc = arg;
sys/arch/hppa/gsc/osiop_gsc.c
87
sizeof(struct osiop_softc), osiop_gsc_match, osiop_gsc_attach
sys/dev/ic/osiop.c
100
void osiop_init(struct osiop_softc *);
sys/dev/ic/osiop.c
101
void osiop_reset(struct osiop_softc *);
sys/dev/ic/osiop.c
102
void osiop_resetbus(struct osiop_softc *);
sys/dev/ic/osiop.c
103
void osiop_start(struct osiop_softc *);
sys/dev/ic/osiop.c
104
int osiop_checkintr(struct osiop_softc *, u_int8_t, u_int8_t, u_int8_t, int *);
sys/dev/ic/osiop.c
105
void osiop_select(struct osiop_softc *);
sys/dev/ic/osiop.c
1059
osiop_checkintr(struct osiop_softc *sc, u_int8_t istat, u_int8_t dstat,
sys/dev/ic/osiop.c
106
void osiop_update_xfer_mode(struct osiop_softc *, int);
sys/dev/ic/osiop.c
107
void scsi_period_to_osiop(struct osiop_softc *, int);
sys/dev/ic/osiop.c
138
void osiop_dump(struct osiop_softc *);
sys/dev/ic/osiop.c
1666
osiop_select(struct osiop_softc *sc)
sys/dev/ic/osiop.c
1708
osiop_intr(struct osiop_softc *sc)
sys/dev/ic/osiop.c
1785
osiop_update_xfer_mode(struct osiop_softc *sc, int target)
sys/dev/ic/osiop.c
1842
scsi_period_to_osiop(struct osiop_softc *sc, int target)
sys/dev/ic/osiop.c
187
osiop_attach(struct osiop_softc *sc)
sys/dev/ic/osiop.c
1905
struct osiop_softc *sc = acb->sc;
sys/dev/ic/osiop.c
1967
osiop_dump(struct osiop_softc *sc)
sys/dev/ic/osiop.c
342
struct osiop_softc *sc = xsc;
sys/dev/ic/osiop.c
357
struct osiop_softc *sc = xsc;
sys/dev/ic/osiop.c
374
struct osiop_softc *sc = periph->bus->sb_adapter_softc;
sys/dev/ic/osiop.c
445
osiop_poll(struct osiop_softc *sc, struct osiop_acb *acb)
sys/dev/ic/osiop.c
512
osiop_sched(struct osiop_softc *sc)
sys/dev/ic/osiop.c
564
struct osiop_softc *sc;
sys/dev/ic/osiop.c
736
osiop_abort(struct osiop_softc *sc, const char *where)
sys/dev/ic/osiop.c
756
osiop_init(struct osiop_softc *sc)
sys/dev/ic/osiop.c
812
osiop_reset(struct osiop_softc *sc)
sys/dev/ic/osiop.c
908
osiop_resetbus(struct osiop_softc *sc)
sys/dev/ic/osiop.c
92
void osiop_attach(struct osiop_softc *);
sys/dev/ic/osiop.c
924
osiop_start(struct osiop_softc *sc)
sys/dev/ic/osiop.c
96
void osiop_poll(struct osiop_softc *, struct osiop_acb *);
sys/dev/ic/osiop.c
97
void osiop_sched(struct osiop_softc *);
sys/dev/ic/osiop.c
99
void osiop_abort(struct osiop_softc *, const char *);
sys/dev/ic/osiopvar.h
144
struct osiop_softc *sc; /* points back to our adapter */
sys/dev/ic/osiopvar.h
252
void osiop_attach(struct osiop_softc *);
sys/dev/ic/osiopvar.h
253
void osiop_intr(struct osiop_softc *);