Searched refs:dataKey (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xselinuxint.h | 70 #define dataKey (&dataKeyRec) macro
|
| H A D | xselinux_ext.c | 312 SELinuxObjectRec *data = dixLookupPrivate(privPtr, dataKey); 504 return ProcSELinuxGetPropertyContext(client, dataKey); 518 return ProcSELinuxGetSelectionContext(client, dataKey); 660 return SProcSELinuxGetPropertyContext(client, dataKey); 674 return SProcSELinuxGetSelectionContext(client, dataKey);
|
| H A D | xselinux_hooks.c | 538 data = dixLookupPrivate(&pSel->devPrivates, dataKey); 602 data = dixLookupPrivate(&pProp->devPrivates, dataKey); 898 !dixRegisterPrivateKey(dataKey, PRIVATE_XSELINUX, sizeof(SELinuxObjectRec)))
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xselinuxint.h | 73 #define dataKey (&dataKeyRec) macro
|
| H A D | xselinux_ext.c | 312 SELinuxObjectRec *data = dixLookupPrivate(privPtr, dataKey); 507 return ProcSELinuxGetPropertyContext(client, dataKey); 521 return ProcSELinuxGetSelectionContext(client, dataKey); 654 return SProcSELinuxGetPropertyContext(client, dataKey); 668 return SProcSELinuxGetSelectionContext(client, dataKey);
|
| H A D | xselinux_hooks.c | 541 data = dixLookupPrivate(&pSel->devPrivates, dataKey); 605 data = dixLookupPrivate(&pProp->devPrivates, dataKey); 900 !dixRegisterPrivateKey(dataKey, PRIVATE_XSELINUX,
|
Completed in 13 milliseconds