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

  /src/sys/arch/sun3/dev/
xd.c 235 int xdc_piodriver(struct xdc_softc *, int, int);
1322 if (xdc_piodriver(xdcsc, 0, 1) != XD_ERR_AOK)
1510 return xdc_piodriver(xdcsc, iorqno, 0);
1542 return xdc_piodriver(xdcsc, iorqno, 0);
1552 * xdc_piodriver
1560 xdc_piodriver(struct xdc_softc *xdcsc, int iorqno, int freeone) function in typeref:typename:int
  /src/sys/dev/vme/
xd.c 216 int xdc_piodriver(struct xdc_softc *, int, int);
1498 if (xdc_piodriver(xdcsc, 0, 1) != XD_ERR_AOK)
1682 return (xdc_piodriver(xdcsc, iorqno, 0));
1714 return (xdc_piodriver(xdcsc, iorqno, 0));
1724 * xdc_piodriver
1732 xdc_piodriver(struct xdc_softc *xdcsc, int iorqno, int freeone) function in typeref:typename:int
1739 printf("xdc_piodriver(%s, %d, freeone=%d)\n", device_xname(xdcsc->sc_dev),
1745 printf("xdc_piodriver: wait=%d, run=%d\n",
1750 printf("xdc_piodriver: done wait with count = %d\n", count);
1756 printf("xdc_piodriver: timeout\n")
    [all...]

Completed in 98 milliseconds