Searched refs:UID_T (Results 1 – 14 of 14) sorted by relevance
/external/ltp/testcases/kernel/syscalls/utils/ |
D | compat_16.h | 85 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()
|
D | compat_uid.h | 29 typedef __kernel_old_uid_t UID_T; typedef 40 typedef uid_t UID_T; typedef
|
/external/elfutils/backends/ |
D | sparc_corenote.c | 90 # define UID_T uint16_t macro 101 # define UID_T uint32_t macro
|
D | s390_corenote.c | 108 # define UID_T uint16_t macro 119 # define UID_T uint32_t macro
|
D | tilegx_corenote.c | 55 #define UID_T uint32_t macro
|
D | alpha_corenote.c | 61 #define UID_T uint32_t macro
|
D | arm_corenote.c | 65 #define UID_T uint16_t macro
|
D | sh_corenote.c | 61 #define UID_T uint16_t macro
|
D | ppc_corenote.c | 113 #define UID_T uint32_t macro
|
D | x86_64_corenote.c | 111 #define UID_T uint32_t macro
|
D | i386_corenote.c | 73 #define UID_T uint16_t macro
|
D | aarch64_corenote.c | 44 #define UID_T uint32_t macro
|
D | linux-core-note.c | 53 # define PRPSINFO_UID_T UID_T
|
D | ChangeLog | 97 (pr_uid): Replace UID_T with PRPSINFO_UID_T.
|