Searched refs:linux_sys_pipe (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/sys/compat/linux/arch/alpha/ |
H A D | linux_pipe.c | 63 linux_sys_pipe(struct lwp *l, const void *v, register_t *retval) in linux_sys_pipe() function
|
H A D | linux_syscallargs.h | 1488 int linux_sys_pipe(struct lwp *, const void *, register_t *);
|
H A D | linux_sysent.c | 203 .sy_call = (sy_call_t *)linux_sys_pipe
|
/netbsd-src/sys/compat/linux/common/ |
H A D | linux_pipe.c | 62 linux_sys_pipe(struct lwp *l, const struct linux_sys_pipe_args *uap, in linux_sys_pipe() function
|
/netbsd-src/sys/compat/linux/arch/m68k/ |
H A D | linux_syscallargs.h | 155 check_syscall_args(linux_sys_pipe) 1470 int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
|
H A D | linux_sysent.c | 220 .sy_call = (sy_call_t *)linux_sys_pipe
|
/netbsd-src/sys/compat/linux/arch/amd64/ |
H A D | linux_syscallargs.h | 136 check_syscall_args(linux_sys_pipe) 1376 int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
|
H A D | linux_sysent.c | 154 .sy_call = (sy_call_t *)linux_sys_pipe
|
/netbsd-src/sys/compat/linux/arch/powerpc/ |
H A D | linux_syscallargs.h | 147 check_syscall_args(linux_sys_pipe) 1401 int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
|
H A D | linux_sysent.c | 209 .sy_call = (sy_call_t *)linux_sys_pipe
|
/netbsd-src/sys/compat/linux/arch/i386/ |
H A D | linux_syscallargs.h | 157 check_syscall_args(linux_sys_pipe) 1498 int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
|
H A D | linux_sysent.c | 212 .sy_call = (sy_call_t *)linux_sys_pipe
|
/netbsd-src/sys/compat/linux/arch/mips/ |
H A D | linux_syscallargs.h | 147 check_syscall_args(linux_sys_pipe) 1512 int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
|
H A D | linux_sysent.c | 211 .sy_call = (sy_call_t *)linux_sys_pipe
|
/netbsd-src/sys/compat/linux/arch/arm/ |
H A D | linux_syscallargs.h | 152 check_syscall_args(linux_sys_pipe) 1478 int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
|
H A D | linux_sysent.c | 211 .sy_call = (sy_call_t *)linux_sys_pipe
|