/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 133 struct linux_sys_pipe_args { struct 1376 int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 149 struct linux_sys_pipe_args { struct 1478 int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 154 struct linux_sys_pipe_args { struct 1498 int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 152 struct linux_sys_pipe_args { struct 1470 int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 144 struct linux_sys_pipe_args { struct 1512 int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 144 struct linux_sys_pipe_args { struct 1401 int linux_sys_pipe(struct lwp *, const struct linux_sys_pipe_args *, register_t *);
|