Searched refs:subjectKey (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xselinux_hooks.c | 119 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 D | xselinux_ext.c | 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() 219 subj = dixLookupPrivate(&dev->devPrivates, subjectKey); in ProcSELinuxGetDeviceContext() 303 subj = dixLookupPrivate(&target->devPrivates, subjectKey); in ProcSELinuxGetClientContext()
|
| H A D | xselinuxint.h | 67 #define subjectKey (&subjectKeyRec) macro
|