Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_pipe.c444 kern_pipe(struct thread *td, int fildes[2], int flags, struct filecaps *fcaps1, in kern_pipe() function
502 error = kern_pipe(td, fildes, 0, NULL, NULL); in freebsd10_pipe()
520 error = kern_pipe(td, fildes, uap->flags, NULL, NULL); in sys_pipe2()
/f-stack/freebsd/sys/
H A Dsyscallsubr.h226 int kern_pipe(struct thread *td, int fildes[2], int flags,