Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDsys_pipe.c400 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/
HDcloudabi_fd.c148 error = kern_pipe(td, fds, 0, &fcaps1, &fcaps2); in cloudabi_sys_fd_create2()
/NextBSD/sys/sys/
HDsyscallsubr.h162 int kern_pipe(struct thread *td, int fildes[2], int flags,
/NextBSD/sys/compat/linux/
HDlinux_file.c1585 error = kern_pipe(td, fildes, 0, NULL, NULL); in linux_pipe()
1612 error = kern_pipe(td, fildes, flags, NULL, NULL); in linux_pipe2()