Symbol: xd_iorq
sys/arch/sun3/dev/xd.c
1166
xdc_rqinit(struct xd_iorq *rq, struct xdc_softc *xdc, struct xd_softc *xd,
sys/arch/sun3/dev/xd.c
1185
xdc_rqtopb(struct xd_iorq *iorq, struct xd_iopb *iopb, int cmd, int subfun)
sys/arch/sun3/dev/xd.c
1298
struct xd_iorq *iorq;
sys/arch/sun3/dev/xd.c
1358
struct xd_iorq *iorq;
sys/arch/sun3/dev/xd.c
1471
struct xd_iorq *iorq = &xdcsc->reqs[iorqno];
sys/arch/sun3/dev/xd.c
1657
struct xd_iorq *iorq;
sys/arch/sun3/dev/xd.c
1767
struct xd_iorq *iorq;
sys/arch/sun3/dev/xd.c
1928
xdc_perror(struct xd_iorq *iorq, struct xd_iopb *iopb, int still_trying)
sys/arch/sun3/dev/xd.c
1957
xdc_error(struct xdc_softc *xdcsc, struct xd_iorq *iorq, struct xd_iopb *iopb,
sys/arch/sun3/dev/xd.c
231
int xdc_error(struct xdc_softc *, struct xd_iorq *, struct xd_iopb *, int,
sys/arch/sun3/dev/xd.c
234
void xdc_perror(struct xd_iorq *, struct xd_iopb *, int);
sys/arch/sun3/dev/xd.c
238
inline void xdc_rqinit(struct xd_iorq *, struct xdc_softc *, struct xd_softc *,
sys/arch/sun3/dev/xd.c
240
void xdc_rqtopb(struct xd_iorq *, struct xd_iopb *, int, int);
sys/arch/sun3/dev/xd.c
449
xdc->reqs = kmem_zalloc(XDC_MAXIOPB * sizeof(struct xd_iorq),
sys/arch/sun3/dev/xdvar.h
147
struct xd_iorq *reqs; /* i/o requests */
sys/dev/vme/xd.c
1351
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)
sys/dev/vme/xd.c
1368
xdc_rqtopb(struct xd_iorq *iorq, struct xd_iopb *iopb, int cmd, int subfun)
sys/dev/vme/xd.c
1476
struct xd_iorq *iorq;
sys/dev/vme/xd.c
1537
struct xd_iorq *iorq;
sys/dev/vme/xd.c
1643
struct xd_iorq *iorq = &xdcsc->reqs[iorqno];
sys/dev/vme/xd.c
1845
register struct xd_iorq *iorq = &xdcsc->reqs[lcv];
sys/dev/vme/xd.c
1946
struct xd_iorq *iorq;
sys/dev/vme/xd.c
2108
xdc_perror(struct xd_iorq *iorq, struct xd_iopb *iopb, int still_trying)
sys/dev/vme/xd.c
212
int xdc_error(struct xdc_softc *, struct xd_iorq *,
sys/dev/vme/xd.c
2138
xdc_error(struct xdc_softc *xdcsc, struct xd_iorq *iorq, struct xd_iopb *iopb,
sys/dev/vme/xd.c
215
void xdc_perror(struct xd_iorq *, struct xd_iopb *, int);
sys/dev/vme/xd.c
219
inline void xdc_rqinit(struct xd_iorq *, struct xdc_softc *,
sys/dev/vme/xd.c
222
void xdc_rqtopb(struct xd_iorq *, struct xd_iopb *, int, int);
sys/dev/vme/xd.c
587
xdc->reqs = malloc(XDC_MAXIOPB * sizeof(struct xd_iorq),
sys/dev/vme/xdvar.h
146
struct xd_iorq *reqs; /* i/o requests */