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

  /src/sys/arch/sun3/dev/
xdvar.h 45 struct xdc_softc *xdc; /* who we are working with */
101 struct xdc_softc *parent; /* parent */
129 * a "xdc_softc" structure contains per-disk-controller state info,
133 struct xdc_softc { struct
xd.c 216 * [2] & of xdc_softc's "nfree" (waiting for a free iorq/iopb)
217 * [3] & of xdc_softc's "ndone" (waiting for number of done iorq/iopb's
229 int xdc_cmd(struct xdc_softc *, int, int, int, int, int, char *, int);
231 int xdc_error(struct xdc_softc *, struct xd_iorq *, struct xd_iopb *, int,
235 int xdc_piodriver(struct xdc_softc *, int, int);
236 int xdc_remove_iorq(struct xdc_softc *);
237 int xdc_reset(struct xdc_softc *, int, int, int, struct xd_softc *);
238 inline void xdc_rqinit(struct xd_iorq *, struct xdc_softc *, struct xd_softc *,
241 void xdc_start(struct xdc_softc *, int);
242 int xdc_startbuf(struct xdc_softc *, struct xd_softc *, struct buf *)
    [all...]
  /src/sys/dev/vme/
xdvar.h 46 struct xdc_softc *xdc; /* who we are working with */
102 struct xdc_softc *parent; /* parent */
129 * a "xdc_softc" structure contains per-disk-controller state info,
133 struct xdc_softc { struct
xd.c 195 * [2] & of xdc_softc's "nfree" (waiting for a free iorq/iopb)
196 * [3] & of xdc_softc's "ndone" (waiting for number of done iorq/iopb's
210 int xdc_cmd(struct xdc_softc *, int, int, int, int, int, char *, int);
212 int xdc_error(struct xdc_softc *, struct xd_iorq *,
216 int xdc_piodriver(struct xdc_softc *, int, int);
217 int xdc_remove_iorq(struct xdc_softc *);
218 int xdc_reset(struct xdc_softc *, int, int, int, struct xd_softc *);
219 inline void xdc_rqinit(struct xd_iorq *, struct xdc_softc *,
223 void xdc_start(struct xdc_softc *, int);
224 int xdc_startbuf(struct xdc_softc *, struct xd_softc *, struct buf *)
    [all...]

Completed in 48 milliseconds