UbixOS  2.0
pipe.c File Reference
#include <sys/pipe.h>
#include <sys/sysproto_posix.h>
#include <sys/thread.h>
#include <lib/kprintf.h>
#include <assert.h>
#include <sys/descrip.h>
Include dependency graph for pipe.c:

Go to the source code of this file.

Functions

int pipe (struct thread *td, struct pipe_args *uap)
 

Function Documentation

◆ pipe()

int pipe ( struct thread td,
struct pipe_args uap 
)

HACK

Definition at line 39 of file pipe.c.

References file::f_flag, falloc(), file::fd, FREAD, FWRITE, and thread::td_retval.

Here is the call graph for this function: