Lines Matching defs:index
174 struct goldfish_tty *qtty = &goldfish_ttys[tty->index];
191 goldfish_tty_do_write(tty->index, buf, count);
202 struct goldfish_tty *qtty = &goldfish_ttys[tty->index];
210 goldfish_tty_do_write(co->index, b, count);
214 int *index)
216 *index = c->index;
222 if ((unsigned)co->index >= goldfish_tty_line_count)
224 if (!goldfish_ttys[co->index].base)
397 qtty->console.index = line;
425 tty_unregister_device(goldfish_tty_driver, qtty->console.index);