/openbmc/linux/arch/sparc/kernel/ |
H A D | termios.c | 28 v.c_cc[_VTIME] = termios->c_cc[VTIME]; in kernel_termios_to_user_termio() 48 err |= get_user(k->c_cc[VTIME], &u->c_cc[_VTIME]); in user_termios_to_kernel_termios() 67 err |= put_user(k->c_cc[VTIME], &u->c_cc[_VTIME]); in kernel_termios_to_user_termios() 92 err |= get_user(k->c_cc[VTIME], &u->c_cc[_VTIME]); in user_termios_to_kernel_termios_1() 109 err |= put_user(k->c_cc[VTIME], &u->c_cc[_VTIME]); in kernel_termios_to_user_termios_1()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | termios.c | 27 termios->c_cc[canon ? VEOL : VTIME] = v.c_cc[_VEOL]; in user_termio_to_kernel_termios() 51 v.c_cc[_VEOL] = termios->c_cc[canon ? VEOL : VTIME]; in kernel_termios_to_user_termio()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | termbits.h | 8 #define VTIME 17 macro
|
/openbmc/qemu/linux-user/ |
H A D | semihost.c | 36 new_tio.c_cc[VTIME] = 0; in qemu_semihosting_console_read()
|
H A D | syscall.c | 5777 host->c_cc[VTIME] = target->c_cc[TARGET_VTIME]; in target_to_host_termios() 5812 target->c_cc[TARGET_VTIME] = host->c_cc[VTIME]; in host_to_target_termios()
|
/openbmc/linux/tools/perf/util/ |
H A D | term.c | 38 tc.c_cc[VTIME] = 0; in set_term_quiet_input()
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | termbits.h | 55 #define VTIME 7 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | termbits.h | 47 #define VTIME 5 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | termbits.h | 47 #define VTIME 5 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | termbits.h | 70 #define VTIME 17 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | termbits.h | 60 #define VTIME 5 /* Time-out value (tenths of a second) [!ICANON] */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | termbits.h | 74 #define VTIME VEOL macro
|
/openbmc/qemu/chardev/ |
H A D | char-stdio.c | 73 tty.c_cc[VTIME] = 0; in qemu_chr_set_echo_stdio()
|
H A D | char-pty.c | 291 termios_p->c_cc[VTIME] = 0; in cfmakeraw()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_tsol.c | 227 tio.c_cc[VTIME] = 0; in enter_raw_mode() 234 tio.c_cc[VTIME] = 0; in enter_raw_mode()
|
H A D | ipmi_isol.c | 318 tio.c_cc[VTIME] = 0; in enter_raw_mode()
|
H A D | ipmi_sol.c | 1177 tio.c_cc[VTIME] = 0; in enter_raw_mode()
|
/openbmc/linux/arch/um/drivers/ |
H A D | slip_user.c | 45 tios.c_cc[VTIME] = 0; in set_up_tty()
|
/openbmc/qemu/qga/ |
H A D | channel-posix.c | 200 tio.c_cc[VTIME] = 0; in ga_channel_open()
|
/openbmc/linux/tools/power/acpi/os_specific/service_layers/ |
H A D | osunixxf.c | 110 local_term_attributes.c_cc[VTIME] = 0; in os_enter_line_edit_mode()
|
/openbmc/linux/include/linux/ |
H A D | tty.h | 40 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME])
|
/openbmc/u-boot/tools/ |
H A D | kwboot.c | 265 tio.c_cc[VTIME] = 10; in kwboot_open_tty()
|
/openbmc/linux/tools/firewire/ |
H A D | nosy-dump.c | 891 tattr.c_cc[VTIME] = 0; in set_input_mode()
|
/openbmc/linux/drivers/tty/ |
H A D | tty_ioctl.c | 622 termios->c_cc[VTIME] = 0; in set_sgflags()
|