Searched refs:LCC_GID_SET (Results 1 – 6 of 6) sorted by relevance
1208 lcc->fieldsSet = LCC_UID_SET | LCC_GID_SET; in GetLocalClientCreds()1220 lcc->fieldsSet |= LCC_GID_SET; in GetLocalClientCreds()1256 lcc->fieldsSet = LCC_UID_SET | LCC_GID_SET | LCC_PID_SET; in GetLocalClientCreds()2106 if ((lcc->fieldsSet & LCC_GID_SET) && (lcc->egid == siAddrId)) { in siLocalCredAddrMatch()
431 if (lcc->fieldsSet & LCC_GID_SET) { in AuthAudit()
409 #define LCC_GID_SET (1 << 1) macro
103 (lcc->fieldsSet & LCC_GID_SET) ? (long) lcc->egid : 0); in PrintDeviceGrabInfo()
392 (lcc->fieldsSet & LCC_GID_SET) ? (long) lcc->egid : 0); in PrintPassiveGrabs()
327 if (lcc->fieldsSet & LCC_GID_SET) { in shm_access()