HomeSort by: relevance | last modified time | path
    Searched refs:sys_setpgid (Results 1 - 25 of 29) sorted by relevancy

1 2

  /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/kern/
kern_prot.c 272 sys_setpgid(struct lwp *l, const struct sys_setpgid_args *uap, function in typeref:typename:int
  /src/sys/compat/ultrix/
ultrix_misc.c 451 return sys_setpgid(l, &ap, retval);
  /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 1416 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 1558 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 1500 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 1520 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 1492 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
  /src/sys/compat/linux/arch/powerpc/
linux_sysent.c 267 .sy_call = (sy_call_t *)sys_setpgid
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 797 return sys_setpgid(l, &ua, retval);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1484 int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
linux_sysent.c 193 .sy_call = (sy_call_t *)sys_setpgid

Completed in 32 milliseconds

1 2