Home
last modified time | relevance | path

Searched refs:GID_T (Results 1 - 25 of 25) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dcompat_16.h75 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 egi
[all...]
H A Dcompat_tst_16.h72 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 egi
[all...]
H A Dcompat_gid.h29 typedef __kernel_old_gid_t GID_T; typedef
40 typedef gid_t GID_T; typedef
/third_party/ltp/testcases/kernel/syscalls/getgroups/
H A Dgetgroups01.c65 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()
H A Dgetgroups03.c51 static GID_T groups_list[NGROUPS];
52 static GID_T groups[NGROUPS];
86 * readgroups(GID_T *) - Read supplimentary group ids of "root" user
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/
H A Dsetgroups03.c30 static GID_T *glist1, *glist2, *glist3;
35 GID_T **glist;
68 {&glist1, .size = sizeof(GID_T) * (NGROUPS + 1)},
69 {&glist2, .size = sizeof(GID_T)},
H A Dsetgroups02.c20 static GID_T *groups_get, *groups_set;
38 {&groups_get, .size = sizeof(GID_T)},
39 {&groups_set, .size = sizeof(GID_T)},
H A Dsetgroups01.c21 static GID_T list[NGROUPS];
H A Dsetgroups04.c78 GID_T groups_list[NGROUPS];
/third_party/elfutils/backends/
H A Driscv_corenote.c51 # define GID_T uint16_t macro
61 # define GID_T uint32_t macro
H A Dsparc_corenote.c91 # define GID_T uint16_t macro
102 # define GID_T uint32_t macro
H A Ds390_corenote.c109 # define GID_T uint16_t macro
120 # define GID_T uint32_t macro
H A Dm68k_corenote.c54 #define GID_T uint16_t macro
H A Dalpha_corenote.c62 #define GID_T uint32_t macro
H A Dcsky_corenote.c45 #define GID_T uint32_t macro
H A Darm_corenote.c66 #define GID_T uint16_t macro
H A Dsh_corenote.c62 #define GID_T uint16_t macro
H A Dx86_64_corenote.c112 #define GID_T uint32_t macro
H A Dppc_corenote.c125 #define GID_T uint32_t macro
H A Daarch64_corenote.c45 #define GID_T uint32_t macro
H A Di386_corenote.c74 #define GID_T uint16_t macro
H A Dlinux-core-note.c60 # define PRPSINFO_GID_T GID_T
/third_party/ltp/testcases/kernel/syscalls/getresgid/
H A Dgetresgid01.c80 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()
H A Dgetresgid03.c84 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()
H A Dgetresgid02.c84 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()

Completed in 12 milliseconds