Searched refs:MAXSCREENS (Results 1 - 25 of 58) sorted by relevance

123

/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DScreen.h18 extern Window xnestDefaultWindows[MAXSCREENS];
19 extern Window xnestScreenSaverWindows[MAXSCREENS];
H A DArgs.c155 if (xnestNumScreens > MAXSCREENS) {
156 ErrorF("Maximum number of screens is %d.\n", MAXSCREENS);
157 xnestNumScreens = MAXSCREENS;
H A DScreen.c46 Window xnestDefaultWindows[MAXSCREENS];
47 Window xnestScreenSaverWindows[MAXSCREENS];
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DScreen.h18 extern Window xnestDefaultWindows[MAXSCREENS];
19 extern Window xnestScreenSaverWindows[MAXSCREENS];
H A DArgs.c156 if (xnestNumScreens > MAXSCREENS) {
157 ErrorF("Maximum number of screens is %d.\n", MAXSCREENS);
158 xnestNumScreens = MAXSCREENS;
H A DScreen.c45 Window xnestDefaultWindows[MAXSCREENS];
46 Window xnestScreenSaverWindows[MAXSCREENS];
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmx.h328 /* Define the MAXSCREENSALLOC/FREE macros, when MAXSCREENS patch has not
330 #ifdef MAXSCREENS
358 #define MAXSCREENSALLOC(o) _MAXSCREENSALLOCF(o,MAXSCREENS, 0)
359 #define MAXSCREENSALLOC_FATAL(o) _MAXSCREENSALLOCF(o,MAXSCREENS, 1)
360 #define MAXSCREENSALLOC_RETURN(o,r) _MAXSCREENSALLOCR(o,MAXSCREENS, (r))
361 #define MAXSCREENSALLOCPLUSONE(o) _MAXSCREENSALLOCF(o,MAXSCREENS+1,0)
362 #define MAXSCREENSALLOCPLUSONE_FATAL(o) _MAXSCREENSALLOCF(o,MAXSCREENS+1,1)
363 #define MAXSCREENSCALLOC(o,m) _MAXSCREENSALLOCF(o,MAXSCREENS*(m),0)
364 #define MAXSCREENSCALLOC_FATAL(o,m) _MAXSCREENSALLOCF(o,MAXSCREENS*(m),1)
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunInit.c201 #if (MAXSCREENS == 4)
208 #if (MAXSCREENS == 4)
214 #if (MAXSCREENS == 4)
220 #if (MAXSCREENS == 4)
238 fbFd sunFbs[MAXSCREENS];
384 deviceList = malloc ((MAXSCREENS + 1) * sizeof (char *));
386 for (_i1 = 0; _i1 < MAXSCREENS; _i1++) {
394 deviceList[MAXSCREENS] = NULL;
421 int maxfds = MAXCLIENTS + MAXSCREENS + 5;
576 for (scr = 0; scr < MAXSCREENS; sc
[all...]
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dcursor.h66 extern _X_EXPORT DevPrivateKeyRec cursorScreenDevPriv[MAXSCREENS];
H A Dmisc.h83 #ifndef MAXSCREENS
84 #define MAXSCREENS 16 macro
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiX.h54 PanoramiXInfo info[MAXSCREENS];
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiX.h53 PanoramiXInfo info[MAXSCREENS];
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunInit.c212 #if (MAXSCREENS == 4)
219 #if (MAXSCREENS == 4)
225 #if (MAXSCREENS == 4)
231 #if (MAXSCREENS == 4)
249 fbFd sunFbs[MAXSCREENS];
417 deviceList = (char **) xalloc ((MAXSCREENS + 1) * sizeof (char *));
419 for (_i1 = 0; _i1 < MAXSCREENS; _i1++) {
427 deviceList[MAXSCREENS] = NULL;
502 int maxfds = MAXCLIENTS + MAXSCREENS + 5;
624 for (scr = 0; scr < MAXSCREENS; sc
[all...]
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_dga.c271 static int OldDisplayWidth[MAXSCREENS];
272 static int OldBitsPerPixel[MAXSCREENS];
273 static int OldDepth[MAXSCREENS];
274 static DisplayModePtr OldMode[MAXSCREENS];
/xsrc/external/mit/xorg-server/dist/include/
H A Dmisc.h84 #ifndef MAXSCREENS
85 #define MAXSCREENS 16 macro
/xsrc/external/mit/xorg-server/dist/test/
H A Dmisc.c72 ScreenRec screens[MAXSCREENS];
74 for (i = 0; i < MAXSCREENS; i++)
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Ddmxconfig.c454 * sets MAXSCREENS to that value. This is difficult since the number
466 #ifndef MAXSCREENS
470 #ifndef MAXSCREENS
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Darm_video.c536 static Bool ScreenEnabled[MAXSCREENS];
651 for (i = 0; i < MAXSCREENS; i++)
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_dga.c238 static int OldDisplayWidth[MAXSCREENS];
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_dga.c114 static DisplayModePtr OldModes[MAXSCREENS];
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_dga.c176 static int OldDisplayWidth[MAXSCREENS];
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_dga.c161 static int OldDisplayWidth[MAXSCREENS];
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_dga.c170 static int OldDisplayWidth[MAXSCREENS];
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128dga.c149 static int OldDisplayWidth[MAXSCREENS];
/xsrc/external/mit/xf86-video-i740/dist/src/
H A Di740_dga.c145 static DisplayModePtr I740SavedDGAModes[MAXSCREENS];

Completed in 21 milliseconds

123