| /rk3399_rockchip-uboot/doc/ |
| H A D | README.iomux | 24 A user can use a comma-separated list of devices to set stdin, stdout 25 and stderr. For example: "setenv stdin serial,nc". NOTE: No spaces 36 stdin nc,nc,serial" will discard the second nc. iomux_doenv() is 37 not able to modify the environment, however, so that "pri stdin" still 48 Thus, a user can type into any device registered for stdin. No effort 49 has been made to demulitplex simultaneous input from multiple stdin 58 example, if stdin=serial,nc and stdout=serial,nc then all output 63 to the 'stdin' file, the first output one to 'stdout' and 'stderr'. 77 work, even when stdin=stdout=stderr=serial. 81 Using nc as a stdin device results in even more overhead because nc_tstc() [all …]
|
| H A D | README.serial_multi | 20 setenv stdin serial_scc 26 setenv stdin serial_smc 49 setenv stdin serial1 54 setenv stdin serial0
|
| H A D | README.console | 20 to the 'stdin' file, the first output one to 'stdout' and 'stderr'. 23 devices and their flags. You can assign a standard file (stdin, 28 setenv stdin serial <- To use the serial input 45 tstc (to test for the presence of a char in stdin) 46 getc (to get a char from stdin) 53 * FILE (can be 'stdin', 'stdout', 'stderr'):
|
| H A D | README.NetConsole | 4 serial and network input/output devices by adjusting the 'stdin' and 22 => setenv nc 'setenv stdout nc;setenv stdin nc'
|
| H A D | README.usb | 44 an USB keyboard is assigned as stdin. The stdin
|
| H A D | README.m54418twr | 166 stdin=serial
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | cros_subprocess.py | 56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument 83 super(Popen, self).__init__(args, stdin=stdin, 149 if self.stdin: 152 self.stdin.flush() 154 write_set.append(self.stdin) 156 self.stdin.close() 177 if self.stdin in wlist: 182 bytes_written = os.write(self.stdin.fileno(), chunk) 185 self.stdin.close() 186 write_set.remove(self.stdin) [all …]
|
| /rk3399_rockchip-uboot/common/ |
| H A D | console.c | 39 console = stdin; in on_console() 120 case stdin: in console_setfile() 139 case stdin: in console_setfile() 434 return fgetc(stdin); in getc() 456 return ftstc(stdin); in tstc() 765 case stdin: in console_assign() 827 if (stdio_devices[stdin] == NULL) { in stdio_print_current_devices() 830 printf ("%s\n", stdio_devices[stdin]->name); in stdio_print_current_devices() 879 iomux_err = iomux_doenv(stdin, stdinname); in console_init_r() 908 console_doenv(stdin, inputdev); in console_init_r() [all …]
|
| H A D | usb_kbd.c | 561 error = iomux_doenv(stdin, stdinname); 573 error = console_assign(stdin, DEVNAME); 626 if (iomux_doenv(stdin, env_get("stdin")) != 0) 651 if (!ftstc(stdin)) { 658 if (!ftstc(stdin)) 660 ch[i] = fgetc(stdin); 726 if (iomux_doenv(stdin, env_get("stdin"))) {
|
| H A D | iomux.c | 81 case stdin: in iomux_doenv()
|
| H A D | Kconfig | 384 Similarly, stdin can be set to come from serial and keyboard. 387 variables stdout, stdin and stderr will take effect immediately. 403 overwrite_console() returns 1, the stdin, stderr and stdout are 411 The console environment variables (stdout, stdin, stderr) can be 420 Normally U-Boot displays the current settings for stdout, stdin
|
| H A D | cli_hush.c | 758 fgets(string, sizeof(string), stdin); in builtin_read() 1104 if (i->__promptme && interactive && i->file == stdin) { 3436 input=stdin; 3471 if (argv[optind]==NULL && input==stdin && 3472 isatty(fileno(stdin)) && isatty(fileno(stdout))) { 3487 opt=parse_file_outer(stdin);
|
| /rk3399_rockchip-uboot/include/ |
| H A D | stdio.h | 48 #define stdin 0 macro
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | axm_defconfig | 18 …tfs} rootfstype=jffs2 panic=7 at91sam9_wdt.wdt_timeout=16\0stderr=serial\0stdin=serial\0stdout=ser…
|
| /rk3399_rockchip-uboot/board/freescale/m5253evbe/ |
| H A D | README | 81 stdin=serial
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | srcpos.c | 123 f = stdin; in srcfile_relative_open()
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | conf.c | 113 xfgets(line, sizeof(line), stdin); in conf_askvalue() 315 xfgets(line, sizeof(line), stdin); in conf_choice()
|
| /rk3399_rockchip-uboot/board/freescale/mpc8569mds/ |
| H A D | mpc8569mds.c | 416 console_assign(stdin, "eserial1"); in board_mmc_init()
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | multiplexed_log.py | 138 stdin=None, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
| H A D | README.md | 20 involves executing some binary and interacting with its stdin/stdout. You will 35 and interacting with it over stdin/stdout. 185 This script provides access to the U-Boot console. The script's stdin/stdout
|
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | input.c | 658 console_assign(stdin, dev->name)) in input_stdio_register()
|
| /rk3399_rockchip-uboot/lib/bzip2/ |
| H A D | bzlib.c | 1448 fp = (writing ? stdout : stdin); in bzopen_or_bzdopen() 1473 if (fp != stdin && fp != stdout) fclose(fp); in bzopen_or_bzdopen() 1554 if(fp!=stdin && fp!=stdout){ in BZ_API()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | usb.c | 662 console_assign(stdin, "serial");
|
| /rk3399_rockchip-uboot/board/freescale/m53017evb/ |
| H A D | README | 173 stdin=serial
|
| /rk3399_rockchip-uboot/board/freescale/m52277evb/ |
| H A D | README | 162 stdin=serial
|