HomeSort by: relevance | last modified time | path
    Searched defs:xdc_startbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sun3/dev/
xd.c 242 int xdc_startbuf(struct xdc_softc *, struct xd_softc *, struct buf *);
1110 if (xdc_startbuf(parent, NULL, NULL) != XD_ERR_AOK)
1124 if (xdc_startbuf(parent, xd, bp) != XD_ERR_AOK) {
1163 if (xdc_startbuf(xdcsc, NULL, NULL) != XD_ERR_AOK)
1366 * xdc_startbuf
1370 xdc_startbuf(struct xdc_softc *xdcsc, struct xd_softc *xdsc, struct buf *bp) function in typeref:typename:int
1379 panic("xdc_startbuf free");
1394 printf("xdc_startbuf: %s%c: %s block %d\n", device_xname(xdsc->sc_dev),
1624 if (xdc_startbuf(xdcsc, NULL, NULL) != XD_ERR_AOK)
  /src/sys/dev/vme/
xd.c 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) function in typeref:typename:int
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"
    [all...]

Completed in 12 milliseconds