xdc_reset
xdc_reset(xdcsc, 0, XD_RSET_ALL, XD_ERR_FAIL, 0);
if (xdc_reset(xdcsc, 0,
if (xdc_reset(xdcsc, 0, XD_RSET_ALL, errno, 0) != XD_ERR_AOK) {
xdc_reset(xdcsc, 1, XD_RSET_NONE, errno, iorq->xd);
xdc_reset(xdcsc, 0, XD_RSET_NONE, XD_ERR_FAIL, NULL);
int xdc_reset(struct xdc_softc *, int, int, int, struct xd_softc *);
xdc_reset(xdcsc, 0, XD_RSET_ALL, XD_ERR_FAIL, 0);
if (xdc_reset(xdcsc, 0,
if (xdc_reset(xdcsc, 0, XD_RSET_ALL, errnum, 0) != XD_ERR_AOK) {
xdc_reset(xdcsc, 1, XD_RSET_NONE, errnum, iorq->xd);
int xdc_reset(struct xdc_softc *, int, int, int, struct xd_softc *);
xdc_reset(xdcsc, 0, XD_RSET_NONE, XD_ERR_FAIL, NULL);