Symbol: xdc_softc
sys/arch/sun3/dev/xd.c
1042
struct xdc_softc *parent;
sys/arch/sun3/dev/xd.c
1135
struct xdc_softc *xdcsc = v;
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
1295
xdc_cmd(struct xdc_softc *xdcsc, int cmd, int subfn, int unit, int block,
sys/arch/sun3/dev/xd.c
1355
xdc_startbuf(struct xdc_softc *xdcsc, struct xd_softc *xdsc, struct buf *bp)
sys/arch/sun3/dev/xd.c
1468
xdc_submit_iorq(struct xdc_softc *xdcsc, int iorqno, int type)
sys/arch/sun3/dev/xd.c
1545
xdc_piodriver(struct xdc_softc *xdcsc, int iorqno, int freeone)
sys/arch/sun3/dev/xd.c
1620
xdc_xdreset(struct xdc_softc *xdcsc, struct xd_softc *xdsc)
sys/arch/sun3/dev/xd.c
1652
xdc_reset(struct xdc_softc *xdcsc, int quiet, int blastmode, int error,
sys/arch/sun3/dev/xd.c
1745
xdc_start(struct xdc_softc *xdcsc, int maxio)
sys/arch/sun3/dev/xd.c
1762
xdc_remove_iorq(struct xdc_softc *xdcsc)
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
2029
struct xdc_softc *xdcsc = arg;
sys/arch/sun3/dev/xd.c
2128
struct xdc_softc *xdcsc;
sys/arch/sun3/dev/xd.c
229
int xdc_cmd(struct xdc_softc *, int, int, int, int, int, char *, int);
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
235
int xdc_piodriver(struct xdc_softc *, int, int);
sys/arch/sun3/dev/xd.c
236
int xdc_remove_iorq(struct xdc_softc *);
sys/arch/sun3/dev/xd.c
237
int xdc_reset(struct xdc_softc *, int, int, int, struct xd_softc *);
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
241
void xdc_start(struct xdc_softc *, int);
sys/arch/sun3/dev/xd.c
242
int xdc_startbuf(struct xdc_softc *, struct xd_softc *, struct buf *);
sys/arch/sun3/dev/xd.c
243
int xdc_submit_iorq(struct xdc_softc *, int, int);
sys/arch/sun3/dev/xd.c
245
void xdc_xdreset(struct xdc_softc *, struct xd_softc *);
sys/arch/sun3/dev/xd.c
266
CFATTACH_DECL_NEW(xdc, sizeof(struct xdc_softc),
sys/arch/sun3/dev/xd.c
419
struct xdc_softc *xdc = device_private(self);
sys/arch/sun3/dev/xd.c
565
struct xdc_softc *xdc = device_private(parent);
sys/arch/sun3/dev/xd.c
600
struct xdc_softc *xdc;
sys/arch/sun3/dev/xdvar.h
101
struct xdc_softc *parent; /* parent */
sys/arch/sun3/dev/xdvar.h
45
struct xdc_softc *xdc; /* who we are working with */
sys/dev/vme/xd.c
1218
struct xdc_softc *parent;
sys/dev/vme/xd.c
1316
struct xdc_softc *xdcsc = v;
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
1472
xdc_cmd(struct xdc_softc *xdcsc, int cmd, int subfn, int unit, int block,
sys/dev/vme/xd.c
1534
xdc_startbuf(struct xdc_softc *xdcsc, struct xd_softc *xdsc, struct buf *bp)
sys/dev/vme/xd.c
1640
xdc_submit_iorq(struct xdc_softc *xdcsc, int iorqno, int type)
sys/dev/vme/xd.c
1717
xdc_piodriver(struct xdc_softc *xdcsc, int iorqno, int freeone)
sys/dev/vme/xd.c
1791
xdc_xdreset(struct xdc_softc *xdcsc, struct xd_softc *xdsc)
sys/dev/vme/xd.c
1822
xdc_reset(struct xdc_softc *xdcsc, int quiet, int blastmode, int error,
sys/dev/vme/xd.c
1923
xdc_start(struct xdc_softc *xdcsc, int maxio)
sys/dev/vme/xd.c
1941
xdc_remove_iorq(struct xdc_softc *xdcsc)
sys/dev/vme/xd.c
210
int xdc_cmd(struct xdc_softc *, int, int, int, int, int, char *, int);
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
216
int xdc_piodriver(struct xdc_softc *, int, int);
sys/dev/vme/xd.c
217
int xdc_remove_iorq(struct xdc_softc *);
sys/dev/vme/xd.c
218
int xdc_reset(struct xdc_softc *, int, int, int, struct xd_softc *);
sys/dev/vme/xd.c
219
inline void xdc_rqinit(struct xd_iorq *, struct xdc_softc *,
sys/dev/vme/xd.c
2214
struct xdc_softc *xdcsc = arg;
sys/dev/vme/xd.c
223
void xdc_start(struct xdc_softc *, int);
sys/dev/vme/xd.c
224
int xdc_startbuf(struct xdc_softc *, struct xd_softc *, struct buf *);
sys/dev/vme/xd.c
225
int xdc_submit_iorq(struct xdc_softc *, int, int);
sys/dev/vme/xd.c
227
void xdc_xdreset(struct xdc_softc *, struct xd_softc *);
sys/dev/vme/xd.c
2308
struct xdc_softc *xdcsc;
sys/dev/vme/xd.c
277
CFATTACH_DECL_NEW(xdc, sizeof(struct xdc_softc),
sys/dev/vme/xd.c
497
struct xdc_softc *xdc = device_private(self);
sys/dev/vme/xd.c
712
struct xdc_softc *xdc = device_private(parent);
sys/dev/vme/xdvar.h
102
struct xdc_softc *parent; /* parent */
sys/dev/vme/xdvar.h
46
struct xdc_softc *xdc; /* who we are working with */