Home
last modified time | relevance | path

Searched refs:PRIVATE_LAST (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/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] = {
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()
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Dprivates.h55 PRIVATE_LAST, enumerator
H A Dscrnintstr.h521 DevPrivateSetRec screenSpecificPrivates[PRIVATE_LAST];