Home
last modified time | relevance | path

Searched refs:kern_pipe (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dsys_pipe.c477 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 Dlinux_file.c1629 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 Dsyscallsubr.h271 int kern_pipe(struct thread *td, int fildes[2], int flags,