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

  /src/sys/arch/sun3/dev/
xdvar.h 43 struct xd_iorq { struct
147 struct xd_iorq *reqs; /* i/o requests */
xd.c 231 int xdc_error(struct xdc_softc *, struct xd_iorq *, struct xd_iopb *, int,
234 void xdc_perror(struct xd_iorq *, struct xd_iopb *, int);
238 inline void xdc_rqinit(struct xd_iorq *, struct xdc_softc *, struct xd_softc *,
240 void xdc_rqtopb(struct xd_iorq *, struct xd_iopb *, int, int);
449 xdc->reqs = kmem_zalloc(XDC_MAXIOPB * sizeof(struct xd_iorq),
1181 xdc_rqinit(struct xd_iorq *rq, struct xdc_softc *xdc, struct xd_softc *xd,
1200 xdc_rqtopb(struct xd_iorq *iorq, struct xd_iopb *iopb, int cmd, int subfun)
1313 struct xd_iorq *iorq;
1373 struct xd_iorq *iorq;
1486 struct xd_iorq *iorq = &xdcsc->reqs[iorqno]
    [all...]
  /src/sys/dev/vme/
xdvar.h 43 struct xd_iorq { struct
146 struct xd_iorq *reqs; /* i/o requests */
xd.c 212 int xdc_error(struct xdc_softc *, struct xd_iorq *,
215 void xdc_perror(struct xd_iorq *, struct xd_iopb *, int);
219 inline void xdc_rqinit(struct xd_iorq *, struct xdc_softc *,
222 void xdc_rqtopb(struct xd_iorq *, struct xd_iopb *, int, int);
587 xdc->reqs = malloc(XDC_MAXIOPB * sizeof(struct xd_iorq),
1366 xdc_rqinit(struct xd_iorq *rq, struct xdc_softc *xdc, struct xd_softc *xd, int md, u_long blk, int cnt, void *db, struct buf *bp)
1383 xdc_rqtopb(struct xd_iorq *iorq, struct xd_iopb *iopb, int cmd, int subfun)
1491 struct xd_iorq *iorq;
1552 struct xd_iorq *iorq;
1658 struct xd_iorq *iorq = &xdcsc->reqs[iorqno]
    [all...]

Completed in 588 milliseconds