Searched defs:WSCONS_ReportError (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.c70 void WSCONS_ReportError(char *fmt, ...) function
161 WSCONS_ReportError("Unable to determine active terminal: %s",
171 WSCONS_ReportError("open %s: %s", devname, strerror(errno));
175 WSCONS_ReportError("ioctl WSDISPLAY_GINFO: %s", strerror(errno));
179 WSCONS_ReportError("ioctl WSDISPLAY_GTYPE: %s", strerror(errno));
183 WSCONS_ReportError("ioctl WSDISPLAYIO_LINEBYTES: %s", strerror(errno));
202 WSCONS_ReportError("Unknown video hardware");
206 WSCONS_ReportError("Displays with 8 bpp or less are not supported");
234 WSCONS_ReportError("\"%s\" is not a valid value for "
267 WSCONS_ReportError("unsupporte
[all...]

Completed in 152 milliseconds