Searched refs:DixGetAttrAccess (Results 1 - 25 of 129) sorted by relevance

123456

/xsrc/external/mit/xorg-server/dist/include/
H A Ddixaccess.h28 #define DixGetAttrAccess (1<<4) /* get object attributes */ macro
/xsrc/external/mit/xorg-server.old/dist/include/
H A Ddixaccess.h28 #define DixGetAttrAccess (1<<4) /* get object attributes */ macro
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dungrdev.c99 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixGetAttrAccess);
H A Dallowev.c100 rc = dixLookupDevice(&thisdev, stuff->deviceid, client, DixGetAttrAccess);
H A Dgetbmap.c103 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixGetAttrAccess);
H A Dgetmmap.c98 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixGetAttrAccess);
H A Dxiallowev.c69 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixGetAttrAccess);
H A Dxigetclientpointer.c72 DixGetAttrAccess);
H A Dgetkmap.c102 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixGetAttrAccess);
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dungrdev.c97 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixGetAttrAccess);
H A Dallowev.c98 rc = dixLookupDevice(&thisdev, stuff->deviceid, client, DixGetAttrAccess);
H A Dgetbmap.c103 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixGetAttrAccess);
H A Dgetmmap.c96 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixGetAttrAccess);
H A Dxigetclientpointer.c71 rc = dixLookupClient(&winclient, stuff->win, client, DixGetAttrAccess);
H A Dxiwarppointer.c105 rc = dixLookupWindow(&dest, stuff->dst_win, client, DixGetAttrAccess);
125 rc = dixLookupWindow(&src, stuff->src_win, client, DixGetAttrAccess);
H A Dgetkmap.c100 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixGetAttrAccess);
/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_notify.c84 status = dixLookupWindow(&notifies[i].window, x_notifies[i].window, client, DixGetAttrAccess);
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Ddri_helpers.c85 int rc = dixLookupDrawable(&pDraw, drawId, client, 0, DixGetAttrAccess);
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxselinuxint.h147 "getattr", /* DixGetAttrAccess */
175 "getattr", /* DixGetAttrAccess */
195 "getattr", /* DixGetAttrAccess */
222 "getattr", /* DixGetAttrAccess */
249 "getattr", /* DixGetAttrAccess */
276 "getattr", /* DixGetAttrAccess */
295 "getattr", /* DixGetAttrAccess */
303 "getattr", /* DixGetAttrAccess */
330 "getattr", /* DixGetAttrAccess */
358 "getattr", /* DixGetAttrAccess */
[all...]
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxselinuxint.h150 "getattr", /* DixGetAttrAccess */
178 "getattr", /* DixGetAttrAccess */
198 "getattr", /* DixGetAttrAccess */
225 "getattr", /* DixGetAttrAccess */
252 "getattr", /* DixGetAttrAccess */
279 "getattr", /* DixGetAttrAccess */
298 "getattr", /* DixGetAttrAccess */
306 "getattr", /* DixGetAttrAccess */
333 "getattr", /* DixGetAttrAccess */
361 "getattr", /* DixGetAttrAccess */
[all...]
/xsrc/external/mit/xorg-server.old/dist/xfixes/
H A Dselect.c138 rc = XaceHook(XACE_SELECTION_ACCESS, pClient, selection, DixGetAttrAccess);
177 DixGetAttrAccess);
208 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
/xsrc/external/mit/xorg-server/dist/xfixes/
H A Dselect.c127 rc = XaceHook(XACE_SELECTION_ACCESS, pClient, selection, DixGetAttrAccess);
160 DixGetAttrAccess);
189 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmwarexinerama.c55 #ifndef DixGetAttrAccess
56 #define DixGetAttrAccess (1<<4) macro
142 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
197 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
254 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
/xsrc/external/mit/xorg-server/dist/dri3/
H A Ddri3_request.c134 status = dixLookupDrawable(&drawable, stuff->drawable, client, 0, DixGetAttrAccess);
172 rc = dixLookupDrawable(&drawable, stuff->drawable, client, M_ANY, DixGetAttrAccess);
291 status = dixLookupDrawable(&drawable, stuff->drawable, client, M_ANY, DixGetAttrAccess);
322 status = dixLookupDrawable(&drawable, stuff->drawable, client, M_ANY, DixGetAttrAccess);
364 status = dixLookupWindow(&window, stuff->window, client, DixGetAttrAccess);
415 rc = dixLookupWindow(&window, stuff->window, client, DixGetAttrAccess);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DpseudoramiX.c191 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
220 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
249 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);

Completed in 17 milliseconds

123456