Home | History | Annotate | Download | only in vme

Lines Matching defs:errnum

176 		(ER) = (SC)->reqs[RQ].errnum; \
643 if (xdc->reqs[rqno].errnum)
644 printf(": %s: ", xdc_e2str(xdc->reqs[rqno].errnum));
1372 rq->tries = rq->errnum = rq->lasterror = 0;
1391 iopb->errnum = iopb->status = 0;
1680 return (iorq->errnum);
1712 return (iorq->errnum);
1784 retval = xdcsc->reqs[iorqno].errnum;
1788 xdcsc->reqs[iorqno].errnum, xdc_e2str(xdcsc->reqs[iorqno].errnum));
1820 xdc_e2str(xdcsc->iopbase->errnum));
1871 iorq->errnum = error;
1958 int errnum, rqno, comm, errs;
1970 errnum = xdc->xdc_f_err;
1972 errnum, xdc_e2str(errnum));
1973 if (xdc_reset(xdcsc, 0, XD_RSET_ALL, errnum, 0) != XD_ERR_AOK) {
2022 iorq->errnum = iopb->errnum;
2024 iorq->errnum = 0;
2058 iorq->lasterror = iorq->errnum = iopb->errnum = 0;
2117 * and errnum is the new one.
2119 * is in lasterror. also, if iorq->errnum == 0, then we recovered
2120 * from that error (otherwise iorq->errnum == iorq->lasterror).
2140 printf(" [still trying, new error=%s]", xdc_e2str(iorq->errnum));
2142 if (iorq->errnum == 0)
2157 int errnum = iorq->errnum;
2158 int erract = errnum & XD_ERA_MASK;
2169 xdc_reset(xdcsc, 1, XD_RSET_NONE, errnum, iorq->xd);
2186 iopb->errnum = iopb->done = iopb->errs = 0;
2208 iorq->lasterror = errnum;
2213 iorq->errnum = iopb->errnum = iopb->done = iopb->errs = 0;
2264 printf("MARK: running %d: mode %d done %d errs %d errnum 0x%x ttl %d buf %p\n",
2268 xdcsc->iopbase[lcv].errnum,
2284 printf("running %d: mode %d done %d errs %d errnum 0x%x\n",
2287 xdcsc->iopbase[lcv].errs, xdcsc->iopbase[lcv].errnum);
2439 xio->errnum = xdcsc->reqs[rqno].errnum;