Home
last modified time | relevance | path

Searched refs:netbsd32_setpgid (Results 1 – 10 of 10) sorted by relevance

/netbsd/sys/compat/sunos32/
H A Dsunos32_sysent.c730 .sy_call = (sy_call_t *)netbsd32_setpgid
H A Dsunos32_syscallargs.h750 int netbsd32_setpgid(struct lwp *, const struct netbsd32_setpgid_args *, register_t *);
H A Dsunos32_misc.c909 return netbsd32_setpgid(l, (const void *)uap, retval); in sunos32_sys_setpgrp()
/netbsd/sys/compat/linux32/arch/aarch64/
H A Dlinux32_sysent.c246 .sy_call = (sy_call_t *)netbsd32_setpgid
H A Dlinux32_syscallargs.h1217 int netbsd32_setpgid(struct lwp *, const struct netbsd32_setpgid_args *, register_t *);
/netbsd/sys/compat/linux32/arch/amd64/
H A Dlinux32_sysent.c250 .sy_call = (sy_call_t *)netbsd32_setpgid
H A Dlinux32_syscallargs.h1212 int netbsd32_setpgid(struct lwp *, const struct netbsd32_setpgid_args *, register_t *);
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c452 .sy_call = (sy_call_t *)netbsd32_setpgid
H A Dnetbsd32_syscallargs.h436 check_syscall_args(netbsd32_setpgid)
2962 int netbsd32_setpgid(struct lwp *, const struct netbsd32_setpgid_args *, register_t *);
H A Dnetbsd32_netbsd.c786 netbsd32_setpgid(struct lwp *l, const struct netbsd32_setpgid_args *uap, register_t *retval) in netbsd32_setpgid() function