Searched refs:setpgid (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/tools/testing/selftests/powerpc/ |
D | harness.c | 37 setpgid(0, 0); in run_test() 44 setpgid(pid, pid); in run_test()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 128 ENTRY_SAME(setpgid)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 63 SYSCALL_SPU(setpgid)
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 84 COMPAT_SYSCALL_WRAP2(setpgid, pid_t, pid, pid_t, pgid);
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 118 109 common setpgid sys_setpgid
|
D | syscall_32.tbl | 66 57 i386 setpgid sys_setpgid
|
/linux-4.1.27/kernel/ |
D | sys.c | 919 SYSCALL_DEFINE2(setpgid, pid_t, pid, pid_t, pgid) in SYSCALL_DEFINE2() argument
|