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

  /build/target/board/generic_x86/
BoardConfig.mk 14 BOARD_INSTALLER_CMDLINE := init=/init console=ttyS0 console=tty0 androidboot.hardware=generic_x86 vga=788 verbose
15 BOARD_KERNEL_CMDLINE := init=/init console=tty0 console=ttyS0 androidboot.hardware=generic_x86 vga=788
  /external/qemu/distrib/sdl-1.2.12/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.12/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.12/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 103 milliseconds