Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 25 of 37) sorted by relevance

12

/rk3399_rockchip-uboot/doc/
H A DREADME.iomux24 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 DREADME.serial_multi20 setenv stdin serial_scc
26 setenv stdin serial_smc
49 setenv stdin serial1
54 setenv stdin serial0
H A DREADME.console20 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 DREADME.NetConsole4 serial and network input/output devices by adjusting the 'stdin' and
22 => setenv nc 'setenv stdout nc;setenv stdin nc'
H A DREADME.usb44 an USB keyboard is assigned as stdin. The stdin
H A DREADME.m54418twr166 stdin=serial
/rk3399_rockchip-uboot/tools/patman/
H A Dcros_subprocess.py56 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 Dconsole.c39 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 Dusb_kbd.c561 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 Diomux.c81 case stdin: in iomux_doenv()
H A DKconfig384 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 Dcli_hush.c758 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 Dstdio.h48 #define stdin 0 macro
/rk3399_rockchip-uboot/configs/
H A Daxm_defconfig18 …tfs} rootfstype=jffs2 panic=7 at91sam9_wdt.wdt_timeout=16\0stderr=serial\0stdin=serial\0stdout=ser…
/rk3399_rockchip-uboot/board/freescale/m5253evbe/
H A DREADME81 stdin=serial
/rk3399_rockchip-uboot/scripts/dtc/
H A Dsrcpos.c123 f = stdin; in srcfile_relative_open()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dconf.c113 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 Dmpc8569mds.c416 console_assign(stdin, "eserial1"); in board_mmc_init()
/rk3399_rockchip-uboot/test/py/
H A Dmultiplexed_log.py138 stdin=None, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
H A DREADME.md20 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 Dinput.c658 console_assign(stdin, dev->name)) in input_stdio_register()
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib.c1448 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 Dusb.c662 console_assign(stdin, "serial");
/rk3399_rockchip-uboot/board/freescale/m53017evb/
H A DREADME173 stdin=serial
/rk3399_rockchip-uboot/board/freescale/m52277evb/
H A DREADME162 stdin=serial

12