Home
last modified time | relevance | path

Searched refs:objectKey (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_hooks.c120 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 Dxselinux_ext.c196 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 Dxselinuxint.h70 #define objectKey (&objectKeyRec) macro