Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A Dtermios.c23 termios->c_cc[VKILL] = v.c_cc[_VKILL]; in user_termio_to_kernel_termios()
49 v.c_cc[_VKILL] = termios->c_cc[VKILL]; in kernel_termios_to_user_termio()
/openbmc/linux/include/linux/
H A Dtermios_internal.h25 [VKILL] = 'U'-0x40, \
H A Dtty.h38 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL])
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dtermbits.h51 #define VKILL 3 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dtermbits.h45 #define VKILL 3 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h45 #define VKILL 3 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dtermbits.h59 #define VKILL 5 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h58 #define VKILL 3 /* Kill-line character [ICANON] */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dtermbits.h54 #define VKILL 3 macro
/openbmc/linux/drivers/tty/
H A Dtty_ioctl.c593 tmp.sg_kill = tty->termios.c_cc[VKILL]; in get_sgttyb()
653 termios.c_cc[VKILL] = tmp.sg_kill; in set_sgttyb()
/openbmc/qemu/linux-user/
H A Dsyscall.c5775 host->c_cc[VKILL] = target->c_cc[TARGET_VKILL]; in target_to_host_termios()
5810 target->c_cc[TARGET_VKILL] = host->c_cc[VKILL]; in host_to_target_termios()