Lines Matching refs:devPrivates
118 PrivateRec **privPtr = &client->devPrivates; 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()
239 privatePtr = &((PixmapPtr) pDraw)->devPrivates; in ProcSELinuxGetDrawableContext()
241 privatePtr = &((WindowPtr) pDraw)->devPrivates; 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()
430 rc = SELinuxPopulateItem(items + i, &pProp->devPrivates, id, &size); in ProcSELinuxListProperties()
464 rc = SELinuxPopulateItem(items + i, &pSel->devPrivates, id, &size); in ProcSELinuxListSelections()