HomeSort by: relevance | last modified time | path
    Searched defs:xyc_e2str (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sun3/dev/
xy.c 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))
2042 xyc_e2str(int no) function in typeref:typename:const char *
    [all...]
  /src/sys/dev/vme/
xy.c 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))
2218 xyc_e2str(int no) function in typeref:typename:const char *
    [all...]

Completed in 13 milliseconds