Searched refs:TARGET_IO (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/linux-user/sh4/ |
H A D | termbits.h | 178 #define TARGET_FIOCLEX TARGET_IO('f', 1) 179 #define TARGET_FIONCLEX TARGET_IO('f', 2) 192 #define TARGET_TIOCSTART TARGET_IO('t', 110) /* start output, like ^Q */ 193 #define TARGET_TIOCSTOP TARGET_IO('t', 111) /* stop output, like ^S */ 202 #define TARGET_TCSBRK TARGET_IO('t', 29) 203 #define TARGET_TCXONC TARGET_IO('t', 30) 204 #define TARGET_TCFLSH TARGET_IO('t', 31) 208 #define TARGET_TIOCSTART TARGET_IO('t', 110) /* start output, like ^Q */ 209 #define TARGET_TIOCSTOP TARGET_IO('t', 111) /* stop output, like ^S */ 214 #define TARGET_TIOCEXCL TARGET_IO('T', 12) /* 0x540C */ [all …]
|
/openbmc/qemu/linux-user/sparc/ |
H A D | termbits.h | 187 #define TARGET_TCSBRK TARGET_IO('T', 5) 188 #define TARGET_TCXONC TARGET_IO('T', 6) 189 #define TARGET_TCFLSH TARGET_IO('T', 7) 208 #define TARGET_TIOCEXCL TARGET_IO('t', 13) 209 #define TARGET_TIOCNXCL TARGET_IO('t', 14) 217 #define TARGET_TIOCCONS TARGET_IO('t', 36) 230 #define TARGET_TIOCSTART TARGET_IO('t', 110) 231 #define TARGET_TIOCSTOP TARGET_IO('t', 111) 233 #define TARGET_TIOCNOTTY TARGET_IO('t', 113) 242 #define TARGET_TIOCCBRK TARGET_IO('t', 122) [all …]
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 135 #define TARGET_IO(type,nr) TARGET_IOC(TARGET_IOC_NONE,(type),(nr),0) macro 735 #define TARGET_RTC_AIE_ON TARGET_IO('p', 0x01) 736 #define TARGET_RTC_AIE_OFF TARGET_IO('p', 0x02) 737 #define TARGET_RTC_UIE_ON TARGET_IO('p', 0x03) 738 #define TARGET_RTC_UIE_OFF TARGET_IO('p', 0x04) 739 #define TARGET_RTC_PIE_ON TARGET_IO('p', 0x05) 740 #define TARGET_RTC_PIE_OFF TARGET_IO('p', 0x06) 741 #define TARGET_RTC_WIE_ON TARGET_IO('p', 0x0f) 742 #define TARGET_RTC_WIE_OFF TARGET_IO('p', 0x10) 758 #define TARGET_RTC_VL_CLR TARGET_IO('p', 0x14) [all …]
|
/openbmc/qemu/linux-user/ppc/ |
H A D | termbits.h | 169 #define TARGET_FIOCLEX TARGET_IO('f', 1) 170 #define TARGET_FIONCLEX TARGET_IO('f', 2) 187 #define TARGET_TCSBRK TARGET_IO('t', 29) 188 #define TARGET_TCXONC TARGET_IO('t', 30) 189 #define TARGET_TCFLSH TARGET_IO('t', 31) 193 #define TARGET_TIOCSTART TARGET_IO('t', 110) /* start output, like ^Q */ 194 #define TARGET_TIOCSTOP TARGET_IO('t', 111) /* stop output, like ^S */ 230 #define TARGET_TIOCGPTPEER TARGET_IO('T', 0x41) /* Safely open the slave */
|
/openbmc/qemu/linux-user/alpha/ |
H A D | termbits.h | 164 #define TARGET_FIOCLEX TARGET_IO('f', 1) 165 #define TARGET_FIONCLEX TARGET_IO('f', 2) 188 #define TARGET_TCSBRK TARGET_IO('t', 29) 189 #define TARGET_TCXONC TARGET_IO('t', 30) 190 #define TARGET_TCFLSH TARGET_IO('t', 31) 194 #define TARGET_TIOCSTART TARGET_IO('t', 110) /* start output, like ^Q */ 195 #define TARGET_TIOCSTOP TARGET_IO('t', 111) /* stop output, like ^S */ 252 #define TARGET_TIOCGPTPEER TARGET_IO('T', 0x41) /* Safely open the slave */
|
/openbmc/qemu/linux-user/hppa/ |
H A D | termbits.h | 158 #define TARGET_TCSBRK TARGET_IO('T', 5) 159 #define TARGET_TCXONC TARGET_IO('T', 6) 160 #define TARGET_TCFLSH TARGET_IO('T', 7) 197 #define TARGET_TIOCGPTPEER TARGET_IO('T', 0x41)
|
/openbmc/qemu/linux-user/mips/ |
H A D | termbits.h | 244 #define TARGET_TIOCGPTPEER TARGET_IO('T', 0x41)
|
/openbmc/qemu/linux-user/generic/ |
H A D | termbits.h | 274 #define TARGET_TIOCGPTPEER TARGET_IO('T', 0x41)
|