Searched refs:PRIVATE_LAST (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server/dist/dix/
H A Dprivates.c67 static DevPrivateSetRec global_keys[PRIVATE_LAST];
69 static const Bool xselinux_private[PRIVATE_LAST] = {
85 static const char *key_names[PRIVATE_LAST] = {
114 static const Bool screen_specific_private[PRIVATE_LAST] = {
185 for (type = PRIVATE_XSELINUX; type < PRIVATE_LAST; type++)
287 static Bool (*const allocated_early[PRIVATE_LAST]) (FixupFunc, unsigned) = {
356 for (t = PRIVATE_XSELINUX; t < PRIVATE_LAST; t++)
367 for (t = PRIVATE_XSELINUX; t < PRIVATE_LAST; t++) {
479 assert(type < PRIVATE_LAST);
509 assert(type < PRIVATE_LAST);
[all...]
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dprivates.c71 } keys[PRIVATE_LAST];
73 static const Bool xselinux_private[PRIVATE_LAST] = {
155 static Bool (* const allocated_early[PRIVATE_LAST])(FixupFunc, unsigned) = {
196 for (t = PRIVATE_XSELINUX; t < PRIVATE_LAST; t++)
207 for (t = PRIVATE_XSELINUX; t < PRIVATE_LAST; t++) {
311 assert (type > PRIVATE_SCREEN && type < PRIVATE_LAST);
339 assert (type > PRIVATE_XSELINUX && type < PRIVATE_LAST);
385 assert (type >= PRIVATE_SCREEN && type < PRIVATE_LAST);
422 static const char *key_names[PRIVATE_LAST] = {
461 for (t = PRIVATE_XSELINUX + 1; t < PRIVATE_LAST;
[all...]
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dprivates.h57 PRIVATE_LAST, enumerator in enum:__anon2f8c32f00103
/xsrc/external/mit/xorg-server/dist/include/
H A Dprivates.h56 PRIVATE_LAST, enumerator in enum:__anon02518f030103
H A Dscrnintstr.h521 DevPrivateSetRec screenSpecificPrivates[PRIVATE_LAST];

Completed in 10 milliseconds