Home
last modified time | relevance | path

Searched refs:PRIVATE_XSELINUX (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dprivates.c87 [PRIVATE_XSELINUX] = "XSELINUX",
188 for (type = PRIVATE_XSELINUX; type < PRIVATE_LAST; type++) in fixupOneScreen()
354 if (type == PRIVATE_XSELINUX) { in dixRegisterPrivateKey()
358 for (t = PRIVATE_XSELINUX; t < PRIVATE_LAST; t++) in dixRegisterPrivateKey()
369 for (t = PRIVATE_XSELINUX; t < PRIVATE_LAST; t++) { in dixRegisterPrivateKey()
446 global_keys[PRIVATE_XSELINUX].created++; in _dixInitPrivates()
461 global_keys[PRIVATE_XSELINUX].created--; in _dixFiniPrivates()
508 assert(type > PRIVATE_XSELINUX && type < PRIVATE_LAST); in dixAllocatePrivates()
644 for (t = PRIVATE_XSELINUX; t < PRIVATE_LAST; t++) { in dixFreeScreenSpecificPrivates()
659 for (t = PRIVATE_XSELINUX; t < PRIVATE_LAST; t++) in dixInitScreenSpecificPrivates()
[all …]
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_hooks.c897 (subjectKey, PRIVATE_XSELINUX, sizeof(SELinuxSubjectRec)) || in SELinuxFlaskInit()
898 !dixRegisterPrivateKey(objectKey, PRIVATE_XSELINUX, in SELinuxFlaskInit()
900 !dixRegisterPrivateKey(dataKey, PRIVATE_XSELINUX, in SELinuxFlaskInit()
/OK3568_Linux_fs/external/xserver/include/
H A Dprivates.h28 PRIVATE_XSELINUX, enumerator
/OK3568_Linux_fs/external/xserver/
H A DChangeLog105814 Add screens to the PRIVATE_XSELINUX set.
109515 PRIVATE_XSELINUX which will allow it to continue to be used across the