Searched refs:netbsd32_setpriority (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/compat/sunos32/ |
H A D | sunos32_sysent.c | 380 .sy_call = (sy_call_t *)netbsd32_setpriority
|
H A D | sunos32_syscallargs.h | 607 int netbsd32_setpriority(struct lwp *, const struct netbsd32_setpriority_args *, register_t *);
|
/netbsd-src/sys/compat/linux32/arch/aarch64/ |
H A D | linux32_sysent.c | 396 .sy_call = (sy_call_t *)netbsd32_setpriority
|
H A D | linux32_syscallargs.h | 1285 int netbsd32_setpriority(struct lwp *, const struct netbsd32_setpriority_args *, register_t *);
|
/netbsd-src/sys/compat/linux32/arch/amd64/ |
H A D | linux32_sysent.c | 400 .sy_call = (sy_call_t *)netbsd32_setpriority
|
H A D | linux32_syscallargs.h | 1280 int netbsd32_setpriority(struct lwp *, const struct netbsd32_setpriority_args *, register_t *);
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_sysent.c | 511 .sy_call = (sy_call_t *)netbsd32_setpriority
|
H A D | netbsd32_syscallargs.h | 507 check_syscall_args(netbsd32_setpriority) 3017 int netbsd32_setpriority(struct lwp *, const struct netbsd32_setpriority_args *, register_t *);
|
H A D | netbsd32_netbsd.c | 847 netbsd32_setpriority(struct lwp *l, const struct netbsd32_setpriority_args *uap, register_t *retval) in netbsd32_setpriority() function
|