Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhighuid.h53 #define low2highuid(uid) ((uid) == (old_uid_t)-1 ? (uid_t)-1 : (uid_t)(uid)) macro
/openbmc/qemu/linux-user/
H A Dsyscall.c7155 static inline int low2highuid(int uid) in low2highuid() function
7186 static inline int low2highuid(int uid) in low2highuid() function