Home
last modified time | relevance | path

Searched refs:TIOCNOTTY (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/include/uapi/asm-generic/
H A Dioctls.h54 #define TIOCNOTTY 0x5422 macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dioctls.h54 #define TIOCNOTTY 0x5422 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dioctls.h48 #define TIOCNOTTY 0x5471 /* void tty association */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dioctls.h43 #define TIOCNOTTY 0x5422 macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dioctls.h88 #define TIOCNOTTY _IO('T', 34) macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dioctls.h87 #define TIOCNOTTY 0x5422 macro
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dioctls.h76 #define TIOCNOTTY _IO('T', 34) /* 0x5422 */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dioctls.h92 #define TIOCNOTTY 0x5422 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dioctls.h69 #define TIOCNOTTY _IO('t', 113) macro
/openbmc/ipmitool/lib/
H A Dhelper.c646 #if defined(SIGTSTP) && defined(TIOCNOTTY) in ipmi_start_daemon()
650 ioctl(fd, TIOCNOTTY, NULL); in ipmi_start_daemon()
/openbmc/linux/drivers/tty/
H A Dtty_jobctrl.c578 case TIOCNOTTY: in tty_jobctrl_ioctl()
H A Dtty_io.c2940 case TIOCNOTTY: in tty_compat_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h38 IOCTL(TIOCNOTTY, 0, TYPE_NULL) in IOCTL()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch33 +pub const TIOCNOTTY: u32 = 21538;