Searched refs:privatePtr (Results 1 – 2 of 2) sorted by relevance
227 PrivateRec **privatePtr = DEVPRIV_AT(rec->parent, offset); in SELinuxLabelResource() local228 SELinuxObjectRec *pobj = dixLookupPrivate(privatePtr, objectKey); in SELinuxLabelResource()621 PrivateRec **privatePtr; in SELinuxResource() local632 privatePtr = &clients[CLIENT_ID(rec->id)]->devPrivates; in SELinuxResource()633 obj = dixLookupPrivate(privatePtr, objectKey); in SELinuxResource()638 privatePtr = DEVPRIV_AT(rec->res, offset); in SELinuxResource()639 obj = dixLookupPrivate(privatePtr, objectKey); in SELinuxResource()
227 PrivateRec **privatePtr; in ProcSELinuxGetDrawableContext() local239 privatePtr = &((PixmapPtr) pDraw)->devPrivates; in ProcSELinuxGetDrawableContext()241 privatePtr = &((WindowPtr) pDraw)->devPrivates; in ProcSELinuxGetDrawableContext()243 obj = dixLookupPrivate(privatePtr, objectKey); in ProcSELinuxGetDrawableContext()