Lines Matching refs:dixLookupPrivate
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()
311 SELinuxObjectRec *obj = dixLookupPrivate(privPtr, objectKey); in SELinuxPopulateItem()
312 SELinuxObjectRec *data = dixLookupPrivate(privPtr, dataKey); in SELinuxPopulateItem()