Home
last modified time | relevance | path

Searched refs:netbsd32_flock (Results 1 – 7 of 7) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/sunos32/
H A Dsunos32_sysent.c518 .sy_call = (sy_call_t *)netbsd32_flock
H A Dsunos32_syscallargs.h674 int netbsd32_flock(struct lwp *, const struct netbsd32_flock_args *, register_t *);
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux32/arch/amd64/
H A Dlinux32_sysent.c583 .sy_call = (sy_call_t *)netbsd32_flock
H A Dlinux32_syscallargs.h1254 int netbsd32_flock(struct lwp *, const struct netbsd32_flock_args *, register_t *);
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c623 .sy_call = (sy_call_t *)netbsd32_flock
H A Dnetbsd32_syscallargs.h719 check_syscall_args(netbsd32_flock)
2827 int netbsd32_flock(struct lwp *, const struct netbsd32_flock_args *, register_t *);
H A Dnetbsd32_netbsd.c1102 netbsd32_flock(struct lwp *l, const struct netbsd32_flock_args *uap, register_t *retval) in netbsd32_flock() function