Symbol: linux_sys_pipe
sys/compat/linux/arch/alpha/linux_syscallargs.h
1501
int linux_sys_pipe(struct lwp *, const void *, register_t *);
sys/compat/linux/arch/alpha/linux_sysent.c
203
.sy_call = (sy_call_t *)linux_sys_pipe
sys/compat/linux/arch/amd64/linux_syscallargs.h
136
check_syscall_args(linux_sys_pipe)
sys/compat/linux/arch/amd64/linux_syscallargs.h
1389
int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
sys/compat/linux/arch/amd64/linux_sysent.c
154
.sy_call = (sy_call_t *)linux_sys_pipe
sys/compat/linux/arch/arm/linux_syscallargs.h
1491
int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
152
check_syscall_args(linux_sys_pipe)
sys/compat/linux/arch/arm/linux_sysent.c
211
.sy_call = (sy_call_t *)linux_sys_pipe
sys/compat/linux/arch/i386/linux_syscallargs.h
1503
int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
157
check_syscall_args(linux_sys_pipe)
sys/compat/linux/arch/i386/linux_sysent.c
212
.sy_call = (sy_call_t *)linux_sys_pipe
sys/compat/linux/arch/m68k/linux_syscallargs.h
1475
int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
155
check_syscall_args(linux_sys_pipe)
sys/compat/linux/arch/m68k/linux_sysent.c
220
.sy_call = (sy_call_t *)linux_sys_pipe
sys/compat/linux/arch/mips/linux_syscallargs.h
147
check_syscall_args(linux_sys_pipe)
sys/compat/linux/arch/mips/linux_syscallargs.h
1517
int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
sys/compat/linux/arch/mips/linux_sysent.c
211
.sy_call = (sy_call_t *)linux_sys_pipe
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1406
int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
147
check_syscall_args(linux_sys_pipe)
sys/compat/linux/arch/powerpc/linux_sysent.c
209
.sy_call = (sy_call_t *)linux_sys_pipe