Searched refs:UID_T (Results 1 – 6 of 6) sorted by relevance
/third_party/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() 139 int GETRESUID(void (cleanup)(void), UID_T *ruid, UID_T *euid, UID_T *suid) in GETRESUID() 154 int FCHOWN(void (cleanup)(void), unsigned int fd, UID_T owner, GID_T group) in FCHOWN() 159 int LCHOWN(void (cleanup)(void), const char *path, UID_T owner, GID_T group) in LCHOWN() 164 int CHOWN(void (cleanup)(void), const char *path, UID_T owner, GID_T group) in CHOWN()
|
D | compat_tst_16.h | 82 int SETUID(UID_T uid) in SETUID() 87 UID_T GETUID(void) in GETUID() 102 UID_T GETEUID(void) in GETEUID() 112 int SETFSUID(UID_T uid) in SETFSUID() 122 int SETREUID(UID_T ruid, UID_T euid) in SETREUID() 131 int SETRESUID(UID_T ruid, UID_T euid, UID_T suid) in SETRESUID() 141 int FCHOWN(unsigned int fd, UID_T owner, GID_T group) in FCHOWN() 146 int LCHOWN(const char *path, UID_T owner, GID_T group) in LCHOWN() 151 int CHOWN(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
|
/third_party/ltp/testcases/kernel/syscalls/getresuid/ |
D | getresuid01.c | 79 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()
|
D | getresuid02.c | 84 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()
|
D | getresuid03.c | 83 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()
|