Symbol: xd_softc
sys/arch/sun3/dev/xd.c
1009
struct xd_softc *xdsc;
sys/arch/sun3/dev/xd.c
1041
struct xd_softc *xd;
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
1355
xdc_startbuf(struct xdc_softc *xdcsc, struct xd_softc *xdsc, struct buf *bp)
sys/arch/sun3/dev/xd.c
1620
xdc_xdreset(struct xdc_softc *xdcsc, struct xd_softc *xdsc)
sys/arch/sun3/dev/xd.c
1653
struct xd_softc *xdsc)
sys/arch/sun3/dev/xd.c
2124
xdc_ioctlcmd(struct xd_softc *xd, dev_t dev, struct xd_iocmd *xio)
sys/arch/sun3/dev/xd.c
233
int xdc_ioctlcmd(struct xd_softc *, dev_t dev, struct xd_iocmd *);
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
242
int xdc_startbuf(struct xdc_softc *, struct xd_softc *, struct buf *);
sys/arch/sun3/dev/xd.c
245
void xdc_xdreset(struct xdc_softc *, struct xd_softc *);
sys/arch/sun3/dev/xd.c
257
static void xd_init(struct xd_softc *);
sys/arch/sun3/dev/xd.c
260
int xdgetdisklabel(struct xd_softc *, void *);
sys/arch/sun3/dev/xd.c
269
CFATTACH_DECL_NEW(xd, sizeof(struct xd_softc),
sys/arch/sun3/dev/xd.c
339
xdgetdisklabel(struct xd_softc *xd, void *b)
sys/arch/sun3/dev/xd.c
564
struct xd_softc *xd = device_private(self);
sys/arch/sun3/dev/xd.c
598
xd_init(struct xd_softc *xd)
sys/arch/sun3/dev/xd.c
748
struct xd_softc *xd = device_lookup_private(&xd_cd, DISKUNIT(dev));
sys/arch/sun3/dev/xd.c
773
struct xd_softc *xd;
sys/arch/sun3/dev/xd.c
843
struct xd_softc *xd;
sys/arch/sun3/dev/xd.c
933
struct xd_softc *xd;
sys/arch/sun3/dev/xdvar.h
145
struct xd_softc *sc_drives[XDC_MAXDEV]; /* drives on this controller */
sys/arch/sun3/dev/xdvar.h
46
struct xd_softc *xd; /* which disk */
sys/dev/vme/xd.c
1008
struct xd_softc *xd;
sys/dev/vme/xd.c
1121
struct xd_softc *xd;
sys/dev/vme/xd.c
1186
struct xd_softc *xdsc;
sys/dev/vme/xd.c
1217
struct xd_softc *xd;
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
1534
xdc_startbuf(struct xdc_softc *xdcsc, struct xd_softc *xdsc, struct buf *bp)
sys/dev/vme/xd.c
1791
xdc_xdreset(struct xdc_softc *xdcsc, struct xd_softc *xdsc)
sys/dev/vme/xd.c
1823
struct xd_softc *xdsc)
sys/dev/vme/xd.c
214
int xdc_ioctlcmd(struct xd_softc *, dev_t dev, struct xd_iocmd *);
sys/dev/vme/xd.c
218
int xdc_reset(struct xdc_softc *, int, int, int, struct xd_softc *);
sys/dev/vme/xd.c
220
struct xd_softc *, int, u_long, int,
sys/dev/vme/xd.c
224
int xdc_startbuf(struct xdc_softc *, struct xd_softc *, struct buf *);
sys/dev/vme/xd.c
227
void xdc_xdreset(struct xdc_softc *, struct xd_softc *);
sys/dev/vme/xd.c
2303
xdc_ioctlcmd(struct xd_softc *xd, dev_t dev, struct xd_iocmd *xio)
sys/dev/vme/xd.c
245
int xdgetdisklabel(struct xd_softc *, void *);
sys/dev/vme/xd.c
280
CFATTACH_DECL_NEW(xd, sizeof(struct xd_softc),
sys/dev/vme/xd.c
351
xdgetdisklabel(struct xd_softc *xd, void *b)
sys/dev/vme/xd.c
711
struct xd_softc *xd = device_private(self);
sys/dev/vme/xd.c
912
struct xd_softc *xd = device_lookup_private(&xd_cd, DISKUNIT(dev));
sys/dev/vme/xd.c
937
struct xd_softc *xd;
sys/dev/vme/xdvar.h
141
struct xd_softc *sc_drives[XDC_MAXDEV]; /* drives on this controller */
sys/dev/vme/xdvar.h
47
struct xd_softc *xd; /* which disk */