Home | History | Annotate | Download | only in vme

Lines Matching defs:errnum

116 		(ER) = (SC)->ciorq->errnum; \
1280 rq->tries = rq->errnum = rq->lasterror = 0;
1301 iopb->errnum = 0;
1521 return (iorq->errnum);
1552 return (iorq->errnum);
1680 retval = iorq->errnum;
1684 iorq->errnum, xyc_e2str(iorq->errnum));
1727 xyc_e2str(iopb->errnum));
1777 iorq->errnum = error;
1851 int errnum, rq, comm, errs;
1864 errnum = XY_ERR_DERR;
1866 if (xyc_reset(xycsc, 0, XY_RSET_ALL, errnum, 0) != XY_ERR_AOK) {
1897 iorq->errnum = iopb->errnum;
1899 iorq->errnum = 0;
1933 iorq->lasterror = iorq->errnum = iopb->errnum = 0;
1993 * and errnum is the new one.
1995 * is in lasterror. also, if iorq->errnum == 0, then we recovered
1996 * from that error (otherwise iorq->errnum == iorq->lasterror).
2015 printf(" [still trying, new error=%s]", xyc_e2str(iorq->errnum));
2017 if (iorq->errnum == 0)
2031 int errnum = iorq->errnum;
2032 int erract = xyc_entoact(errnum);
2042 xyc_reset(xycsc, 1, XY_RSET_NONE, errnum, iorq->xy);
2058 iopb->errnum = iopb->done = iopb->errs = 0;
2079 iorq->lasterror = errnum;
2084 iorq->errnum = iopb->errnum = iopb->done = iopb->errs = 0;
2198 xio->errnum = xycsc->ciorq->errnum;
2283 xyc_entoact(int errnum)
2285 switch (errnum) {