Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/utils/
Dcompat_16.h85 int SETUID(void (cleanup)(void), UID_T uid) in SETUID()
90 UID_T GETUID(void (cleanup)(void)) in GETUID()
105 UID_T GETEUID(void (cleanup)(void)) in GETEUID()
115 int SETFSUID(void (cleanup)(void), UID_T uid) in SETFSUID()
125 int SETREUID(void (cleanup)(void), UID_T ruid, UID_T euid) in SETREUID()
134 int SETRESUID(void (cleanup)(void), UID_T ruid, UID_T euid, UID_T suid) in SETRESUID()
144 int FCHOWN(void (cleanup)(void), unsigned int fd, UID_T owner, GID_T group) in FCHOWN()
149 int LCHOWN(void (cleanup)(void), const char *path, UID_T owner, GID_T group) in LCHOWN()
154 int CHOWN(void (cleanup)(void), const char *path, UID_T owner, GID_T group) in CHOWN()
Dcompat_uid.h29 typedef __kernel_old_uid_t UID_T; typedef
40 typedef uid_t UID_T; typedef
/external/elfutils/backends/
Dsparc_corenote.c90 # define UID_T uint16_t macro
101 # define UID_T uint32_t macro
Ds390_corenote.c108 # define UID_T uint16_t macro
119 # define UID_T uint32_t macro
Dtilegx_corenote.c55 #define UID_T uint32_t macro
Dalpha_corenote.c61 #define UID_T uint32_t macro
Darm_corenote.c65 #define UID_T uint16_t macro
Dsh_corenote.c61 #define UID_T uint16_t macro
Dppc_corenote.c113 #define UID_T uint32_t macro
Dx86_64_corenote.c111 #define UID_T uint32_t macro
Di386_corenote.c73 #define UID_T uint16_t macro
Daarch64_corenote.c44 #define UID_T uint32_t macro
Dlinux-core-note.c53 # define PRPSINFO_UID_T UID_T
DChangeLog97 (pr_uid): Replace UID_T with PRPSINFO_UID_T.