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

/netbsd-current/sys/dev/wscons/
H A Dwsdisplay.c132 #define WSDISPLAY_MAXSCREEN 8 macro
145 struct wsscreen *sc_scr[WSDISPLAY_MAXSCREEN];
449 if (idx < 0 || idx >= WSDISPLAY_MAXSCREEN)
511 for (idx = 0; idx < WSDISPLAY_MAXSCREEN; idx++)
515 if (idx == WSDISPLAY_MAXSCREEN)
562 if (idx < 0 || idx >= WSDISPLAY_MAXSCREEN)
684 for (i = 0; i < WSDISPLAY_MAXSCREEN; i++)
1025 if (WSDISPLAYSCREEN(dev) >= WSDISPLAY_MAXSCREEN)
1454 for (i = 0; i < WSDISPLAY_MAXSCREEN; i++)
1913 if (no < 0 || no >= WSDISPLAY_MAXSCREEN)
[all...]

Completed in 155 milliseconds