/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | compat_16.h | 75 int SETGROUPS(void (cleanup)(void), size_t gidsetsize, GID_T *list) in SETGROUPS() 80 int GETGROUPS(void (cleanup)(void), size_t gidsetsize, GID_T *list) in GETGROUPS() 95 int SETGID(void (cleanup)(void), GID_T gid) in SETGID() 100 GID_T GETGID(void (cleanup)(void)) in GETGID() 110 GID_T GETEGID(void (cleanup)(void)) in GETEGID() 120 int SETFSGID(void (cleanup)(void), GID_T gid) in SETFSGID() 129 int SETREGID(void (cleanup)(void), GID_T rgid, GID_T egid) in SETREGID() 144 int SETRESGID(void (cleanup)(void), GID_T rgid, GID_T egid, GID_T sgid) in SETRESGID() 149 int GETRESGID(void (cleanup)(void), GID_T *rgid, GID_T *egid, GID_T *sgid) in GETRESGID() 154 int FCHOWN(void (cleanup)(void), unsigned int fd, UID_T owner, GID_T group) in FCHOWN() [all …]
|
D | compat_tst_16.h | 72 int SETGROUPS(size_t gidsetsize, GID_T *list) in SETGROUPS() 77 int GETGROUPS(size_t gidsetsize, GID_T *list) in GETGROUPS() 92 int SETGID(GID_T gid) in SETGID() 97 GID_T GETGID(void) in GETGID() 107 GID_T GETEGID(void) in GETEGID() 117 int SETFSGID(GID_T gid) in SETFSGID() 126 int SETREGID(GID_T rgid, GID_T egid) in SETREGID() 136 int SETRESGID(GID_T rgid, GID_T egid, GID_T sgid) in SETRESGID() 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() [all …]
|
D | compat_gid.h | 29 typedef __kernel_old_gid_t GID_T; typedef 40 typedef gid_t GID_T; typedef
|
/third_party/ltp/testcases/kernel/syscalls/getgroups/ |
D | getgroups01.c | 65 static GID_T gidset[NGROUPS]; 66 static GID_T cmpset[NGROUPS]; 71 GID_T group; in main() 101 memset(gidset, 052, NGROUPS * sizeof(GID_T)); in main() 102 memset(cmpset, 052, NGROUPS * sizeof(GID_T)); in main() 108 if (memcmp(cmpset, gidset, NGROUPS * sizeof(GID_T)) != 0) in main()
|
D | getgroups03.c | 51 static GID_T groups_list[NGROUPS]; 52 static GID_T groups[NGROUPS]; 91 static int readgroups(GID_T groups[NGROUPS]) in readgroups() 97 GID_T g; in readgroups() 163 GID_T egid; in verify_groups()
|
/third_party/ltp/testcases/kernel/syscalls/setgroups/ |
D | setgroups03.c | 87 GID_T *groups_list; /* Array to hold gids for getgroups() */ 115 groups_list = malloc(ngroups_max * sizeof(GID_T)); in main() 118 " %d ", ngroups_max * sizeof(GID_T), errno); in main()
|
D | setgroups04.c | 78 GID_T groups_list[NGROUPS];
|
D | setgroups01.c | 130 GID_T list[NGROUPS];
|
D | setgroups02.c | 82 GID_T groups_list[NGROUPS]; /* Array to hold gids for getgroups() */
|
/third_party/elfutils/backends/ |
D | riscv_corenote.c | 51 # define GID_T uint16_t macro 61 # define GID_T uint32_t macro
|
D | sparc_corenote.c | 91 # define GID_T uint16_t macro 102 # define GID_T uint32_t macro
|
D | s390_corenote.c | 109 # define GID_T uint16_t macro 120 # define GID_T uint32_t macro
|
D | csky_corenote.c | 45 #define GID_T uint32_t macro
|
D | alpha_corenote.c | 62 #define GID_T uint32_t macro
|
D | m68k_corenote.c | 54 #define GID_T uint16_t macro
|
D | arm_corenote.c | 66 #define GID_T uint16_t macro
|
D | sh_corenote.c | 62 #define GID_T uint16_t macro
|
D | x86_64_corenote.c | 112 #define GID_T uint32_t macro
|
D | ppc_corenote.c | 125 #define GID_T uint32_t macro
|
D | i386_corenote.c | 74 #define GID_T uint16_t macro
|
D | aarch64_corenote.c | 45 #define GID_T uint32_t macro
|
D | linux-core-note.c | 60 # define PRPSINFO_GID_T GID_T
|
/third_party/ltp/testcases/kernel/syscalls/getresgid/ |
D | getresgid01.c | 80 GID_T pr_gid, pe_gid, ps_gid; /* calling process real/effective/saved gid */ 88 GID_T real_gid, /* real/eff./saved user id from getresgid() */ in main()
|
D | getresgid02.c | 84 GID_T pr_gid, pe_gid, ps_gid; /* calling process real/effective/saved gid */ 92 GID_T real_gid, /* real/eff./saved user id from getresgid() */ in main()
|
D | getresgid03.c | 84 GID_T pr_gid, pe_gid, ps_gid; /* calling process real/effective/saved gid */ 92 GID_T real_gid, /* real/eff./saved user id from getresgid() */ in main()
|