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

/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbevents.c250 static const char * const vcs[] = { "/dev/vc/%d", "/dev/tty%d", NULL }; local
264 for ( i=0; vcs[i] && (keyboard_fd < 0); ++i ) {
267 SDL_snprintf(vtpath, SDL_arraysize(vtpath), vcs[i], current_vt);
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c170 static const char * const vcs[] = { "/dev/vc/%d", "/dev/tty%d", 0 }; local
197 for ( i=0; vcs[i] && (kbfd < 0); ++i ) {
200 SDL_snprintf(vtpath, SDL_arraysize(vtpath), vcs[i], curvt);
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsevents.c240 char *vcs[] = { "/dev/vc/%d", "/dev/tty%d", NULL }; local
254 for ( i=0; vcs[i] && (keyboard_fd < 0); ++i ) {
257 SDL_snprintf(vtpath, SDL_arraysize(vtpath), vcs[i], current_vt);

Completed in 53 milliseconds