Searched refs:pipe2_args (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | sys_pipe.c | 467 sys_pipe2(struct thread *td, struct pipe2_args *uap) in sys_pipe2()
|
| H A D | init_sysent.c | 594 …{ AS(pipe2_args), (sy_call_t *)sys_pipe2, AUE_PIPE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /…
|
| H A D | systrace_args.c | 3087 struct pipe2_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 620 …{ AS(pipe2_args), (sy_call_t *)sys_pipe2, AUE_PIPE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /…
|
| H A D | freebsd32_systrace_args.c | 3061 struct pipe2_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1669 struct pipe2_args { struct 2153 int sys_pipe2(struct thread *, struct pipe2_args *);
|