Searched refs:objectKey (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xselinux_hooks.c | 120 obj = dixLookupPrivate(&client->devPrivates, objectKey); in SELinuxLabelClient() 177 obj = dixLookupPrivate(&serverClient->devPrivates, objectKey); in SELinuxLabelInitial() 228 SELinuxObjectRec *pobj = dixLookupPrivate(privatePtr, objectKey); in SELinuxLabelResource() 342 obj = dixLookupPrivate(&rec->dev->devPrivates, objectKey); in SELinuxDevice() 383 obj = dixLookupPrivate(&rec->pWin->devPrivates, objectKey); in SELinuxSend() 421 obj = dixLookupPrivate(&rec->pWin->devPrivates, objectKey); in SELinuxReceive() 458 obj = dixLookupPrivate(&rec->ext->devPrivates, objectKey); in SELinuxExtension() 503 obj = dixLookupPrivate(&pSel->devPrivates, objectKey); in SELinuxSelection() 522 obj = dixLookupPrivate(&pSel->devPrivates, objectKey); in SELinuxSelection() 566 obj = dixLookupPrivate(&pProp->devPrivates, objectKey); in SELinuxProperty() [all …]
|
| H A D | xselinux_ext.c | 196 obj = dixLookupPrivate(&dev->devPrivates, objectKey); in ProcSELinuxSetDeviceContext() 243 obj = dixLookupPrivate(privatePtr, objectKey); in ProcSELinuxGetDrawableContext() 311 SELinuxObjectRec *obj = dixLookupPrivate(privPtr, objectKey); in SELinuxPopulateItem() 505 return ProcSELinuxGetPropertyContext(client, objectKey); in ProcSELinuxDispatch() 519 return ProcSELinuxGetSelectionContext(client, objectKey); in ProcSELinuxDispatch() 652 return SProcSELinuxGetPropertyContext(client, objectKey); in SProcSELinuxDispatch() 666 return SProcSELinuxGetSelectionContext(client, objectKey); in SProcSELinuxDispatch()
|
| H A D | xselinuxint.h | 70 #define objectKey (&objectKeyRec) macro
|