Searched refs:xd_softc (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/sun3/dev/
H A Dxdvar.h46 struct xd_softc *xd; /* which disk */
95 * a "xd_softc" structure contains per-disk state info.
98 struct xd_softc { struct
145 struct xd_softc *sc_drives[XDC_MAXDEV]; /* drives on this controller */
H A Dxd.c215 * [1] & of xd_softc's "state" (waiting for a chance to attach a drive)
233 int xdc_ioctlcmd(struct xd_softc *, dev_t dev, struct xd_iocmd *);
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 *,
242 int xdc_startbuf(struct xdc_softc *, struct xd_softc *, struct buf *);
245 void xdc_xdreset(struct xdc_softc *, struct xd_softc *);
257 static void xd_init(struct xd_softc *);
260 int xdgetdisklabel(struct xd_softc *, void *);
269 CFATTACH_DECL_NEW(xd, sizeof(struct xd_softc),
339 xdgetdisklabel(struct xd_softc *x
[all...]
/netbsd-current/sys/dev/vme/
H A Dxdvar.h47 struct xd_softc *xd; /* which disk */
96 * a "xd_softc" structure contains per-disk state info.
99 struct xd_softc { struct
141 struct xd_softc *sc_drives[XDC_MAXDEV]; /* drives on this controller */
H A Dxd.c194 * [1] & of xd_softc's "state" (waiting for a chance to attach a drive)
214 int xdc_ioctlcmd(struct xd_softc *, dev_t dev, struct xd_iocmd *);
218 int xdc_reset(struct xdc_softc *, int, int, int, struct xd_softc *);
220 struct xd_softc *, int, u_long, int,
224 int xdc_startbuf(struct xdc_softc *, struct xd_softc *, struct buf *);
227 void xdc_xdreset(struct xdc_softc *, struct xd_softc *);
245 int xdgetdisklabel(struct xd_softc *, void *);
280 CFATTACH_DECL_NEW(xd, sizeof(struct xd_softc),
351 xdgetdisklabel(struct xd_softc *xd, void *b)
711 struct xd_softc *x
[all...]

Completed in 143 milliseconds