Lines Matching refs:PRIVATE_LAST
67 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] = {
188 for (type = PRIVATE_XSELINUX; type < PRIVATE_LAST; type++) in fixupOneScreen()
289 static Bool (*const allocated_early[PRIVATE_LAST]) (FixupFunc, unsigned) = {
358 for (t = PRIVATE_XSELINUX; t < PRIVATE_LAST; t++) in dixRegisterPrivateKey()
369 for (t = PRIVATE_XSELINUX; t < PRIVATE_LAST; t++) { in dixRegisterPrivateKey()
479 assert(type > PRIVATE_SCREEN && type < PRIVATE_LAST); in _dixAllocateObjectWithPrivates()
508 assert(type > PRIVATE_XSELINUX && type < PRIVATE_LAST); in dixAllocatePrivates()
557 assert(type >= PRIVATE_SCREEN && type < PRIVATE_LAST); in dixPrivatesSize()
644 for (t = PRIVATE_XSELINUX; t < PRIVATE_LAST; t++) { in dixFreeScreenSpecificPrivates()
659 for (t = PRIVATE_XSELINUX; t < PRIVATE_LAST; t++) in dixInitScreenSpecificPrivates()
699 assert(type > PRIVATE_SCREEN && type < PRIVATE_LAST); in _dixAllocateScreenObjectWithPrivates()
725 assert(type >= PRIVATE_SCREEN && type < PRIVATE_LAST); in dixScreenSpecificPrivatesSize()
741 for (t = PRIVATE_XSELINUX + 1; t < PRIVATE_LAST; t++) { in dixPrivateUsage()
760 for (t = PRIVATE_XSELINUX; t < PRIVATE_LAST; t++) { in dixResetPrivates()