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

  /src/sys/arch/sun3/dev/
xy.c 169 int xyc_reset(struct xyc_softc *, int, struct xy_iorq *, int,
1514 xyc_reset(xycsc, 0, XY_RSET_ALL, XY_ERR_FAIL, 0);
1521 if (xyc_reset(xycsc, 0,
1592 * xyc_reset: reset everything: requests are marked as errors except
1596 xyc_reset(struct xyc_softc *xycsc, int quiet, struct xy_iorq *blastmode, function in typeref:typename:int
1714 if (xyc_reset(xycsc, 0, XY_RSET_ALL, errno, 0) != XY_ERR_AOK) {
1881 xyc_reset(xycsc, 1, XY_RSET_NONE, errno, iorq->xy);
1952 xyc_reset(xycsc, 0, XY_RSET_NONE, XY_ERR_FAIL, NULL);
  /src/sys/dev/vme/
xy.c 159 int xyc_reset(struct xyc_softc *, int, struct xy_iorq *, int,
1656 xyc_reset(xycsc, 0, XY_RSET_ALL, XY_ERR_FAIL, 0);
1663 if (xyc_reset(xycsc, 0,
1730 panic("xyc_reset");
1741 * xyc_reset: reset everything: requests are marked as errors except
1745 xyc_reset(struct xyc_softc *xycsc, int quiet, struct xy_iorq *blastmode, function in typeref:typename:int
1866 if (xyc_reset(xycsc, 0, XY_RSET_ALL, errnum, 0) != XY_ERR_AOK) {
2042 xyc_reset(xycsc, 1, XY_RSET_NONE, errnum, iorq->xy);
2114 xyc_reset(xycsc, 0, XY_RSET_NONE, XY_ERR_FAIL, NULL);

Completed in 13 milliseconds