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

  /src/sys/arch/sun3/dev/
xy.c 175 int xyc_startbuf(struct xyc_softc *, struct xy_softc *, struct buf *);
1248 * xyc_startbuf
1253 xyc_startbuf(struct xyc_softc *xycsc, struct xy_softc *xysc, struct buf *bp) function in typeref:typename:int
1273 printf("xyc_startbuf: b_bcount %d, b_data 0x%x\n",
1686 xyc_startbuf(xycsc, xy, bufq_peek(xy->xyq));
  /src/sys/dev/vme/
xy.c 166 int xyc_startbuf(struct xyc_softc *, struct xy_softc *, struct buf *);
1395 * xyc_startbuf
1400 xyc_startbuf(struct xyc_softc *xycsc, struct xy_softc *xysc, struct buf *bp) function in typeref:typename:int
1416 panic("xyc_startbuf null buf");
1420 printf("xyc_startbuf: %s%c: %s block %d\n", device_xname(xysc->sc_dev),
1422 printf("xyc_startbuf: b_bcount %d, b_data 0x%x\n",
1838 xyc_startbuf(xycsc, xy, bufq_peek(xy->xyq));

Completed in 13 milliseconds