taglinefilesource code
tty_struct76include/linux/tty.hstruct tty_struct * tty;
tty_struct153include/linux/tty.hvoid (*write)(struct tty_struct * tty);
tty_struct154include/linux/tty.hstruct tty_struct *link;
tty_struct197include/linux/tty.hextern void tty_write_flush(struct tty_struct *);
tty_struct198include/linux/tty.hextern void tty_read_flush(struct tty_struct *);
tty_struct200include/linux/tty.hextern struct tty_struct tty_table[];
tty_struct202include/linux/tty.hextern struct tty_struct * redirect;
tty_struct224include/linux/tty.hextern void flush_input(struct tty_struct * tty);
tty_struct225include/linux/tty.hextern void flush_output(struct tty_struct * tty);
tty_struct226include/linux/tty.hextern void wait_until_sent(struct tty_struct * tty);
tty_struct227include/linux/tty.hextern void copy_to_cooked(struct tty_struct * tty);
tty_struct232include/linux/tty.hextern int tty_signal(int sig, struct tty_struct *tty);
tty_struct237include/linux/tty.hextern void rs_write(struct tty_struct * tty);
tty_struct238include/linux/tty.hextern void con_write(struct tty_struct * tty);
tty_struct239include/linux/tty.hextern void mpty_write(struct tty_struct * tty);
tty_struct240include/linux/tty.hextern void spty_write(struct tty_struct * tty);
tty_struct605kernel/chr_drv/console.cstatic void respond_string(char * p, int currcons, struct tty_struct * tty)
tty_struct614kernel/chr_drv/console.cstatic void respond_num(unsigned int n, int currcons, struct tty_struct * tty)
tty_struct629kernel/chr_drv/console.cstatic void cursor_report(int currcons, struct tty_struct * tty)
tty_struct640kernel/chr_drv/console.cstatic inline void status_report(int currcons, struct tty_struct * tty)
tty_struct645kernel/chr_drv/console.cstatic inline void respond_ID(int currcons, struct tty_struct * tty)
tty_struct897kernel/chr_drv/console.cvoid con_write(struct tty_struct * tty)
tty_struct69kernel/chr_drv/keyboard.cstruct tty_struct * tty = TTY_TABLE(0);
tty_struct25kernel/chr_drv/pty.cstruct tty_struct * tty;
tty_struct42kernel/chr_drv/pty.cstruct tty_struct * tty;
tty_struct53kernel/chr_drv/pty.cstatic inline void pty_copy(struct tty_struct * from, struct tty_struct * to)
tty_struct78kernel/chr_drv/pty.cvoid mpty_write(struct tty_struct * tty)
tty_struct84kernel/chr_drv/pty.cvoid spty_write(struct tty_struct * tty)
tty_struct504kernel/chr_drv/serial.cvoid rs_write(struct tty_struct * tty)
tty_struct31kernel/chr_drv/tty_io.cstruct tty_struct tty_table[256];
tty_struct49kernel/chr_drv/tty_io.cstruct tty_struct * redirect = NULL;
tty_struct85kernel/chr_drv/tty_io.cvoid inline tty_write_flush(struct tty_struct * tty)
tty_struct96kernel/chr_drv/tty_io.cvoid tty_read_flush(struct tty_struct * tty)
tty_struct132kernel/chr_drv/tty_io.cvoid copy_to_cooked(struct tty_struct * tty)
tty_struct276kernel/chr_drv/tty_io.cint tty_signal(int sig, struct tty_struct *tty)
tty_struct282kernel/chr_drv/tty_io.cstatic void wait_for_canon_input(struct tty_struct * tty)
tty_struct306kernel/chr_drv/tty_io.cstruct tty_struct * tty;
tty_struct393kernel/chr_drv/tty_io.cstruct tty_struct * tty;
tty_struct504kernel/chr_drv/tty_io.cstruct tty_struct *tty;
tty_struct557kernel/chr_drv/tty_io.cstruct tty_struct * tty;
tty_struct586kernel/chr_drv/tty_io.cstruct tty_struct * tty;
tty_struct640kernel/chr_drv/tty_io.ctty_table[i] =  (struct tty_struct) {
tty_struct648kernel/chr_drv/tty_io.ccon_table[i] = (struct tty_struct) {
tty_struct667kernel/chr_drv/tty_io.crs_table[i] = (struct tty_struct) {
tty_struct686kernel/chr_drv/tty_io.cmpty_table[i] = (struct tty_struct) {
tty_struct703kernel/chr_drv/tty_io.cspty_table[i] = (struct tty_struct) {
tty_struct22kernel/chr_drv/tty_ioctl.cextern int vt_ioctl(struct tty_struct *tty, int dev, int cmd, int arg);
tty_struct34kernel/chr_drv/tty_ioctl.cvoid flush_input(struct tty_struct * tty)
tty_struct50kernel/chr_drv/tty_ioctl.cvoid flush_output(struct tty_struct * tty)
tty_struct68kernel/chr_drv/tty_ioctl.cvoid wait_until_sent(struct tty_struct * tty)
tty_struct111kernel/chr_drv/tty_ioctl.cstatic int get_termios(struct tty_struct * tty, struct termios * termios)
tty_struct121kernel/chr_drv/tty_ioctl.cstatic int set_termios(struct tty_struct * tty, struct termios * termios,
tty_struct144kernel/chr_drv/tty_ioctl.cstatic int get_termio(struct tty_struct * tty, struct termio * termio)
tty_struct165kernel/chr_drv/tty_ioctl.cstatic int set_termio(struct tty_struct * tty, struct termio * termio,
tty_struct194kernel/chr_drv/tty_ioctl.cstatic int set_window_size(struct tty_struct * tty, struct winsize * ws)
tty_struct215kernel/chr_drv/tty_ioctl.cstatic int get_window_size(struct tty_struct * tty, struct winsize * ws)
tty_struct232kernel/chr_drv/tty_ioctl.cstruct tty_struct * tty;
tty_struct233kernel/chr_drv/tty_ioctl.cstruct tty_struct * other_tty;
tty_struct70kernel/chr_drv/vt.cvt_ioctl(struct tty_struct *tty, int dev, int cmd, int arg)
tty_struct375kernel/exit.cstruct tty_struct *tty;