vtermnos 143 drivers/tty/hvc/hvc_console.c static uint32_t vtermnos[MAX_NR_HVC_CONSOLES] = vtermnos 163 drivers/tty/hvc/hvc_console.c if (vtermnos[index] == -1) vtermnos 177 drivers/tty/hvc/hvc_console.c r = cons_ops[index]->put_chars(vtermnos[index], c, i); vtermnos 185 drivers/tty/hvc/hvc_console.c vtermnos[index]); vtermnos 194 drivers/tty/hvc/hvc_console.c hvc_console_flush(cons_ops[index], vtermnos[index]); vtermnos 199 drivers/tty/hvc/hvc_console.c if (vtermnos[c->index] == -1) vtermnos 211 drivers/tty/hvc/hvc_console.c if (vtermnos[co->index] == -1) vtermnos 292 drivers/tty/hvc/hvc_console.c if (vtermnos[index] != -1) vtermnos 302 drivers/tty/hvc/hvc_console.c vtermnos[index] = vtermno; vtermnos 948 drivers/tty/hvc/hvc_console.c if (vtermnos[i] == hp->vtermno && vtermnos 955 drivers/tty/hvc/hvc_console.c for (i = 0; i < MAX_NR_HVC_CONSOLES && vtermnos[i] != -1; i++) { vtermnos 966 drivers/tty/hvc/hvc_console.c vtermnos[i] = vtermno; vtermnos 989 drivers/tty/hvc/hvc_console.c vtermnos[hp->index] = -1;