| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xselinux_hooks.c | 119 subj = dixLookupPrivate(&client->devPrivates, subjectKey); in SELinuxLabelClient() 120 obj = dixLookupPrivate(&client->devPrivates, objectKey); in SELinuxLabelClient() 176 subj = dixLookupPrivate(&serverClient->devPrivates, subjectKey); in SELinuxLabelInitial() 177 obj = dixLookupPrivate(&serverClient->devPrivates, objectKey); in SELinuxLabelInitial() 228 SELinuxObjectRec *pobj = dixLookupPrivate(privatePtr, objectKey); in SELinuxLabelResource() 341 subj = dixLookupPrivate(&rec->client->devPrivates, subjectKey); in SELinuxDevice() 342 obj = dixLookupPrivate(&rec->dev->devPrivates, objectKey); in SELinuxDevice() 348 dsubj = dixLookupPrivate(&rec->dev->devPrivates, subjectKey); in SELinuxDevice() 379 subj = dixLookupPrivate(&rec->dev->devPrivates, subjectKey); in SELinuxSend() 381 subj = dixLookupPrivate(&rec->client->devPrivates, subjectKey); in SELinuxSend() [all …]
|
| H A D | security.c | 141 state = dixLookupPrivate(&serverClient->devPrivates, stateKey); in SecurityLabelInitial() 210 state = dixLookupPrivate(&clients[i]->devPrivates, stateKey); in SecurityDeleteAuthorization() 702 subj = dixLookupPrivate(&rec->client->devPrivates, stateKey); in SecurityDevice() 703 obj = dixLookupPrivate(&serverClient->devPrivates, stateKey); in SecurityDevice() 747 subj = dixLookupPrivate(&rec->client->devPrivates, stateKey); in SecurityResource() 774 obj = dixLookupPrivate(&clients[cid]->devPrivates, stateKey); in SecurityResource() 793 subj = dixLookupPrivate(&rec->client->devPrivates, stateKey); in SecurityExtension() 817 subj = dixLookupPrivate(&rec->client->devPrivates, stateKey); in SecurityServer() 818 obj = dixLookupPrivate(&serverClient->devPrivates, stateKey); in SecurityServer() 836 subj = dixLookupPrivate(&rec->client->devPrivates, stateKey); in SecurityClient() [all …]
|
| H A D | xselinux_ext.c | 133 ptr = dixLookupPrivate(privPtr, subjectKey); in ProcSELinuxSetCreateContext() 157 ptr = dixLookupPrivate(&serverClient->devPrivates, subjectKey); in ProcSELinuxGetCreateContext() 159 ptr = dixLookupPrivate(&client->devPrivates, subjectKey); in ProcSELinuxGetCreateContext() 194 subj = dixLookupPrivate(&dev->devPrivates, subjectKey); in ProcSELinuxSetDeviceContext() 196 obj = dixLookupPrivate(&dev->devPrivates, objectKey); in ProcSELinuxSetDeviceContext() 219 subj = dixLookupPrivate(&dev->devPrivates, subjectKey); in ProcSELinuxGetDeviceContext() 243 obj = dixLookupPrivate(privatePtr, objectKey); in ProcSELinuxGetDrawableContext() 267 obj = dixLookupPrivate(&pProp->devPrivates, privKey); in ProcSELinuxGetPropertyContext() 285 obj = dixLookupPrivate(&pSel->devPrivates, privKey); in ProcSELinuxGetSelectionContext() 303 subj = dixLookupPrivate(&target->devPrivates, subjectKey); in ProcSELinuxGetClientContext() [all …]
|
| H A D | geint.h | 49 #define GEGetClient(pClient) ((GEClientInfoPtr)(dixLookupPrivate(&((pClient)->devPrivates), GECl…
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/ |
| H A D | xf86CursorRD.c | 94 PointPriv = dixLookupPrivate(&pScreen->devPrivates, miPointerScreenKey); in xf86InitCursor() 124 (miPointerScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorCloseScreen() 127 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorCloseScreen() 160 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorQueryBestSize() 177 (xf86CursorScreenPtr) dixLookupPrivate(&pMap->pScreen->devPrivates, in xf86CursorInstallColormap() 190 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorRecolorCursor() 211 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorEnableDisableFBAccess() 245 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorSwitchMode() 272 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorRealizeCursor() 286 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorUnrealizeCursor() [all …]
|
| H A D | xf86HWCurs.c | 159 sPriv = dixLookupPrivate(&pSlave->devPrivates, xf86CursorScreenKey); in xf86CheckHWCursor() 182 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86ScreenSetCursor() 242 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86SetCursor() 280 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86SetTransparentCursor() 306 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86ScreenMoveCursor() 320 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86MoveCursor() 388 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86RecolorCursor()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | dristruct.h | 44 dixLookupPrivate(&(pWin)-> \ 49 dixLookupPrivate(&(pPix)-> \ 64 dixLookupPrivate(&(pScreen) \ 70 dixLookupPrivate(&screenInfo \
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86cmap.c | 63 ((CMapScreenPtr)dixLookupPrivate(&(pScreen)->devPrivates, CMapScreenKey))->field) 265 (CMapScreenPtr) dixLookupPrivate(&pmap->pScreen->devPrivates, in CMapAllocateColormapPrivate() 308 (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, CMapScreenKey); in CMapCreateColormap() 326 (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, CMapScreenKey); in CMapDestroyColormap() 328 (CMapColormapPtr) dixLookupPrivate(&cmap->devPrivates, CMapColormapKey); in CMapDestroyColormap() 363 (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, CMapScreenKey); in CMapStoreColors() 379 (CMapColormapPtr) dixLookupPrivate(&pmap->devPrivates, in CMapStoreColors() 441 (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, CMapScreenKey); in CMapInstallColormap() 472 (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, CMapScreenKey); in CMapEnterVT() 491 (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, CMapScreenKey); in CMapSwitchMode() [all …]
|
| H A D | xf86fbman.c | 68 if (!dixLookupPrivate(&pScreen->devPrivates, xf86FBManagerKey)) in xf86FBManagerRunning() 83 if (!(funcs = (FBManagerFuncsPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86RegisterFreeBoxCallback() 102 if (!(funcs = (FBManagerFuncsPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86AllocateOffscreenArea() 122 if (!(funcs = (FBManagerFuncsPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86AllocateOffscreenLinear() 142 (FBManagerFuncsPtr) dixLookupPrivate(&area->pScreen->devPrivates, in xf86FreeOffscreenArea() 163 (FBManagerFuncsPtr) dixLookupPrivate(&linear->pScreen->devPrivates, in xf86FreeOffscreenLinear() 184 (FBManagerFuncsPtr) dixLookupPrivate(&resize->pScreen->devPrivates, in xf86ResizeOffscreenArea() 203 (FBManagerFuncsPtr) dixLookupPrivate(&resize->pScreen->devPrivates, in xf86ResizeOffscreenLinear() 222 if (!(funcs = (FBManagerFuncsPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86QueryLargestOffscreenArea() 240 if (!(funcs = (FBManagerFuncsPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86QueryLargestOffscreenLinear() [all …]
|
| H A D | xf86VGAarbiterPriv.h | 52 #define SCREEN_PRIV() ((VGAarbiterScreenPtr) dixLookupPrivate(&(pScreen)->devPrivates, VGAarbiter… 67 ((VGAarbiterScreenPtr)dixLookupPrivate(&(pScreen)->devPrivates, \ 80 PointPriv = dixLookupPrivate(&pScreen->devPrivates, \ 82 pScreenPriv = dixLookupPrivate(&(pScreen)->devPrivates, \ 102 (VGAarbiterGCPtr)dixLookupPrivate(&(x)->devPrivates, VGAarbiterGCKey);\
|
| H A D | xf86VGAarbiter.c | 177 PointPriv = dixLookupPrivate(&pScreen->devPrivates, miPointerScreenKey); in xf86VGAarbiterWrapFunctions() 229 (VGAarbiterScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in VGAarbiterCloseScreen() 232 (miPointerScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in VGAarbiterCloseScreen() 467 (VGAarbiterScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in VGAarbiterAdjustFrame() 481 (VGAarbiterScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in VGAarbiterSwitchMode() 496 (VGAarbiterScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in VGAarbiterEnterVT() 513 (VGAarbiterScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in VGAarbiterLeaveVT() 529 (VGAarbiterScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in VGAarbiterFreeScreen() 542 (VGAarbiterGCPtr) dixLookupPrivate(&pGC->devPrivates, VGAarbiterGCKey); in VGAarbiterCreateGC()
|
| H A D | xf86xvmc.c | 58 dixLookupPrivate(&(pScreen)->devPrivates, XF86XvMCScreenKey) 151 XvScreenPtr pxvs = (XvScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86XvMCScreenInit()
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damagestr.h | 84 dixLookupPrivate(&(pScr)->devPrivates, damageScrPrivateKey)) 90 dixLookupPrivate(&(pPix)->devPrivates, damagePixPrivateKey) 99 dixLookupPrivate(&(pGC)->devPrivates, damageGCPrivateKey) 105 ((DamagePtr)dixLookupPrivate(&(pWin)->devPrivates, damageWinPrivateKey))
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/dri/ |
| H A D | dristruct.h | 41 dixLookupPrivate(&(pWin)->devPrivates, DRIWindowPrivKey)) 43 dixLookupPrivate(&(pPix)->devPrivates, DRIWindowPrivKey)) 63 dixLookupPrivate(&(pScreen)->devPrivates, DRIScreenPrivKey) : NULL)) 66 dixLookupPrivate(&screenInfo.screens[screenIndex]->devPrivates, \
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | midispcur.c | 89 #define miGetDCScreen(s) ((miDCScreenPtr)(dixLookupPrivate(&(s)->devPrivates, miDCScreenKey))) 120 miDCScreenPtr pScreenPriv = dixLookupPrivate(&pScreen->devPrivates, miDCScreenKey); in miDCSwitchScreenCursor() 142 pScreenPriv = (miDCScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in miDCCloseScreen() 180 miDCScreenPtr pScreenPriv = dixLookupPrivate(&pScreen->devPrivates, miDCScreenKey); in miDCRealize() 279 miDCScreenPtr pScreenPriv = dixLookupPrivate(&pScreen->devPrivates, miDCScreenKey); in miDCUnrealizeCursor() 294 miDCScreenPtr pScreenPriv = dixLookupPrivate(&pDrawable->pScreen->devPrivates, miDCScreenKey); in miDCPutBits() 354 miDCScreenPtr pScreenPriv = dixLookupPrivate(&pScreen->devPrivates, miDCScreenKey); in miDCPutUpCursor()
|
| H A D | mipointer.c | 83 dixLookupPrivate(&(s)->devPrivates, miPointerScreenKey)) 90 (miPointerPtr)dixLookupPrivate(&(dev)->devPrivates, miPointerPrivKey): \ 91 … (miPointerPtr)dixLookupPrivate(&(GetMaster(dev, MASTER_POINTER))->devPrivates, miPointerPrivKey)) 359 free(dixLookupPrivate(&pDev->devPrivates, miPointerPrivKey)); in miPointerDeviceCleanup()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor-xv.c | 247 xwlXvScreen = dixLookupPrivate(&(pa->pScreen)->devPrivates, in xwl_glamor_xv_add_ports() 332 XvScreen = dixLookupPrivate(&(pScreen)->devPrivates, XvScreenKey); in xwl_glamor_xv_add_adaptors() 360 xwlXvScreen = dixLookupPrivate(&(pa->pScreen)->devPrivates, in xwl_glamor_xv_add_adaptors() 378 xwlXvScreen = dixLookupPrivate(&(pScreen)->devPrivates, in xwl_glamor_xv_close_screen() 401 xwlXvScreen = dixLookupPrivate(&(pScreen)->devPrivates, in xwl_glamor_xv_init()
|
| /OK3568_Linux_fs/external/xserver/dbe/ |
| H A D | dbestruct.h | 57 dixLookupPrivate(&(pScreen)->devPrivates, dbeScreenPrivKey)) 75 dixLookupPrivate(&(pWin)->devPrivates, dbeWindowPrivKey))
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | win.h | 603 dixLookupPrivate(&(pScreen)->devPrivates, g_iScreenPrivateKey)) 616 dixLookupPrivate(&(pCmap)->devPrivates, g_iCmapPrivateKey)) 629 dixLookupPrivate(&(pGC)->devPrivates, g_iGCPrivateKey)) 642 dixLookupPrivate(&(pPixmap)->devPrivates, g_iPixmapPrivateKey)) 645 dixLookupPrivate(&(pPixmap)->devPrivates, g_iPixmapPrivateKey, v) 655 dixLookupPrivate(&(pWin)->devPrivates, g_iWindowPrivateKey)) 658 dixLookupPrivate(&(pWin)->devPrivates, g_iWindowPrivateKey, v)
|
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compint.h | 189 dixLookupPrivate(&(s)->devPrivates, CompScreenPrivateKey)) 191 dixLookupPrivate(&(w)->devPrivates, CompWindowPrivateKey)) 193 dixLookupPrivate(&(w)->devPrivates, CompSubwindowsPrivateKey))
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/exa/ |
| H A D | examodule.c | 77 dixLookupPrivate(&pScreen->devPrivates, exaXorgScreenPrivateKey); in exaXorgCloseScreen() 94 dixLookupPrivate(&pScreen->devPrivates, exaXorgScreenPrivateKey); in exaXorgEnableDisableFBAccess()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Cursor.c | 159 dixLookupPrivate(&pScreen->devPrivates, xnestCursorScreenKey); in xnestDeviceCursorInitialize() 170 dixLookupPrivate(&pScreen->devPrivates, xnestCursorScreenKey); in xnestDeviceCursorCleanup()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | privates.h | 161 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) in dixLookupPrivate() function 215 return dixLookupPrivate(privates, _dixGetScreenPrivateKey(key, pScreen)); in dixLookupScreenPrivate()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessCommon.h | 142 dixLookupPrivate(&(pScreen)->devPrivates, rootlessScreenPrivateKey)) 148 dixLookupPrivate(&(pWin)->devPrivates, rootlessWindowPrivateKey))
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | vndext.c | 61 return dixLookupPrivate(&pScreen->devPrivates, &glvXGLVScreenPrivKey); in xglvGetScreenPrivate() 128 return dixLookupPrivate(&pClient->devPrivates, &glvXGLVClientPrivKey); in xglvGetClientPrivate()
|