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

1 2

  /src/sys/compat/linux/common/
linux_misc_notalpha.c 140 error = sys_setpriority(l, &bsa, retval);
  /src/sys/compat/linux32/common/
linux32_unistd.c 714 error = sys_setpriority(l, &bsa, retval);
  /src/sys/compat/sunos/
sunos_syscallargs.h 598 int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
sunos_sysent.c 419 .sy_call = (sy_call_t *)sys_setpriority
  /src/sys/compat/ultrix/
ultrix_syscallargs.h 569 int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
ultrix_sysent.c 406 .sy_call = (sy_call_t *)sys_setpriority
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 890 int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
aoutm68k_sysent.c 565 .sy_call = (sy_call_t *)sys_setpriority
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 784 int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
freebsd_sysent.c 458 .sy_call = (sy_call_t *)sys_setpriority
  /src/sys/kern/
kern_resource.c 211 sys_setpriority(struct lwp *l, const struct sys_setpriority_args *uap, function in typeref:typename:int
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 1388 int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
linux_sysent.c 656 .sy_call = (sy_call_t *)sys_setpriority
  /src/sys/compat/linux/arch/amd64/
linux_sysent.c 730 .sy_call = (sy_call_t *)sys_setpriority
linux_syscallargs.h 1617 int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
  /src/sys/compat/linux/arch/arm/
linux_sysent.c 453 .sy_call = (sy_call_t *)sys_setpriority
linux_syscallargs.h 1579 int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
  /src/sys/compat/linux/arch/i386/
linux_sysent.c 454 .sy_call = (sy_call_t *)sys_setpriority
linux_syscallargs.h 1599 int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
  /src/sys/compat/linux/arch/m68k/
linux_sysent.c 478 .sy_call = (sy_call_t *)sys_setpriority
  /src/sys/compat/linux/arch/mips/
linux_sysent.c 442 .sy_call = (sy_call_t *)sys_setpriority
  /src/sys/compat/linux/arch/powerpc/
linux_sysent.c 450 .sy_call = (sy_call_t *)sys_setpriority
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 860 return sys_setpriority(l, &ua, retval);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1554 int sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
linux_sysent.c 417 .sy_call = (sy_call_t *)sys_setpriority

Completed in 36 milliseconds

1 2