Lines Matching refs:index
175 struct goldfish_tty *qtty = &goldfish_ttys[tty->index];
192 goldfish_tty_do_write(tty->index, buf, count);
203 struct goldfish_tty *qtty = &goldfish_ttys[tty->index];
211 goldfish_tty_do_write(co->index, b, count);
215 int *index)
217 *index = c->index;
223 if ((unsigned)co->index >= goldfish_tty_line_count)
225 if (!goldfish_ttys[co->index].base)
400 qtty->console.index = line;
428 tty_unregister_device(goldfish_tty_driver, qtty->console.index);