Home
last modified time | relevance | path

Searched refs:shell_serial (Results 1 – 2 of 2) sorted by relevance

/external/qemu/android/
Dmain.c170 int shell_serial = 0; in main() local
890 if (!opts->shell_serial) { in main()
892 opts->shell_serial = "con:"; in main()
894 opts->shell_serial = "stdio"; in main()
902 args[n++] = opts->shell_serial; in main()
903 shell_serial = serial++; in main()
1012 p = bufprint(p, end, " androidboot.console=ttyS%d", shell_serial ); in main()
Dcmdline-options.h135 OPT_PARAM( shell_serial, "<device>", "specific character device for root shell" )