Home
last modified time | relevance | path

Searched refs:pipe2_args (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/kern/
H A Dsys_pipe.c543 sys_pipe2(struct thread *td, struct pipe2_args *uap) in sys_pipe2()
H A Dinit_sysent.c605 …{ .sy_narg = AS(pipe2_args), .sy_call = (sy_call_t *)sys_pipe2, .sy_auevent = AUE_PIPE, .sy_flags …
H A Dsystrace_args.c3064 struct pipe2_args *p = params; in systrace_args()
/freebsd-14.2/sys/sys/
H A Dsysproto.h1654 struct pipe2_args { struct
2247 int sys_pipe2(struct thread *, struct pipe2_args *);
/freebsd-14.2/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c606 …{ .sy_narg = AS(pipe2_args), .sy_call = (sy_call_t *)sys_pipe2, .sy_auevent = AUE_PIPE, .sy_flags …
H A Dfreebsd32_systrace_args.c2967 struct pipe2_args *p = params; in systrace_args()