Home | History | Annotate | Download | only in vme

Lines Matching defs:xdc_e2str

211 const char *xdc_e2str(int);
644 printf(": %s: ", xdc_e2str(xdc->reqs[rqno].errnum));
659 xdc_e2str(error));
781 printf(": ERROR 0x%02x (%s)\n", error, xdc_e2str(error));
792 xdc_e2str(error));
805 xdc_e2str(error));
824 xdc_e2str(error));
833 xdc_e2str(error));
860 xdc_e2str(error));
876 xdc_e2str(error));
1788 xdcsc->reqs[iorqno].errnum, xdc_e2str(xdcsc->reqs[iorqno].errnum));
1820 xdc_e2str(xdcsc->iopbase->errnum));
1972 errnum, xdc_e2str(errnum));
2137 printf("%s", xdc_e2str(error));
2140 printf(" [still trying, new error=%s]", xdc_e2str(iorq->errnum));
2457 * xdc_e2str: convert error code number into an error string
2460 xdc_e2str(int no)