| /src/sys/rump/librump/rumpkern/ |
| rumpkern_syscalls.c | 30 extern sy_call_t sys_setpgid; 100 { 82, sys_setpgid },
|
| /src/sys/compat/sunos/ |
| sunos_syscallargs.h | 746 int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
|
| sunos_sysent.c | 823 .sy_call = (sy_call_t *)sys_setpgid
|
| sunos_misc.c | 683 return sys_setpgid(l, (const void *)uap, retval);
|
| /src/sys/compat/ultrix/ |
| ultrix_misc.c | 451 return sys_setpgid(l, &ap, retval);
|
| /src/sys/kern/ |
| kern_prot.c | 274 sys_setpgid(struct lwp *l, const struct sys_setpgid_args *uap, function
|
| /src/sys/compat/aoutm68k/ |
| aoutm68k_syscallargs.h | 857 int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
|
| aoutm68k_sysent.c | 482 .sy_call = (sy_call_t *)sys_setpgid
|
| /src/sys/compat/freebsd/ |
| freebsd_syscallargs.h | 760 int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
|
| freebsd_sysent.c | 399 .sy_call = (sy_call_t *)sys_setpgid
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 1429 int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
|
| linux_sysent.c | 716 .sy_call = (sy_call_t *)sys_setpgid
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_sysent.c | 589 .sy_call = (sy_call_t *)sys_setpgid
|
| linux_syscallargs.h | 1571 int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
|
| /src/sys/compat/linux/arch/arm/ |
| linux_sysent.c | 269 .sy_call = (sy_call_t *)sys_setpgid
|
| linux_syscallargs.h | 1513 int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
|
| /src/sys/compat/linux/arch/i386/ |
| linux_sysent.c | 270 .sy_call = (sy_call_t *)sys_setpgid
|
| linux_syscallargs.h | 1525 int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_sysent.c | 278 .sy_call = (sy_call_t *)sys_setpgid
|
| linux_syscallargs.h | 1497 int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
|
| /src/sys/compat/linux/arch/mips/ |
| linux_sysent.c | 269 .sy_call = (sy_call_t *)sys_setpgid
|
| linux_syscallargs.h | 1539 int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_sysent.c | 267 .sy_call = (sy_call_t *)sys_setpgid
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1497 int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
|
| linux_sysent.c | 193 .sy_call = (sy_call_t *)sys_setpgid
|