Home
last modified time | relevance | path

Searched refs:VQUIT (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/alpha/kernel/
H A Dtermios.c21 termios->c_cc[VQUIT] = v.c_cc[_VQUIT]; in user_termio_to_kernel_termios()
47 v.c_cc[_VQUIT] = termios->c_cc[VQUIT]; in kernel_termios_to_user_termio()
/openbmc/linux/include/linux/
H A Dtermios_internal.h23 [VQUIT] = '\\'-0x40, \
H A Dtty.h36 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT])
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dtermbits.h49 #define VQUIT 1 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dtermbits.h43 #define VQUIT 1 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h43 #define VQUIT 1 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dtermbits.h63 #define VQUIT 9 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h56 #define VQUIT 1 /* Quit character [ISIG] */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dtermbits.h52 #define VQUIT 1 macro
/openbmc/linux/drivers/tty/
H A Dtty_ioctl.c671 tmp.t_quitc = tty->termios.c_cc[VQUIT]; in get_tchars()
688 tty->termios.c_cc[VQUIT] = tmp.t_quitc; in set_tchars()
/openbmc/qemu/linux-user/
H A Dsyscall.c5803 host->c_cc[VQUIT] = target->c_cc[TARGET_VQUIT]; in target_to_host_termios()
5838 target->c_cc[TARGET_VQUIT] = host->c_cc[VQUIT]; in host_to_target_termios()