Home
last modified time | relevance | path

Searched refs:netbsd32_getpriority (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/compat/sunos32/
H A Dsunos32_sysent.c396 .sy_call = (sy_call_t *)netbsd32_getpriority
H A Dsunos32_syscallargs.h615 int netbsd32_getpriority(struct lwp *, const struct netbsd32_getpriority_args *, register_t *);
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c527 .sy_call = (sy_call_t *)netbsd32_getpriority
H A Dnetbsd32_syscallargs.h534 check_syscall_args(netbsd32_getpriority)
3025 int netbsd32_getpriority(struct lwp *, const struct netbsd32_getpriority_args *, register_t *);
H A Dnetbsd32_netbsd.c898 netbsd32_getpriority(struct lwp *l, const struct netbsd32_getpriority_args *uap, register_t *retval) in netbsd32_getpriority() function