Lines Matching refs:asyerror

141 		asyerror(asy, CE_CONT, "!%s: " format, __func__, ##__VA_ARGS__)
222 static void asyerror(const struct asycom *, int, const char *, ...)
1061 asyerror(asy, CE_WARN, in asy_intr_setup()
1072 asyerror(asy, CE_WARN, "ddi_intr_get_nintrs failed, type %d", in asy_intr_setup()
1078 asyerror(asy, CE_WARN, "no interrupts of type %d", intr_type); in asy_intr_setup()
1084 asyerror(asy, CE_WARN, "ddi_intr_get_navail failed, type %d", in asy_intr_setup()
1090 asyerror(asy, CE_WARN, "no available interrupts, type %d", in asy_intr_setup()
1104 asyerror(asy, CE_WARN, "ddi_intr_alloc failed, count %d, " in asy_intr_setup()
1110 asyerror(asy, CE_WARN, "ddi_intr_alloc returned not 1 but %d " in asy_intr_setup()
1119 asyerror(asy, CE_WARN, "ddi_intr_get_pri failed, type %d", in asy_intr_setup()
1128 asyerror(asy, CE_WARN, "ddi_intr_add_handler failed, " in asy_intr_setup()
1143 asyerror(asy, CE_WARN, in asy_intr_setup()
1172 asyerror(asy, CE_WARN, "ddi_intr_add_softint failed"); in asy_softintr_setup()
1185 asyerror(asy, CE_WARN, "ddi_intr_get_softint_pri failed"); in asy_softintr_setup()
1218 asyerror(asy, CE_WARN, "Cannot identify UART chip at %p", in asy_resume()
1322 asyerror(asy, CE_WARN, "transmitter wasn't drained before " in asy_suspend()
1475 asyerror(asy, CE_WARN, "could not map UART registers @ %p", in asyattach()
1579 asyerror(asy, CE_WARN, "Cannot set soft interrupt"); in asyattach()
1591 asyerror(asy, CE_WARN, "Cannot set device interrupt"); in asyattach()
1615 asyerror(asy, CE_WARN, "Cannot identify UART chip at %p", in asyattach()
1849 asyerror(asy, CE_WARN, "UART @ %p " in asy_identify_chip()
1896 asyerror(asy, CE_WARN, "UART @ %p interrupt register: got 0xff", in asy_identify_chip()
1941 asyerror(asy, CE_WARN, "UART @ %p " in asy_identify_chip()
2274 asyerror(asy, CE_WARN, in asyopen()
3578 asyerror(asy, CE_WARN, "local queue full"); in async_softint()
3652 asyerror(asy, CE_WARN, "silo overflow"); in async_softint()
3662 asyerror(asy, CE_WARN, "ring buffer overflow"); in async_softint()
4963 asyerror(const struct asycom *asy, int level, const char *fmt, ...) in asyerror() function