Searched refs:TIOCMGET (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/chardev/ |
H A D | char-serial.c | 205 ioctl(fioc->fd, TIOCMGET, &sarg); in tty_serial_ioctl() 231 ioctl(fioc->fd, TIOCMGET, &targ); in tty_serial_ioctl()
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | ioctls.h | 40 #define TIOCMGET 0x5415 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | ioctls.h | 40 #define TIOCMGET 0x5415 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | ioctls.h | 33 #define TIOCMGET 0x741d /* get all modem bits */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | ioctls.h | 29 #define TIOCMGET 0x5415 macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ioctls.h | 51 #define TIOCMGET 0x5415 macro
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | ioctls.h | 43 #define TIOCMGET _IOR('T', 21, unsigned int) /* 0x5415 */ macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | ioctls.h | 55 #define TIOCMGET _IOR('T', 21, unsigned int) macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctls.h | 56 #define TIOCMGET 0x5415 macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 62 #define TIOCMGET _IOR('t', 106, int) macro
|
/openbmc/linux/drivers/net/wwan/ |
H A D | wwan_core.c | 827 case TIOCMGET: in wwan_port_fops_at_ioctl()
|
/openbmc/linux/drivers/tty/ |
H A D | tty_io.c | 2749 case TIOCMGET: in tty_ioctl() 2878 case TIOCMGET: in tty_compat_ioctl()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 26 IOCTL(TIOCMGET, IOC_R, MK_PTR(TYPE_INT)) in IOCTL()
|