HomeSort by relevance Sort by last modified time
    Searched refs:tty0 (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 169 static const char * const tty0[] = { "/dev/tty0", "/dev/vc/0", 0 }; local
181 for ( i=0; tty0[i] && (tty0_fd < 0); ++i ) {
182 tty0_fd = open(tty0[i], O_WRONLY, 0);
  /system/core/rootdir/etc/
init.testmenu 315 "c" ) sh -i <>/dev/tty0 1>&0 2>&1 ;;
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c 249 static const char * const tty0[] = { "/dev/tty0", "/dev/vc/0", NULL }; local
255 for ( i=0; tty0[i] && (tty0_fd < 0); ++i ) {
256 tty0_fd = open(tty0[i], O_WRONLY, 0);
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c 239 char *tty0[] = { "/dev/tty0", "/dev/vc/0", NULL }; local
245 for ( i=0; tty0[i] && (tty0_fd < 0); ++i ) {
246 tty0_fd = open(tty0[i], O_WRONLY, 0);

Completed in 89 milliseconds