Searched refs:dataKey (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxselinuxint.h70 #define dataKey (&dataKeyRec) macro
H A Dxselinux_ext.c312 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 Dxselinux_hooks.c538 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 Dxselinuxint.h73 #define dataKey (&dataKeyRec) macro
H A Dxselinux_ext.c312 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 Dxselinux_hooks.c541 data = dixLookupPrivate(&pSel->devPrivates, dataKey);
605 data = dixLookupPrivate(&pProp->devPrivates, dataKey);
900 !dixRegisterPrivateKey(dataKey, PRIVATE_XSELINUX,

Completed in 13 milliseconds