Home
last modified time | relevance | path

Searched refs:MAX_TTYS (Results 1 – 1 of 1) sorted by relevance

/arch/um/drivers/
Dstdio_console.c28 #define MAX_TTYS (16) macro
73 static char *vt_conf[MAX_TTYS];
75 static struct line vts[MAX_TTYS];
167 for (i = 0; i < MAX_TTYS; i++) { in stdio_init()
195 line_setup(vt_conf, MAX_TTYS, &def_conf, str, "console"); in console_chan_setup()