Home
last modified time | relevance | path

Searched refs:getegid (Results 1 – 20 of 20) sorted by relevance

/linux/tools/testing/selftests/pidfd/
H A Dpidfd_open_test.c189 if (info.egid != getegid()) { in main()
191 getegid(), info.egid); in main()
199 if (info.sgid != getegid()) { in main()
201 getegid(), info.sgid); in main()
/linux/tools/testing/selftests/capabilities/
H A Dtest_execve.c226 uid_t gid = getegid(); in do_tests()
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl72 50 32 getegid sys_getegid16
73 50 64 getegid sys_getegid
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl116 106 n64 getegid sys_getegid
/linux/Documentation/admin-guide/
H A Dworkload-tracing.rst352 | getegid | 1 | Process Mgmt. | sys_getegid |
584 | getegid | 1 | Process Mgmt. | sys_getegid() |
/linux/scripts/
H A Dsyscall.tbl218 177 common getegid sys_getegid
/linux/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_64.tbl218 177 common getegid sys_getegid
H A Dsyscall_32.tbl64 50 common getegid sys_getegid16
/linux/arch/arm64/tools/
H A Dsyscall_64.tbl218 177 common getegid sys_getegid
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl161 202 common getegid sys_getegid
/linux/tools/scripts/
H A Dsyscall.tbl218 177 common getegid sys_getegid
/linux/tools/perf/arch/parisc/entry/syscalls/
H A Dsyscall.tbl63 50 common getegid sys_getegid
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl60 50 common getegid sys_getegid16
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl155 141 common getegid sys_getegid
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl120 108 common getegid sys_getegid
H A Dsyscall_32.tbl65 50 i386 getegid sys_getegid16
/linux/tools/perf/arch/alpha/entry/syscalls/
H A Dsyscall.tbl461 530 common getegid sys_getegid
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl65 50 common getegid sys_getegid16
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl71 50 common getegid sys_getegid
/linux/kernel/
H A Dsys.c1045 SYSCALL_DEFINE0(getegid) in SYSCALL_DEFINE0() argument