Searched refs:setresgid (Results 1 – 7 of 7) sorted by relevance
| /linux-4.4.14/tools/testing/selftests/capabilities/ |
| D | test_execve.c | 374 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/ |
| D | syscall_table.S | 260 ENTRY_SAME(setresgid) /* 170 */
|
| /linux-4.4.14/arch/powerpc/include/asm/ |
| D | systbl.h | 176 SYSCALL_SPU(setresgid)
|
| /linux-4.4.14/arch/x86/entry/syscalls/ |
| D | syscall_64.tbl | 128 119 common setresgid sys_setresgid
|
| D | syscall_32.tbl | 179 170 i386 setresgid sys_setresgid16
|
| /linux-4.4.14/kernel/ |
| D | sys.c | 667 SYSCALL_DEFINE3(setresgid, gid_t, rgid, gid_t, egid, gid_t, sgid) in SYSCALL_DEFINE3() argument
|
| /linux-4.4.14/tools/lguest/ |
| D | lguest.c | 3391 if (setresgid(g, g, g) != 0) in main()
|