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

/xsrc/external/mit/libXxf86vm/dist/src/
H A DXF86VMode.c891 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 Dxf86vmproto.h406 CARD8 modelLength; member in struct:__anon0884d2900808
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/extmod/
H A Dxf86vmode.c1192 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 Dvidmode.c1190 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 8 milliseconds