Home | History | Annotate | Download | only in vme

Lines Matching defs:xdsc

1201 	struct xd_softc *xdsc;
1206 if ((xdsc = device_lookup_private(&xd_cd, unit)) == NULL)
1210 omask = xdsc->sc_dk.dk_openmask & (1 << part);
1216 if (xdsc->sc_dk.dk_label->d_partitions[part].p_fstype != FS_SWAP)
1219 size = xdsc->sc_dk.dk_label->d_partitions[part].p_size *
1220 (xdsc->sc_dk.dk_label->d_secsize / DEV_BSIZE);
1549 xdc_startbuf(struct xdc_softc *xdcsc, struct xd_softc *xdsc, struct buf *bp)
1570 xdsc = xdcsc->sc_drives[DISKUNIT(bp->b_dev)];
1574 printf("xdc_startbuf: %s%c: %s block %d\n", device_xname(xdsc->sc_dev),
1589 xdsc->sc_dk.dk_label->d_partitions[partno].p_offset);
1606 xdc_rqinit(iorq, xdcsc, xdsc, XD_SUB_NORM | XD_MODE_VERBO, block,
1614 disk_busy(&xdsc->sc_dk);
1806 xdc_xdreset(struct xdc_softc *xdcsc, struct xd_softc *xdsc)
1814 xdcsc->iopbase->unit = xdsc->xd_drive;
1838 struct xd_softc *xdsc)
1854 if (xdsc)
1855 xdc_xdreset(xdcsc, xdsc);