Searched refs:xdc_startbuf (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/sun3/dev/ |
H A D | xd.c | 242 int xdc_startbuf(struct xdc_softc *, struct xd_softc *, struct buf *); 1110 if (xdc_startbuf(parent, NULL, NULL) != XD_ERR_AOK) in xdstrategy() 1124 if (xdc_startbuf(parent, xd, bp) != XD_ERR_AOK) { in xdstrategy() 1163 if (xdc_startbuf(xdcsc, NULL, NULL) != XD_ERR_AOK) in xdcintr() 1366 * xdc_startbuf 1370 xdc_startbuf(struct xdc_softc *xdcsc, struct xd_softc *xdsc, struct buf *bp) in xdc_startbuf() function 1379 panic("xdc_startbuf free"); in xdc_startbuf() 1394 printf("xdc_startbuf: %s%c: %s block %d\n", device_xname(xdsc->sc_dev), in xdc_startbuf() 1624 if (xdc_startbuf(xdcsc, NULL, NULL) != XD_ERR_AOK) in xdc_piodriver()
|
/netbsd-src/sys/dev/vme/ |
H A D | xd.c | 224 int xdc_startbuf(struct xdc_softc *, struct xd_softc *, struct buf *); 1291 if (xdc_startbuf(parent, NULL, NULL) != XD_ERR_AOK) in xdstrategy() 1305 if (xdc_startbuf(parent, xd, bp) != XD_ERR_AOK) { in xdstrategy() 1348 if (xdc_startbuf(xdcsc, NULL, NULL) != XD_ERR_AOK) in xdcintr() 1549 xdc_startbuf(struct xdc_softc *xdcsc, struct xd_softc *xdsc, struct buf *bp) in xdc_startbuf() function 1795 if (xdc_startbuf(xdcsc, NULL, NULL) != XD_ERR_AOK) in xdc_piodriver()
|