Home | History | Annotate | Download | only in vme

Lines Matching defs:xdc_startbuf

224 int	xdc_startbuf(struct xdc_softc *, struct xd_softc *, struct buf *);
1291 if (xdc_startbuf(parent, NULL, NULL) != XD_ERR_AOK)
1305 if (xdc_startbuf(parent, xd, bp) != XD_ERR_AOK) {
1348 if (xdc_startbuf(xdcsc, NULL, NULL) != XD_ERR_AOK)
1544 * xdc_startbuf
1549 xdc_startbuf(struct xdc_softc *xdcsc, struct xd_softc *xdsc, struct buf *bp)
1559 panic("xdc_startbuf free");
1569 panic("xdc_startbuf bp");
1574 printf("xdc_startbuf: %s%c: %s block %d\n", device_xname(xdsc->sc_dev),
1576 printf("xdc_startbuf: b_bcount %d, b_data 0x%x\n",
1795 if (xdc_startbuf(xdcsc, NULL, NULL) != XD_ERR_AOK)