Home
last modified time | relevance | path

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

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