OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WSCONS_ReportError
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.c
70
void
WSCONS_ReportError
(char *fmt, ...)
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
("unsupported depth %d", private->info.depth)
[
all
...]
SDL_wsconsevents.c
46
WSCONS_ReportError
("cannot get keyboard type: %s", strerror(errno));
51
WSCONS_ReportError
("cannot get terminal attributes: %s", strerror(errno));
65
WSCONS_ReportError
("cannot set terminal attributes: %s", strerror(errno));
69
WSCONS_ReportError
("cannot set raw keyboard mode: %s", strerror(errno));
80
WSCONS_ReportError
("cannot restore keyboard to translated mode: %s",
85
WSCONS_ReportError
("cannot restore keynoard attributes: %s",
226
WSCONS_ReportError
("Unable to map keys for keyboard type %u",
SDL_wsconsvideo.h
35
void
WSCONS_ReportError
(char *fmt, ...);
Completed in 665 milliseconds