Home
last modified time | relevance | path

Searched defs:low2highgid (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dhighuid.h54 #define low2highgid(gid) ((gid) == (old_gid_t)-1 ? (gid_t)-1 : (gid_t)(gid)) macro
/openbmc/qemu/linux-user/
H A Dsyscall.c7165 static inline int low2highgid(int gid) in low2highgid() function
7192 static inline int low2highgid(int gid) in low2highgid() function