Searched refs:kern_pipe (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | sys_pipe.c | 400 kern_pipe(struct thread *td, int fildes[2], int flags, struct filecaps *fcaps1, in kern_pipe() function 455 error = kern_pipe(td, fildes, 0, NULL, NULL); in sys_pipe() 472 error = kern_pipe(td, fildes, uap->flags, NULL, NULL); in sys_pipe2()
|
| /NextBSD/sys/compat/cloudabi/ |
| HD | cloudabi_fd.c | 148 error = kern_pipe(td, fds, 0, &fcaps1, &fcaps2); in cloudabi_sys_fd_create2()
|
| /NextBSD/sys/sys/ |
| HD | syscallsubr.h | 162 int kern_pipe(struct thread *td, int fildes[2], int flags,
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_file.c | 1585 error = kern_pipe(td, fildes, 0, NULL, NULL); in linux_pipe() 1612 error = kern_pipe(td, fildes, flags, NULL, NULL); in linux_pipe2()
|