Searched refs:kern_pipe (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/kern/ |
H A D | sys_pipe.c | 477 kern_pipe(struct thread *td, int fildes[2], int flags, struct filecaps *fcaps1, in kern_pipe() function 535 error = kern_pipe(td, fildes, 0, NULL, NULL); in freebsd10_pipe() 553 error = kern_pipe(td, fildes, uap->flags, NULL, NULL); in sys_pipe2()
|
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 1629 error = kern_pipe(td, fildes, 0, NULL, NULL); in linux_pipe() 1657 error = kern_pipe(td, fildes, flags, NULL, NULL); in linux_pipe2()
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 271 int kern_pipe(struct thread *td, int fildes[2], int flags,
|