Home
last modified time | relevance | path

Searched refs:sys_getpriority (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/sys/compat/linux32/common/
Dlinux32_resource.c181 if ((error = sys_getpriority(l, &bsa, retval))) in linux32_sys_getpriority()
/netbsd/src/sys/compat/ultrix/
Dultrix_syscallargs.h577 int sys_getpriority(struct lwp *, const struct sys_getpriority_args *, register_t *);
Dultrix_sysent.c424 .sy_call = (sy_call_t *)sys_getpriority
/netbsd/src/sys/compat/sunos/
Dsunos_syscallargs.h606 int sys_getpriority(struct lwp *, const struct sys_getpriority_args *, register_t *);
Dsunos_sysent.c437 .sy_call = (sy_call_t *)sys_getpriority
/netbsd/src/sys/compat/freebsd/
Dfreebsd_syscallargs.h792 int sys_getpriority(struct lwp *, const struct sys_getpriority_args *, register_t *);
Dfreebsd_sysent.c476 .sy_call = (sy_call_t *)sys_getpriority
/netbsd/src/sys/compat/aoutm68k/
Daoutm68k_syscallargs.h904 int sys_getpriority(struct lwp *, const struct sys_getpriority_args *, register_t *);
Daoutm68k_sysent.c595 .sy_call = (sy_call_t *)sys_getpriority
/netbsd/src/sys/kern/
Dkern_resource.c152 sys_getpriority(struct lwp *l, const struct sys_getpriority_args *uap, in sys_getpriority() function
Dinit_sysent.c586 .sy_call = (sy_call_t *)sys_getpriority
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_netbsd.c909 return sys_getpriority(l, &ua, retval); in netbsd32_getpriority()
/netbsd/src/sys/sys/
Dsyscallargs.h616 check_syscall_args(sys_getpriority)
3611 int sys_getpriority(struct lwp *, const struct sys_getpriority_args *, register_t *);
/netbsd/src/sys/compat/linux/common/
Dlinux_misc.c1606 if ((error = sys_getpriority(l, &bsa, retval))) in linux_sys_getpriority()