Searched refs:xdc_reset (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/sun3/dev/
H A Dxd.c237 int xdc_reset(struct xdc_softc *, int, int, int, struct xd_softc *);
1582 xdc_reset(xdcsc, 0, XD_RSET_ALL, XD_ERR_FAIL, 0);
1589 if (xdc_reset(xdcsc, 0,
1631 * xdc_reset: reset one drive. NOTE: assumes xdc was just reset.
1663 * xdc_reset: reset everything: requests are marked as errors except
1667 xdc_reset(struct xdc_softc *xdcsc, int quiet, int blastmode, int error, function
1745 printf("%s: diag: xdc_reset miscount (%d should be %d)!\n",
1794 if (xdc_reset(xdcsc, 0, XD_RSET_ALL, errno, 0) != XD_ERR_AOK) {
1985 xdc_reset(xdcsc, 1, XD_RSET_NONE, errno, iorq->xd);
2123 xdc_reset(xdcs
[all...]
/netbsd-current/sys/dev/vme/
H A Dxd.c218 int xdc_reset(struct xdc_softc *, int, int, int, struct xd_softc *);
1754 xdc_reset(xdcsc, 0, XD_RSET_ALL, XD_ERR_FAIL, 0);
1761 if (xdc_reset(xdcsc, 0,
1802 * xdc_reset: reset one drive. NOTE: assumes xdc was just reset.
1824 panic("xdc_reset");
1833 * xdc_reset: reset everything: requests are marked as errors except
1837 xdc_reset(struct xdc_softc *xdcsc, int quiet, int blastmode, int error, function
1923 printf("%s: diag: xdc_reset miscount (%d should be %d)!\n",
1973 if (xdc_reset(xdcsc, 0, XD_RSET_ALL, errnum, 0) != XD_ERR_AOK) {
2169 xdc_reset(xdcs
[all...]

Completed in 200 milliseconds