Home
last modified time | relevance | path

Searched refs:LCC_UID_SET (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Daccess.c1208 lcc->fieldsSet = LCC_UID_SET | LCC_GID_SET; in GetLocalClientCreds()
1217 lcc->fieldsSet |= LCC_UID_SET; in GetLocalClientCreds()
1256 lcc->fieldsSet = LCC_UID_SET | LCC_GID_SET | LCC_PID_SET; in GetLocalClientCreds()
2100 if ((lcc->fieldsSet & LCC_UID_SET) && (lcc->euid == siAddrId)) { in siLocalCredAddrMatch()
H A Dconnection.c424 if (lcc->fieldsSet & LCC_UID_SET) { in AuthAudit()
/OK3568_Linux_fs/external/xserver/include/
H A Dos.h408 #define LCC_UID_SET (1 << 0) macro
/OK3568_Linux_fs/external/xserver/dix/
H A Dgrabs.c102 (lcc->fieldsSet & LCC_UID_SET) ? (long) lcc->euid : 0, in PrintDeviceGrabInfo()
H A Dwindow.c391 (lcc->fieldsSet & LCC_UID_SET) ? (long) lcc->euid : 0, in PrintPassiveGrabs()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshm.c323 if (lcc->fieldsSet & LCC_UID_SET) { in shm_access()