HomeSort by: relevance | last modified time | path
    Searched refs:osiop_softc (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/ews4800mips/sbd/
osiop_sbdio.c 48 CFATTACH_DECL_NEW(osiop_sbdio, sizeof(struct osiop_softc),
62 struct osiop_softc *sc = device_private(self);
98 struct osiop_softc *sc = arg;
  /src/sys/arch/arc/jazz/
osiop_jazzio.c 52 CFATTACH_DECL_NEW(osiop_jazzio, sizeof(struct osiop_softc),
69 struct osiop_softc *sc = device_private(self);
119 struct osiop_softc *sc = arg;
  /src/sys/dev/ic/
osiopvar.h 140 struct osiop_softc *sc; /* points back to our adapter */
190 struct osiop_softc { struct
248 void osiop_attach(struct osiop_softc *);
249 void osiop_intr(struct osiop_softc *);
osiop.c 128 static void osiop_poll(struct osiop_softc *, struct osiop_acb *);
129 static void osiop_sched(struct osiop_softc *);
131 static void osiop_abort(struct osiop_softc *, const char *);
132 static void osiop_init(struct osiop_softc *);
133 static void osiop_reset(struct osiop_softc *);
134 static void osiop_resetbus(struct osiop_softc *);
135 static void osiop_start(struct osiop_softc *);
136 static int osiop_checkintr(struct osiop_softc *, uint8_t, uint8_t, uint8_t,
138 static void osiop_select(struct osiop_softc *);
139 static void osiop_update_xfer_mode(struct osiop_softc *, int)
    [all...]
  /src/sys/arch/hppa/gsc/
osiop_gsc.c 114 CFATTACH_DECL_NEW(osiop_gsc, sizeof(struct osiop_softc),
140 struct osiop_softc *sc = device_private(self);
195 struct osiop_softc *sc = arg;
  /src/sys/dev/mvme/
osiop_pcctwo.c 65 struct osiop_softc sc_osiop;

Completed in 15 milliseconds