Home | History | Annotate | Download | only in dev

Lines Matching defs:xyc_e2str

162 const char *xyc_e2str(int);
422 aprint_error(": %s: ", xyc_e2str(err));
432 aprint_error_dev(self, "error: %s\n", xyc_e2str(err));
561 device_xname(xy->sc_dev), err, xyc_e2str(err));
592 device_xname(xy->sc_dev), xyc_e2str(err));
653 device_xname(xy->sc_dev), xyc_e2str(err));
670 device_xname(xy->sc_dev), xyc_e2str(err));
1541 iorq->errno, xyc_e2str(iorq->errno));
1580 xyc_e2str(xycsc->ciopb->errno));
1854 printf("%s", xyc_e2str(error));
1857 printf(" [still trying, new error=%s]", xyc_e2str(iorq->errno));
2039 * xyc_e2str: convert error code number into an error string
2042 xyc_e2str(int no)