/src/sys/compat/linux/common/ |
linux_pipe.c | 62 linux_sys_pipe(struct lwp *l, const struct linux_sys_pipe_args *uap,
|
/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 *);
|
linux_sysent.c | 152 ns(struct linux_sys_pipe_args),
|
linux_systrace_args.c | 209 const struct linux_sys_pipe_args *p = params;
|
/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 *);
|
linux_sysent.c | 209 ns(struct linux_sys_pipe_args),
|
linux_systrace_args.c | 270 const struct linux_sys_pipe_args *p = params;
|
/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 *);
|
linux_sysent.c | 210 ns(struct linux_sys_pipe_args),
|
linux_systrace_args.c | 277 const struct linux_sys_pipe_args *p = params;
|
/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 *);
|
linux_sysent.c | 218 ns(struct linux_sys_pipe_args),
|
/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 *);
|
linux_sysent.c | 209 ns(struct linux_sys_pipe_args),
|
/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 *);
|
linux_sysent.c | 207 ns(struct linux_sys_pipe_args),
|