UbixOS V2  2.0
pipe.h File Reference
#include <sys/thread.h>
#include <sys/sysproto_posix.h>
Include dependency graph for pipe.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  pipeBuf
 
struct  pipeInfo
 

Functions

int pipe (struct thread *, struct pipe_args *)
 

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: