Home
last modified time | relevance | path

Searched refs:fieldsSet (Results 1 – 7 of 7) 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()
1220 lcc->fieldsSet |= LCC_GID_SET; in GetLocalClientCreds()
1223 lcc->fieldsSet |= LCC_PID_SET; in GetLocalClientCreds()
1227 lcc->fieldsSet |= LCC_ZID_SET; in GetLocalClientCreds()
1256 lcc->fieldsSet = LCC_UID_SET | LCC_GID_SET | LCC_PID_SET; in GetLocalClientCreds()
2088 if ((lcc->fieldsSet & LCC_ZID_SET) && (lcc->zoneid != getzoneid())) { in siLocalCredAddrMatch()
2100 if ((lcc->fieldsSet & LCC_UID_SET) && (lcc->euid == siAddrId)) { in siLocalCredAddrMatch()
2106 if ((lcc->fieldsSet & LCC_GID_SET) && (lcc->egid == siAddrId)) { in siLocalCredAddrMatch()
H A Dconnection.c424 if (lcc->fieldsSet & LCC_UID_SET) { in AuthAudit()
431 if (lcc->fieldsSet & LCC_GID_SET) { in AuthAudit()
438 if (lcc->fieldsSet & LCC_PID_SET) { in AuthAudit()
448 if (lcc->fieldsSet & LCC_ZID_SET) { in AuthAudit()
H A Dclient.c101 if (lcc->fieldsSet & LCC_PID_SET) in DetermineClientPid()
/OK3568_Linux_fs/external/xserver/dix/
H A Dgrabs.c101 (lcc->fieldsSet & LCC_PID_SET) ? (long) lcc->pid : 0, in PrintDeviceGrabInfo()
102 (lcc->fieldsSet & LCC_UID_SET) ? (long) lcc->euid : 0, in PrintDeviceGrabInfo()
103 (lcc->fieldsSet & LCC_GID_SET) ? (long) lcc->egid : 0); in PrintDeviceGrabInfo()
H A Dwindow.c390 (lcc->fieldsSet & LCC_PID_SET) ? (long) lcc->pid : 0, in PrintPassiveGrabs()
391 (lcc->fieldsSet & LCC_UID_SET) ? (long) lcc->euid : 0, in PrintPassiveGrabs()
392 (lcc->fieldsSet & LCC_GID_SET) ? (long) lcc->egid : 0); in PrintPassiveGrabs()
/OK3568_Linux_fs/external/xserver/include/
H A Dos.h414 int fieldsSet; /* Bit mask of fields set */ member
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshm.c323 if (lcc->fieldsSet & LCC_UID_SET) { in shm_access()
327 if (lcc->fieldsSet & LCC_GID_SET) { in shm_access()
333 if (((lcc->fieldsSet & LCC_ZID_SET) == 0) || (lcc->zoneid == -1) in shm_access()