/third_party/musl/src/unistd/ |
H A D | setresgid.c | 6 int setresgid(gid_t rgid, gid_t egid, gid_t sgid) in setresgid() argument
|
/third_party/musl/src/misc/ |
H A D | getresgid.c | 5 int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid) in getresgid() argument
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | setresgid.c | 45 gid_t sgid = 0; in setresgid_0100() local 88 gid_t sgid = 0; in setresgid_0200() local [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | uid16.c | 91 old_gid_t rgid, egid, sgid; in SYSCALL_DEFINE3() local
|
/kernel/linux/linux-6.6/kernel/ |
H A D | uid16.c | 91 old_gid_t rgid, egid, sgid; in SYSCALL_DEFINE3() local
|
/kernel/liteos_a/testsuites/unittest/security/reugid/smoke/ |
H A D | reugid_test_001.cpp | 46 int sgid = 100; in Child1() local 107 int sgid = 100; in Child() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/setresgid/ |
H A D | setresgid03.c | 25 gid_t *sgid; member
|
H A D | setresgid02.c | 29 gid_t *sgid; member
|
H A D | setresgid01.c | 86 uid_t *sgid; /* saved GID */ member
|
/third_party/ltp/lib/ |
H A D | tst_uid.c | 100 gid_t rgid, egid, sgid; in tst_check_resgid_() local
|
/third_party/ltp/testcases/kernel/syscalls/creat/ |
H A D | creat08.c | 50 static void file_test(const char *name, mode_t mode, int sgid, gid_t gid) in file_test() argument
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
H A D | open10.c | 48 static void file_test(const char *name, mode_t mode, int sgid, gid_t gid) in file_test() argument
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-sensor-groups.c | 183 u32 sgid, len, nr_attrs, chipid; in opal_sensor_groups_init() local
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-sensor-groups.c | 183 u32 sgid, len, nr_attrs, chipid; in opal_sensor_groups_init() local
|
/kernel/linux/linux-5.10/include/uapi/rdma/ |
H A D | ib_user_sa.h | 57 __u8 sgid[16]; member
|
/kernel/linux/linux-6.6/include/uapi/rdma/ |
H A D | ib_user_sa.h | 57 __u8 sgid[16]; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/ |
H A D | ib_user_sa.h | 38 __u8 sgid[16]; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/ |
H A D | ib_user_sa.h | 38 __u8 sgid[16]; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/ |
H A D | ib_user_sa.h | 25 __u8 sgid[16]; member
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
H A D | compat_16.h | 144 int SETRESGID(void (cleanup)(void), GID_T rgid, GID_T egid, GID_T sgid) in SETRESGID() argument 149 int GETRESGID(void (cleanup)(void), GID_T *rgid, GID_T *egid, GID_T *sgid) in GETRESGID() argument
|
H A D | compat_tst_16.h | 136 int SETRESGID(GID_T rgid, GID_T egid, GID_T sgid) in SETRESGID() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_ah.c | 73 set_av_attr(struct ocrdma_dev *dev, struct ocrdma_ah *ah, struct rdma_ah_attr *attr, const union ib_gid *sgid, int pdid, bool *isvlan, u16 vlan_tag) set_av_attr() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_ah.c | 73 set_av_attr(struct ocrdma_dev *dev, struct ocrdma_ah *ah, struct rdma_ah_attr *attr, const union ib_gid *sgid, int pdid, bool *isvlan, u16 vlan_tag) set_av_attr() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | cred.h | 123 kgid_t sgid; /* saved GID of the task */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | cred.h | 115 kgid_t sgid; /* saved GID of the task */ member
|