tag | line | file | source code |
tty_struct | 76 | include/linux/tty.h | struct tty_struct * tty; |
tty_struct | 153 | include/linux/tty.h | void (*write)(struct tty_struct * tty); |
tty_struct | 154 | include/linux/tty.h | struct tty_struct *link; |
tty_struct | 197 | include/linux/tty.h | extern void tty_write_flush(struct tty_struct *); |
tty_struct | 198 | include/linux/tty.h | extern void tty_read_flush(struct tty_struct *); |
tty_struct | 200 | include/linux/tty.h | extern struct tty_struct tty_table[]; |
tty_struct | 202 | include/linux/tty.h | extern struct tty_struct * redirect; |
tty_struct | 224 | include/linux/tty.h | extern void flush_input(struct tty_struct * tty); |
tty_struct | 225 | include/linux/tty.h | extern void flush_output(struct tty_struct * tty); |
tty_struct | 226 | include/linux/tty.h | extern void wait_until_sent(struct tty_struct * tty); |
tty_struct | 227 | include/linux/tty.h | extern void copy_to_cooked(struct tty_struct * tty); |
tty_struct | 232 | include/linux/tty.h | extern int tty_signal(int sig, struct tty_struct *tty); |
tty_struct | 237 | include/linux/tty.h | extern void rs_write(struct tty_struct * tty); |
tty_struct | 238 | include/linux/tty.h | extern void con_write(struct tty_struct * tty); |
tty_struct | 239 | include/linux/tty.h | extern void mpty_write(struct tty_struct * tty); |
tty_struct | 240 | include/linux/tty.h | extern void spty_write(struct tty_struct * tty); |
tty_struct | 605 | kernel/chr_drv/console.c | static void respond_string(char * p, int currcons, struct tty_struct * tty) |
tty_struct | 614 | kernel/chr_drv/console.c | static void respond_num(unsigned int n, int currcons, struct tty_struct * tty) |
tty_struct | 629 | kernel/chr_drv/console.c | static void cursor_report(int currcons, struct tty_struct * tty) |
tty_struct | 640 | kernel/chr_drv/console.c | static inline void status_report(int currcons, struct tty_struct * tty) |
tty_struct | 645 | kernel/chr_drv/console.c | static inline void respond_ID(int currcons, struct tty_struct * tty) |
tty_struct | 897 | kernel/chr_drv/console.c | void con_write(struct tty_struct * tty) |
tty_struct | 69 | kernel/chr_drv/keyboard.c | struct tty_struct * tty = TTY_TABLE(0); |
tty_struct | 25 | kernel/chr_drv/pty.c | struct tty_struct * tty; |
tty_struct | 42 | kernel/chr_drv/pty.c | struct tty_struct * tty; |
tty_struct | 53 | kernel/chr_drv/pty.c | static inline void pty_copy(struct tty_struct * from, struct tty_struct * to) |
tty_struct | 78 | kernel/chr_drv/pty.c | void mpty_write(struct tty_struct * tty) |
tty_struct | 84 | kernel/chr_drv/pty.c | void spty_write(struct tty_struct * tty) |
tty_struct | 504 | kernel/chr_drv/serial.c | void rs_write(struct tty_struct * tty) |
tty_struct | 31 | kernel/chr_drv/tty_io.c | struct tty_struct tty_table[256]; |
tty_struct | 49 | kernel/chr_drv/tty_io.c | struct tty_struct * redirect = NULL; |
tty_struct | 85 | kernel/chr_drv/tty_io.c | void inline tty_write_flush(struct tty_struct * tty) |
tty_struct | 96 | kernel/chr_drv/tty_io.c | void tty_read_flush(struct tty_struct * tty) |
tty_struct | 132 | kernel/chr_drv/tty_io.c | void copy_to_cooked(struct tty_struct * tty) |
tty_struct | 276 | kernel/chr_drv/tty_io.c | int tty_signal(int sig, struct tty_struct *tty) |
tty_struct | 282 | kernel/chr_drv/tty_io.c | static void wait_for_canon_input(struct tty_struct * tty) |
tty_struct | 306 | kernel/chr_drv/tty_io.c | struct tty_struct * tty; |
tty_struct | 393 | kernel/chr_drv/tty_io.c | struct tty_struct * tty; |
tty_struct | 504 | kernel/chr_drv/tty_io.c | struct tty_struct *tty; |
tty_struct | 557 | kernel/chr_drv/tty_io.c | struct tty_struct * tty; |
tty_struct | 586 | kernel/chr_drv/tty_io.c | struct tty_struct * tty; |
tty_struct | 640 | kernel/chr_drv/tty_io.c | tty_table[i] = (struct tty_struct) { |
tty_struct | 648 | kernel/chr_drv/tty_io.c | con_table[i] = (struct tty_struct) { |
tty_struct | 667 | kernel/chr_drv/tty_io.c | rs_table[i] = (struct tty_struct) { |
tty_struct | 686 | kernel/chr_drv/tty_io.c | mpty_table[i] = (struct tty_struct) { |
tty_struct | 703 | kernel/chr_drv/tty_io.c | spty_table[i] = (struct tty_struct) { |
tty_struct | 22 | kernel/chr_drv/tty_ioctl.c | extern int vt_ioctl(struct tty_struct *tty, int dev, int cmd, int arg); |
tty_struct | 34 | kernel/chr_drv/tty_ioctl.c | void flush_input(struct tty_struct * tty) |
tty_struct | 50 | kernel/chr_drv/tty_ioctl.c | void flush_output(struct tty_struct * tty) |
tty_struct | 68 | kernel/chr_drv/tty_ioctl.c | void wait_until_sent(struct tty_struct * tty) |
tty_struct | 111 | kernel/chr_drv/tty_ioctl.c | static int get_termios(struct tty_struct * tty, struct termios * termios) |
tty_struct | 121 | kernel/chr_drv/tty_ioctl.c | static int set_termios(struct tty_struct * tty, struct termios * termios, |
tty_struct | 144 | kernel/chr_drv/tty_ioctl.c | static int get_termio(struct tty_struct * tty, struct termio * termio) |
tty_struct | 165 | kernel/chr_drv/tty_ioctl.c | static int set_termio(struct tty_struct * tty, struct termio * termio, |
tty_struct | 194 | kernel/chr_drv/tty_ioctl.c | static int set_window_size(struct tty_struct * tty, struct winsize * ws) |
tty_struct | 215 | kernel/chr_drv/tty_ioctl.c | static int get_window_size(struct tty_struct * tty, struct winsize * ws) |
tty_struct | 232 | kernel/chr_drv/tty_ioctl.c | struct tty_struct * tty; |
tty_struct | 233 | kernel/chr_drv/tty_ioctl.c | struct tty_struct * other_tty; |
tty_struct | 70 | kernel/chr_drv/vt.c | vt_ioctl(struct tty_struct *tty, int dev, int cmd, int arg) |
tty_struct | 375 | kernel/exit.c | struct tty_struct *tty; |