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

/xsrc/external/mit/xorg-server/dist/dix/
H A Dswapreq.c124 return (*ProcVector[stuff->reqType]) (client);
137 return (*ProcVector[stuff->reqType]) (client);
157 return ((*ProcVector[X_CreateWindow]) (client));
169 return ((*ProcVector[X_ChangeWindowAttributes]) (client));
182 return ((*ProcVector[X_ReparentWindow]) (client));
194 return ((*ProcVector[X_ConfigureWindow]) (client));
205 return ((*ProcVector[X_InternAtom]) (client));
228 return ((*ProcVector[X_ChangeProperty]) (client));
239 return ((*ProcVector[X_DeleteProperty]) (client));
254 return ((*ProcVector[X_GetPropert
[all...]
H A Dextension.c118 ProcVector[i + EXTENSION_BASE] = MainProc;
H A Dtables.c67 int (*ProcVector[256]) (ClientPtr /* client */) = { variable in typeref:typename:int (* [256])(ClientPtr)
H A Ddispatch.c3720 client->requestVector = client->swapped ? SwappedProcVector : ProcVector;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dswapreq.c132 return(*ProcVector[stuff->reqType])(client);
147 return(*ProcVector[stuff->reqType])(client);
169 return((* ProcVector[X_CreateWindow])(client));
183 return((* ProcVector[X_ChangeWindowAttributes])(client));
197 return((* ProcVector[X_ReparentWindow])(client));
210 return((* ProcVector[X_ConfigureWindow])(client));
223 return((* ProcVector[X_InternAtom])(client));
247 return((* ProcVector[X_ChangeProperty])(client));
259 return((* ProcVector[X_DeleteProperty])(client));
275 return((* ProcVector[X_GetPropert
[all...]
H A Dextension.c125 ProcVector[i + EXTENSION_BASE] = MainProc;
H A Dtables.c71 int (* ProcVector[256]) ( variable in typeref:typename:int (* [256])(ClientPtr)
H A Ddispatch.c3616 client->requestVector = client->swapped ? SwappedProcVector : ProcVector;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A DInitInput.c116 && ProcVector[X_QueryTree] != winProcQueryTree)
118 winProcQueryTreeOrig = ProcVector[X_QueryTree];
119 ProcVector[X_QueryTree] = winProcQueryTree;
H A Dwinclipboardinit.c67 if (ProcVector[X_SetSelectionOwner] != winProcSetSelectionOwner)
69 winProcSetSelectionOwnerOrig = ProcVector[X_SetSelectionOwner];
70 ProcVector[X_SetSelectionOwner] = winProcSetSelectionOwner;
H A Dwinclipboardwrappers.c99 ProcVector[X_QueryTree] = winProcQueryTreeOrig;
/xsrc/external/mit/xfs/dist/difs/
H A Dswapreq.c131 return ((*ProcVector[stuff->reqType]) (client));
143 return ((*ProcVector[stuff->reqType]) (client));
230 return ((*ProcVector[stuff->reqType]) (client));
244 return ((*ProcVector[stuff->reqType]) (client));
253 return ((*ProcVector[FS_QueryExtension]) (client));
263 return ((*ProcVector[FS_ListCatalogues]) (client));
273 return ((*ProcVector[FS_ListFonts]) (client));
283 return ((*ProcVector[FS_ListFontsWithXInfo]) (client));
294 return ((*ProcVector[FS_OpenBitmapFont]) (client));
305 return ((*ProcVector[stuf
[all...]
H A Dtables.c68 ProcFunc ProcVector[NUM_PROC_VECTORS] = variable in typeref:typename:ProcFunc[]
H A Ddispatch.c376 client->requestVector = client->swapped ? SwappedProcVector : ProcVector;
1076 if (!ProcVector[i]) {
1077 ProcVector[i] = SwappedProcVector[i] = ProcBadRequest;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiX.c531 * Put our processes into the ProcVector
535 SavedProcVector[i] = ProcVector[i];
537 ProcVector[X_CreateWindow] = PanoramiXCreateWindow;
538 ProcVector[X_ChangeWindowAttributes] = PanoramiXChangeWindowAttributes;
539 ProcVector[X_DestroyWindow] = PanoramiXDestroyWindow;
540 ProcVector[X_DestroySubwindows] = PanoramiXDestroySubwindows;
541 ProcVector[X_ChangeSaveSet] = PanoramiXChangeSaveSet;
542 ProcVector[X_ReparentWindow] = PanoramiXReparentWindow;
543 ProcVector[X_MapWindow] = PanoramiXMapWindow;
544 ProcVector[X_MapSubwindow
[all...]
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiX.c526 * Put our processes into the ProcVector
530 SavedProcVector[i] = ProcVector[i];
532 ProcVector[X_CreateWindow] = PanoramiXCreateWindow;
533 ProcVector[X_ChangeWindowAttributes] = PanoramiXChangeWindowAttributes;
534 ProcVector[X_DestroyWindow] = PanoramiXDestroyWindow;
535 ProcVector[X_DestroySubwindows] = PanoramiXDestroySubwindows;
536 ProcVector[X_ChangeSaveSet] = PanoramiXChangeSaveSet;
537 ProcVector[X_ReparentWindow] = PanoramiXReparentWindow;
538 ProcVector[X_MapWindow] = PanoramiXMapWindow;
539 ProcVector[X_MapSubwindow
[all...]
/xsrc/external/mit/xfs/dist/include/
H A Dclient.h110 extern int (*ProcVector[]) (ClientPtr);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxfont.c219 * pointers, DMX also hooks in at the ProcVector[] level. Here the old
220 * ProcVector function pointers are saved and the new ProcVector
227 dmxSaveProcVector[i] = ProcVector[i];
229 ProcVector[X_SetFontPath] = dmxProcSetFontPath;
232 /** Reset font support by restoring the original ProcVector function
239 ProcVector[i] = dmxSaveProcVector[i];
/xsrc/external/mit/xorg-server.old/dist/include/
H A Ddixstruct.h182 extern _X_EXPORT int (* ProcVector[256]) (ClientPtr /*client*/);
/xsrc/external/mit/xorg-server/dist/include/
H A Ddixstruct.h221 extern _X_EXPORT int (*ProcVector[256]) (ClientPtr /*client */ );
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_kms.c191 if (ProcVector[X_ChangeProperty] == amdgpu_change_property)
192 ProcVector[X_ChangeProperty] = saved_change_property;
196 if (ProcVector[X_DeleteProperty] == amdgpu_delete_property)
197 ProcVector[X_DeleteProperty] = saved_delete_property;
2195 saved_change_property = ProcVector[X_ChangeProperty];
2196 ProcVector[X_ChangeProperty] = amdgpu_change_property;
2197 saved_delete_property = ProcVector[X_DeleteProperty];
2198 ProcVector[X_DeleteProperty] = amdgpu_delete_property;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddriver.c857 if (ProcVector[X_ChangeProperty] == ms_change_property)
858 ProcVector[X_ChangeProperty] = saved_change_property;
862 if (ProcVector[X_DeleteProperty] == ms_delete_property)
863 ProcVector[X_DeleteProperty] = saved_delete_property;
2031 saved_change_property = ProcVector[X_ChangeProperty];
2032 ProcVector[X_ChangeProperty] = ms_change_property;
2033 saved_delete_property = ProcVector[X_DeleteProperty];
2034 ProcVector[X_DeleteProperty] = ms_delete_property;

Completed in 42 milliseconds