Home | History | Annotate | Download | only in vme

Lines Matching defs:xyc_e2str

151 const char *xyc_e2str(int);
540 printf(": %s: ", xyc_e2str(error));
550 xyc_e2str(error));
685 printf(": ERROR 0x%02x (%s)\n", error, xyc_e2str(error));
715 xyc_e2str(error));
772 xyc_e2str(error));
790 xyc_e2str(error));
1684 iorq->errnum, xyc_e2str(iorq->errnum));
1727 xyc_e2str(iopb->errnum));
2012 printf("%s", xyc_e2str(error));
2015 printf(" [still trying, new error=%s]", xyc_e2str(iorq->errnum));
2215 * xyc_e2str: convert error code number into an error string
2218 xyc_e2str(int no)