Searched refs:effective_gid (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/kernel/
H A Dusergroup.cpp60 team->effective_gid = rgid;
72 && rgid != team->effective_gid) {
85 egid = team->effective_gid;
87 if (!privileged && egid != team->effective_gid
95 team->effective_gid = egid;
182 groups = &team->effective_gid;
263 team->effective_gid = parent->effective_gid;
285 team->effective_gid = st.st_gid;
297 return effective ? team->effective_gid
[all...]
H A Dteam.cpp488 saved_set_gid = real_gid = effective_gid = -1;
2704 info->gid = team->effective_gid;
2905 sKernelTeam->effective_gid = 0;
4488 gid_t effective_gid; member in struct:ExtendedTeamData
4509 teamClone.effective_gid = team->effective_gid;
4526 || info.AddInt32("egid", teamClone.effective_gid) != B_OK) {
/haiku/headers/private/kernel/
H A Dthread_types.h294 gid_t effective_gid; member in struct:BKernel::Team

Completed in 54 milliseconds