Searched refs:vts (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dstdio_console.c83 static struct line vts[MAX_TTYS] = { LINE_INIT(CONFIG_CON_ZERO_CHAN, &driver), variable in typeref:struct:line
89 return line_config(vts, ARRAY_SIZE(vts), str, &opts, error_out);
94 return line_get_config(dev, vts, ARRAY_SIZE(vts), str, size, error_out);
99 return line_remove(vts, ARRAY_SIZE(vts), n, error_out);
104 return line_open(vts, tty);
128 struct line *line = &vts[console->index];
144 struct line *line = &vts[c
[all...]

Completed in 38 milliseconds