Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c7128 static inline int high2lowgid(int gid) in high2lowgid() function
7163 static inline int high2lowgid(int gid) in high2lowgid() function
11823 return get_errno(high2lowgid(getgid())); in _syscall2()
11831 return get_errno(high2lowgid(getegid())); in _syscall2()
11861 target_grouplist[i] = tswapid(high2lowgid(grouplist[i])); in _syscall2()
11939 if (put_user_id(high2lowgid(rgid), arg1) in _syscall2()
11940 || put_user_id(high2lowgid(egid), arg2) in _syscall2()
11941 || put_user_id(high2lowgid(sgid), arg3)) in _syscall2()