Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/asm-generic/
H A Dioctls.h59 #define TIOCCBRK 0x5428 /* BSD compatibility */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dioctls.h59 #define TIOCCBRK 0x5428 /* BSD compatibility */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dioctls.h79 #define TIOCCBRK 0x5428 /* BSD compatibility */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dioctls.h48 #define TIOCCBRK 0x5428 /* BSD compatibility */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dioctls.h93 #define TIOCCBRK _IO('T', 40) /* BSD compatibility */ macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dioctls.h92 #define TIOCCBRK 0x5428 /* BSD compatibility */ macro
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dioctls.h81 #define TIOCCBRK _IO('T', 40) /* 0x5428 */ /* BSD compatibility */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dioctls.h97 #define TIOCCBRK 0x5428 /* BSD compatibility */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dioctls.h78 #define TIOCCBRK _IO('t', 122) macro
/openbmc/linux/drivers/tty/
H A Dtty_io.c2674 case TIOCCBRK: in tty_ioctl()
2680 if (cmd != TIOCCBRK) { in tty_ioctl()
2734 case TIOCCBRK: /* Turn break off, unconditionally */ in tty_ioctl()
2935 case TIOCCBRK: in tty_compat_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch36 +pub const TIOCCBRK: u32 = 21544;