Searched refs:modelLength (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libXxf86vm/dist/src/ |
| H A D | XF86VMode.c | 891 if (result && rep.modelLength) { 892 monitor->model = Xcalloc(rep.modelLength + 1, 1); 930 if (rep.modelLength) 931 _XReadPad(dpy, monitor->model, rep.modelLength);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | xf86vmproto.h | 406 CARD8 modelLength; member in struct:__anon0884d2900808
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/extmod/ |
| H A D | xf86vmode.c | 1192 rep.modelLength = strlen((char *)(VidModeGetMonitorValue(monitor, 1195 rep.modelLength = 0; 1199 pad_to_int32(rep.modelLength)); 1240 if (rep.modelLength) 1241 WriteToClient(client, rep.modelLength, (char *)(VidModeGetMonitorValue(monitor, VIDMODE_MON_MODEL, 0)).ptr);
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | vidmode.c | 1190 rep.modelLength = strlen((char *) (pVidMode->GetMonitorValue(pScreen, 1194 rep.modelLength = 0; 1200 pad_to_int32(rep.modelLength)); 1242 if (rep.modelLength) 1243 WriteToClient(client, rep.modelLength,
|
Completed in 11 milliseconds