Searched refs:linux_sys_ipc (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/compat/linux/common/ |
H A D | linux_ipccall.c | 82 linux_sys_ipc(struct lwp *l, const struct linux_sys_ipc_args *uap, register_t *retval) in linux_sys_ipc() function
|
/netbsd-src/sys/compat/linux/arch/m68k/ |
H A D | linux_syscallargs.h | 418 check_syscall_args(linux_sys_ipc) 1604 int linux_sys_ipc(struct lwp *, const struct linux_sys_ipc_args *, register_t *);
|
H A D | linux_sysent.c | 564 .sy_call = (sy_call_t *)linux_sys_ipc
|
/netbsd-src/sys/compat/linux/arch/powerpc/ |
H A D | linux_syscallargs.h | 391 check_syscall_args(linux_sys_ipc) 1530 int linux_sys_ipc(struct lwp *, const struct linux_sys_ipc_args *, register_t *);
|
H A D | linux_sysent.c | 538 .sy_call = (sy_call_t *)linux_sys_ipc
|
/netbsd-src/sys/compat/linux/arch/i386/ |
H A D | linux_syscallargs.h | 433 check_syscall_args(linux_sys_ipc) 1631 int linux_sys_ipc(struct lwp *, const struct linux_sys_ipc_args *, register_t *);
|
H A D | linux_sysent.c | 544 .sy_call = (sy_call_t *)linux_sys_ipc
|
/netbsd-src/sys/compat/linux/arch/mips/ |
H A D | linux_syscallargs.h | 379 check_syscall_args(linux_sys_ipc) 1634 int linux_sys_ipc(struct lwp *, const struct linux_sys_ipc_args *, register_t *);
|
H A D | linux_sysent.c | 529 .sy_call = (sy_call_t *)linux_sys_ipc
|
/netbsd-src/sys/compat/linux/arch/arm/ |
H A D | linux_syscallargs.h | 416 check_syscall_args(linux_sys_ipc) 1607 int linux_sys_ipc(struct lwp *, const struct linux_sys_ipc_args *, register_t *);
|
H A D | linux_sysent.c | 541 .sy_call = (sy_call_t *)linux_sys_ipc
|