| /openbmc/qemu/linux-user/ |
| H A D | semihost.c | 35 new_tio.c_cc[VMIN] = 1; in qemu_semihosting_console_read() 36 new_tio.c_cc[VTIME] = 0; in qemu_semihosting_console_read()
|
| H A D | syscall.c | 5831 memset(host->c_cc, 0, sizeof(host->c_cc)); in target_to_host_termios() 5832 host->c_cc[VINTR] = target->c_cc[TARGET_VINTR]; in target_to_host_termios() 5833 host->c_cc[VQUIT] = target->c_cc[TARGET_VQUIT]; in target_to_host_termios() 5834 host->c_cc[VERASE] = target->c_cc[TARGET_VERASE]; in target_to_host_termios() 5835 host->c_cc[VKILL] = target->c_cc[TARGET_VKILL]; in target_to_host_termios() 5836 host->c_cc[VEOF] = target->c_cc[TARGET_VEOF]; in target_to_host_termios() 5837 host->c_cc[VTIME] = target->c_cc[TARGET_VTIME]; in target_to_host_termios() 5838 host->c_cc[VMIN] = target->c_cc[TARGET_VMIN]; in target_to_host_termios() 5839 host->c_cc[VSWTC] = target->c_cc[TARGET_VSWTC]; in target_to_host_termios() 5840 host->c_cc[VSTART] = target->c_cc[TARGET_VSTART]; in target_to_host_termios() [all …]
|
| H A D | syscall_defs.h | 1218 unsigned char c_cc[TARGET_NCC]; /* control characters */ member
|
| H A D | strace.c | 1924 qemu_log("\"%s\",", target->c_cc); in print_termios()
|
| /openbmc/qemu/linux-user/generic/ |
| H A D | termbits.h | 18 target_cc_t c_cc[TARGET_NCCS]; /* control characters */ member 27 target_cc_t c_cc[TARGET_NCCS]; /* control characters */ member 38 target_cc_t c_cc[TARGET_NCCS]; /* control characters */ member
|
| /openbmc/qemu/linux-user/xtensa/ |
| H A D | termbits.h | 30 target_cc_t c_cc[TARGET_NCCS]; /* control characters */ member 40 target_cc_t c_cc[TARGET_NCCS]; /* control characters */ member 51 target_cc_t c_cc[TARGET_NCCS]; /* control characters */ member
|
| /openbmc/qemu/chardev/ |
| H A D | char-stdio.c | 72 tty.c_cc[VMIN] = 1; in qemu_chr_set_echo_stdio() 73 tty.c_cc[VTIME] = 0; in qemu_chr_set_echo_stdio()
|
| H A D | char-pty.c | 300 termios_p->c_cc[VMIN] = 0; in cfmakeraw() 301 termios_p->c_cc[VTIME] = 0; in cfmakeraw()
|
| /openbmc/phosphor-modbus/rtu/modbus/ |
| H A D | modbus.cpp | 95 tty.c_cc[VMIN] = 1; // Minimum characters to read in setProperties() 96 tty.c_cc[VTIME] = 0; // Timeout in deciseconds (0 for no timeout) in setProperties()
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_tsol.c | 226 tio.c_cc[VMIN] = 1; in enter_raw_mode() 227 tio.c_cc[VTIME] = 0; in enter_raw_mode() 233 tio.c_cc[VMIN] = 1; in enter_raw_mode() 234 tio.c_cc[VTIME] = 0; in enter_raw_mode()
|
| H A D | ipmi_isol.c | 317 tio.c_cc[VMIN] = 1; in enter_raw_mode() 318 tio.c_cc[VTIME] = 0; in enter_raw_mode()
|
| H A D | ipmi_sol.c | 1176 tio.c_cc[VMIN] = 1; in enter_raw_mode() 1177 tio.c_cc[VTIME] = 0; in enter_raw_mode()
|
| H A D | ipmi_sunoem.c | 1036 ts.c_cc[VMIN] = 1; in sunoem_cli_unbufmode_start()
|
| /openbmc/qemu/qga/ |
| H A D | channel-posix.c | 199 tio.c_cc[VMIN] = 1; in ga_channel_open() 200 tio.c_cc[VTIME] = 0; in ga_channel_open()
|
| /openbmc/qemu/linux-user/hppa/ |
| H A D | termbits.h | 18 target_cc_t c_cc[TARGET_NCCS]; /* control characters */ member
|
| /openbmc/qemu/linux-user/ppc/ |
| H A D | termbits.h | 17 target_cc_t c_cc[TARGET_NCCS]; /* control characters */ member
|
| /openbmc/qemu/linux-user/sparc/ |
| H A D | termbits.h | 18 target_cc_t c_cc[TARGET_NCCS]; /* control characters */ member
|
| /openbmc/qemu/linux-user/mips/ |
| H A D | termbits.h | 18 target_cc_t c_cc[TARGET_NCCS]; /* control characters */ member
|
| /openbmc/qemu/linux-user/alpha/ |
| H A D | termbits.h | 14 target_cc_t c_cc[TARGET_NCCS]; /* control characters */ member
|
| /openbmc/qemu/linux-user/sh4/ |
| H A D | termbits.h | 18 target_cc_t c_cc[TARGET_NCCS]; /* control characters */ member
|
| /openbmc/u-boot/tools/ |
| H A D | kwboot.c | 264 tio.c_cc[VMIN] = 1; in kwboot_open_tty() 265 tio.c_cc[VTIME] = 10; in kwboot_open_tty()
|
| /openbmc/qemu/ |
| H A D | qemu-io.c | 67 return tty.c_cc[VEOF]; in get_eof_char()
|
| /openbmc/openbmc/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist2.txt | 1742 -rw-r--r-- root root 1279 ./usr/include/bits/termios-c_cc.h
|
| H A D | buildhistory_filelist1.txt | 1741 -rw-r--r-- root root 1279 ./usr/include/bits/termios-c_cc.h
|