Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/utils/
Dcompat_16.h87 int SETUID(void (cleanup)(void), UID_T uid) in SETUID()
92 UID_T GETUID(void (cleanup)(void)) in GETUID()
107 UID_T GETEUID(void (cleanup)(void)) in GETEUID()
117 int SETFSUID(void (cleanup)(void), UID_T uid) in SETFSUID()
127 int SETREUID(void (cleanup)(void), UID_T ruid, UID_T euid) in SETREUID()
136 int SETRESUID(void (cleanup)(void), UID_T ruid, UID_T euid, UID_T suid) in SETRESUID()
141 int GETRESUID(void (cleanup)(void), UID_T *ruid, UID_T *euid, UID_T *suid) in GETRESUID()
156 int FCHOWN(void (cleanup)(void), unsigned int fd, UID_T owner, GID_T group) in FCHOWN()
161 int LCHOWN(void (cleanup)(void), const char *path, UID_T owner, GID_T group) in LCHOWN()
166 int CHOWN(void (cleanup)(void), const char *path, UID_T owner, GID_T group) in CHOWN()
Dcompat_tst_16.h84 int SETUID(UID_T uid) in SETUID()
89 UID_T GETUID(void) in GETUID()
104 UID_T GETEUID(void) in GETEUID()
114 int SETFSUID(UID_T uid) in SETFSUID()
124 int SETREUID(UID_T ruid, UID_T euid) in SETREUID()
133 int SETRESUID(UID_T ruid, UID_T euid, UID_T suid) in SETRESUID()
143 int FCHOWN(unsigned int fd, UID_T owner, GID_T group) in FCHOWN()
148 int LCHOWN(const char *path, UID_T owner, GID_T group) in LCHOWN()
153 int CHOWN(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/ltp/testcases/kernel/syscalls/getresuid/
Dgetresuid01.c79 UID_T pr_uid, pe_uid, ps_uid; /* calling process real/effective/saved uid */
87 UID_T real_uid, /* real/eff./saved user id from getresuid() */ in main()
Dgetresuid03.c83 UID_T pr_uid, pe_uid, ps_uid; /* calling process real/effective/saved uid */
91 UID_T real_uid, /* real/eff./saved user id from getresuid() */ in main()
Dgetresuid02.c84 UID_T pr_uid, pe_uid, ps_uid; /* calling process real/effective/saved uid */
92 UID_T real_uid, /* real/eff./saved user id from getresuid() */ in main()
/external/elfutils/backends/
Driscv_corenote.c50 # define UID_T uint16_t macro
60 # define UID_T uint32_t macro
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
Dm68k_corenote.c53 #define UID_T uint16_t macro
Darm_corenote.c65 #define UID_T uint16_t macro
Dsh_corenote.c61 #define UID_T uint16_t macro
Dx86_64_corenote.c111 #define UID_T uint32_t macro
Dppc_corenote.c124 #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.c55 # define PRPSINFO_UID_T UID_T
DChangeLog12 (ULONG, UID_T, GID_T, ALIGN_ULONG, ALIGN_UID_T, ALIGN_GID_T): Likewise.
414 (pr_uid): Replace UID_T with PRPSINFO_UID_T.