Home
last modified time | relevance | path

Searched refs:egid (Results 1 – 2 of 2) sorted by relevance

/qemu/bsd-user/
H A Dbsd-proc.h287 static inline abi_long do_bsd_setresgid(gid_t rgid, gid_t egid, gid_t sgid) in do_bsd_setresgid() argument
289 return get_errno(setresgid(rgid, egid, sgid)); in do_bsd_setresgid()
/qemu/linux-user/
H A Dsyscall.c7216 _syscall3(int, sys_setresgid, gid_t, rgid, gid_t, egid, gid_t, sgid) in _syscall1()
11936 gid_t rgid, egid, sgid; in _syscall2() local
11937 ret = get_errno(getresgid(&rgid, &egid, &sgid)); in _syscall2()
11940 || put_user_id(high2lowgid(egid), arg2) in _syscall2()
11991 uid_t egid; in _syscall2() local
11992 egid=getegid(); in _syscall2()
11993 cpu_env->ir[IR_A4]=egid; in _syscall2()
12262 gid_t rgid, egid, sgid; in _syscall2() local
12263 ret = get_errno(getresgid(&rgid, &egid, &sgid)); in _syscall2()
12266 || put_user_u32(egid, arg2) in _syscall2()