Home
last modified time | relevance | path

Searched refs:setresgid (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/tools/testing/selftests/capabilities/
Dtest_execve.c374 if (setresgid(1, 1, 1) != 0) in do_tests()
391 if (setresgid(1, 1, 1) != 0) in do_tests()
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S260 ENTRY_SAME(setresgid) /* 170 */
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h176 SYSCALL_SPU(setresgid)
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl128 119 common setresgid sys_setresgid
Dsyscall_32.tbl179 170 i386 setresgid sys_setresgid16
/linux-4.4.14/kernel/
Dsys.c667 SYSCALL_DEFINE3(setresgid, gid_t, rgid, gid_t, egid, gid_t, sgid) in SYSCALL_DEFINE3() argument
/linux-4.4.14/tools/lguest/
Dlguest.c3391 if (setresgid(g, g, g) != 0) in main()