#include <minix/ioctl.h>Include dependency graph for ioc_tty.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | TCGETS _IOR('T', 8, struct termios) |
| #define | TCSETS _IOW('T', 9, struct termios) |
| #define | TCSETSW _IOW('T', 10, struct termios) |
| #define | TCSETSF _IOW('T', 11, struct termios) |
| #define | TCSBRK _IOW('T', 12, int) |
| #define | TCDRAIN _IO ('T', 13) |
| #define | TCFLOW _IOW('T', 14, int) |
| #define | TCFLSH _IOW('T', 15, int) |
| #define | TIOCGWINSZ _IOR('T', 16, struct winsize) |
| #define | TIOCSWINSZ _IOW('T', 17, struct winsize) |
| #define | TIOCGPGRP _IOW('T', 18, int) |
| #define | TIOCSPGRP _IOW('T', 19, int) |
| #define | TIOCSFON _IOW('T', 20, u8_t [8192]) |
| #define | TIOCGETP _IOR('t', 1, struct sgttyb) |
| #define | TIOCSETP _IOW('t', 2, struct sgttyb) |
| #define | TIOCGETC _IOR('t', 3, struct tchars) |
| #define | TIOCSETC _IOW('t', 4, struct tchars) |
| #define | KIOCBELL _IOW('k', 1, struct kio_bell) |
| #define | KIOCSLEDS _IOW('k', 2, struct kio_leds) |
| #define | KIOCSMAP _IOW('k', 3, keymap_t) |
|
|
Definition at line 34 of file ioc_tty.h. Referenced by handle_req(). |
|
|
Definition at line 35 of file ioc_tty.h. Referenced by handle_req(). |
|
|
Definition at line 36 of file ioc_tty.h. Referenced by do_ioctl(). |
|
|
Definition at line 18 of file ioc_tty.h. Referenced by dev_ioctl(), do_ioctl(), and tcdrain(). |
|
|
Definition at line 19 of file ioc_tty.h. Referenced by do_ioctl(), and tcflow(). |
|
|
Definition at line 20 of file ioc_tty.h. Referenced by do_ioctl(), mode(), purgeline(), tcflush(), and zsendfdata(). |
|
|
Definition at line 13 of file ioc_tty.h. Referenced by do_ioctl(), and tcgetattr(). |
|
|
Definition at line 17 of file ioc_tty.h. Referenced by do_ioctl(), mode(), sendbrk(), and tcsendbreak(). |
|
|
Definition at line 14 of file ioc_tty.h. Referenced by do_ioctl(), and tcsetattr(). |
|
|
Definition at line 16 of file ioc_tty.h. Referenced by dev_ioctl(), do_ioctl(), and tcsetattr(). |
|
|
Definition at line 15 of file ioc_tty.h. Referenced by do_ioctl(), and tcsetattr(). |
|
|
Definition at line 30 of file ioc_tty.h. Referenced by decode_ioctl(), do_ioctl(), inittty(), mode(), rl_ttyset(), and ts_init(). |
|
|
Definition at line 28 of file ioc_tty.h. Referenced by decode_ioctl(), do_ioctl(), inittty(), mode(), rl_ttyset(), and ts_init(). |
|
|
Definition at line 23 of file ioc_tty.h. Referenced by do_ioctl(), and ini_terminal(). |
|
|
Definition at line 21 of file ioc_tty.h. Referenced by do_ioctl(), getsize(), main(), setterm(), showtop(), ts_winsize(), TTYinfo(), and window(). |
|
|
Definition at line 31 of file ioc_tty.h. Referenced by decode_ioctl(), do_ioctl(), inittty(), mode(), resettty(), rl_ttyset(), ts_enter(), ts_exit(), and ts_init(). |
|
|
Definition at line 29 of file ioc_tty.h. Referenced by decode_ioctl(), do_ioctl(), inittty(), mode(), resettty(), rl_ttyset(), ts_enter(), and ts_exit(). |
|
|
Definition at line 25 of file ioc_tty.h. Referenced by do_ioctl(). |
|
|
Definition at line 24 of file ioc_tty.h. Referenced by do_ioctl(), forkshell(), inittty(), resettty(), and waitforjob(). |
|
|
Definition at line 22 of file ioc_tty.h. Referenced by do_control(), do_ioctl(), main(), and set_winsize(). |
1.4.6