Home
last modified time | relevance | path

Searched refs:privatePtr (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_hooks.c227 PrivateRec **privatePtr = DEVPRIV_AT(rec->parent, offset); in SELinuxLabelResource() local
228 SELinuxObjectRec *pobj = dixLookupPrivate(privatePtr, objectKey); in SELinuxLabelResource()
621 PrivateRec **privatePtr; in SELinuxResource() local
632 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()
H A Dxselinux_ext.c227 PrivateRec **privatePtr; in ProcSELinuxGetDrawableContext() local
239 privatePtr = &((PixmapPtr) pDraw)->devPrivates; in ProcSELinuxGetDrawableContext()
241 privatePtr = &((WindowPtr) pDraw)->devPrivates; in ProcSELinuxGetDrawableContext()
243 obj = dixLookupPrivate(privatePtr, objectKey); in ProcSELinuxGetDrawableContext()