Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dos.h411 #define LCC_ZID_SET (1 << 3) macro
/OK3568_Linux_fs/external/xserver/os/
H A Daccess.c1227 lcc->fieldsSet |= LCC_ZID_SET; in GetLocalClientCreds()
2088 if ((lcc->fieldsSet & LCC_ZID_SET) && (lcc->zoneid != getzoneid())) { in siLocalCredAddrMatch()
H A Dconnection.c448 if (lcc->fieldsSet & LCC_ZID_SET) { in AuthAudit()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshm.c333 if (((lcc->fieldsSet & LCC_ZID_SET) == 0) || (lcc->zoneid == -1) in shm_access()