Searched refs:kern_pipe (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | sys_pipe.c | 444 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 D | syscallsubr.h | 226 int kern_pipe(struct thread *td, int fildes[2], int flags,
|