Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dclient.c101 if (lcc->fieldsSet & LCC_PID_SET) in DetermineClientPid()
H A Daccess.c1223 lcc->fieldsSet |= LCC_PID_SET; in GetLocalClientCreds()
1256 lcc->fieldsSet = LCC_UID_SET | LCC_GID_SET | LCC_PID_SET; in GetLocalClientCreds()
H A Dconnection.c438 if (lcc->fieldsSet & LCC_PID_SET) { in AuthAudit()
/OK3568_Linux_fs/external/xserver/include/
H A Dos.h410 #define LCC_PID_SET (1 << 2) macro
/OK3568_Linux_fs/external/xserver/dix/
H A Dgrabs.c101 (lcc->fieldsSet & LCC_PID_SET) ? (long) lcc->pid : 0, in PrintDeviceGrabInfo()
H A Dwindow.c390 (lcc->fieldsSet & LCC_PID_SET) ? (long) lcc->pid : 0, in PrintPassiveGrabs()