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