tag | line | file | source code |
secondary | 157 | include/linux/tty.h | struct tty_queue *secondary; |
secondary | 116 | kernel/chr_drv/keyboard.c | else if (!(krepeat && (L_ECHO(tty) || (EMPTY(tty->secondary) && |
secondary | 59 | kernel/chr_drv/pty.c | if (FULL(to->secondary)) |
secondary | 128 | kernel/chr_drv/tty_io.c | sleep_if_empty(tty_table[fg_console].secondary); |
secondary | 137 | kernel/chr_drv/tty_io.c | tty->write_q && tty->secondary)) { |
secondary | 142 | kernel/chr_drv/tty_io.c | if (FULL(tty->secondary)) |
secondary | 162 | kernel/chr_drv/tty_io.c | while(!(EMPTY(tty->secondary) || |
secondary | 163 | kernel/chr_drv/tty_io.c | (c=LAST(tty->secondary))==10 || |
secondary | 176 | kernel/chr_drv/tty_io.c | DEC(tty->secondary->head); |
secondary | 182 | kernel/chr_drv/tty_io.c | if (EMPTY(tty->secondary) || |
secondary | 183 | kernel/chr_drv/tty_io.c | (c=LAST(tty->secondary))==10 || |
secondary | 197 | kernel/chr_drv/tty_io.c | DEC(tty->secondary->head); |
secondary | 235 | kernel/chr_drv/tty_io.c | tty->secondary->data++; |
secondary | 246 | kernel/chr_drv/tty_io.c | put_tty_queue(c,tty->secondary); |
secondary | 249 | kernel/chr_drv/tty_io.c | if (!EMPTY(tty->secondary)) |
secondary | 250 | kernel/chr_drv/tty_io.c | wake_up(&tty->secondary->proc_list); |
secondary | 295 | kernel/chr_drv/tty_io.c | if (tty->secondary->data) |
secondary | 298 | kernel/chr_drv/tty_io.c | if (!tty->secondary->data) |
secondary | 299 | kernel/chr_drv/tty_io.c | interruptible_sleep_on(&tty->secondary->proc_list); |
secondary | 314 | kernel/chr_drv/tty_io.c | if (!(tty->read_q && tty->secondary)) |
secondary | 349 | kernel/chr_drv/tty_io.c | while (nr > 0 && ((c = get_tty_queue(tty->secondary)) >= 0)) { |
secondary | 352 | kernel/chr_drv/tty_io.c | tty->secondary->data--; |
secondary | 374 | kernel/chr_drv/tty_io.c | if (EMPTY(tty->secondary)) |
secondary | 375 | kernel/chr_drv/tty_io.c | interruptible_sleep_on(&tty->secondary->proc_list); |
secondary | 597 | kernel/chr_drv/tty_io.c | if (!EMPTY(tty->secondary)) |
secondary | 601 | kernel/chr_drv/tty_io.c | select_wait(&tty->secondary->proc_list, wait); |
secondary | 40 | kernel/chr_drv/tty_ioctl.c | if (tty->secondary) { |
secondary | 41 | kernel/chr_drv/tty_ioctl.c | flush(tty->secondary); |
secondary | 42 | kernel/chr_drv/tty_ioctl.c | tty->secondary->data = 0; |
secondary | 61 | kernel/chr_drv/tty_ioctl.c | if (tty->secondary) { |
secondary | 62 | kernel/chr_drv/tty_ioctl.c | flush(tty->secondary); |
secondary | 63 | kernel/chr_drv/tty_ioctl.c | tty->secondary->data = 0; |
secondary | 249 | kernel/chr_drv/tty_ioctl.c | if (!(tty->write_q && tty->read_q && tty->secondary && tty->write)) |
secondary | 337 | kernel/chr_drv/tty_ioctl.c | if (L_CANON(tty) && !tty->secondary->data) |
secondary | 340 | kernel/chr_drv/tty_ioctl.c | put_fs_long(CHARS(tty->secondary), |