Searched refs:TIOCSETD (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/Documentation/driver-api/tty/ |
H A D | n_gsm.rst | 26 ``TIOCSETD`` ioctl. 69 ioctl(fd, TIOCSETD, &ldisc); 126 ``TIOCSETD`` ioctl. 159 ioctl(fd, TIOCSETD, &ldisc);
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | ioctls.h | 55 #define TIOCSETD 0x5423 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | ioctls.h | 55 #define TIOCSETD 0x5423 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | ioctls.h | 49 #define TIOCSETD 0x7401 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | ioctls.h | 44 #define TIOCSETD 0x5423 macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ioctls.h | 88 #define TIOCSETD 0x5423 macro
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | ioctls.h | 77 #define TIOCSETD _IOW('T', 35, int) /* 0x5423 */ macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | ioctls.h | 89 #define TIOCSETD _IOW('T', 35, int) macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctls.h | 93 #define TIOCSETD 0x5423 macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 39 #define TIOCSETD _IOW('t', 1, int) macro
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | file.c | 113 if (ioctl(fd, TIOCSETD, &disc) < 0) in os_set_slip()
|
/openbmc/linux/drivers/tty/ |
H A D | tty_io.c | 2672 case TIOCSETD: in tty_ioctl() 2714 case TIOCSETD: in tty_ioctl() 2876 case TIOCSETD: in tty_compat_ioctl()
|
H A D | Kconfig | 180 for it to be loaded with the TIOCSETD ioctl, or through other
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 40 IOCTL(TIOCSETD, IOC_W, MK_PTR(TYPE_INT)) in IOCTL()
|