OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wstype
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c
151
int
wstype
;
local
178
if (ioctl(private->fd, WSDISPLAYIO_GTYPE, &
wstype
) == -1) {
187
if (
wstype
== WSDISPLAY_TYPE_SUN24 ||
188
wstype
== WSDISPLAY_TYPE_SUNCG12 ||
189
wstype
== WSDISPLAY_TYPE_SUNCG14 ||
190
wstype
== WSDISPLAY_TYPE_SUNTCX ||
191
wstype
== WSDISPLAY_TYPE_SUNFFB) {
196
} else if (
wstype
== WSDISPLAY_TYPE_PXALCD) {
Completed in 1784 milliseconds