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

  /build/target/board/vbox_x86/
BoardConfig.mk 20 BOARD_INSTALLER_CMDLINE := init=/init console=ttyS0 console=tty0 vga=788 verbose
21 BOARD_KERNEL_CMDLINE := init=/init qemu=1 console=tty0 vga=788 verbose androidboot.hardware=vbox_x86 androidboot.console=tty0 android.qemud=tty0
  /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 99 milliseconds