Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_hooks.c119 subj = dixLookupPrivate(&client->devPrivates, subjectKey); in SELinuxLabelClient()
176 subj = dixLookupPrivate(&serverClient->devPrivates, subjectKey); in SELinuxLabelInitial()
341 subj = dixLookupPrivate(&rec->client->devPrivates, subjectKey); in SELinuxDevice()
348 dsubj = dixLookupPrivate(&rec->dev->devPrivates, subjectKey); in SELinuxDevice()
379 subj = dixLookupPrivate(&rec->dev->devPrivates, subjectKey); in SELinuxSend()
381 subj = dixLookupPrivate(&rec->client->devPrivates, subjectKey); in SELinuxSend()
420 subj = dixLookupPrivate(&rec->client->devPrivates, subjectKey); in SELinuxReceive()
457 subj = dixLookupPrivate(&rec->client->devPrivates, subjectKey); in SELinuxExtension()
465 serv = dixLookupPrivate(&serverClient->devPrivates, subjectKey); in SELinuxExtension()
502 subj = dixLookupPrivate(&rec->client->devPrivates, subjectKey); in SELinuxSelection()
[all …]
H A Dxselinux_ext.c133 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()
219 subj = dixLookupPrivate(&dev->devPrivates, subjectKey); in ProcSELinuxGetDeviceContext()
303 subj = dixLookupPrivate(&target->devPrivates, subjectKey); in ProcSELinuxGetClientContext()
H A Dxselinuxint.h67 #define subjectKey (&subjectKeyRec) macro