Home
last modified time | relevance | path

Searched refs:FD_PIPE (Results 1 – 3 of 3) sorted by last modified time

/xv6-public/
H A Dpipe.c38 (*f0)->type = FD_PIPE; in pipealloc()
42 (*f1)->type = FD_PIPE; in pipealloc()
H A Dfile.c73 if(ff.type == FD_PIPE) in fileclose()
103 if(f->type == FD_PIPE) in fileread()
124 if(f->type == FD_PIPE) in filewrite()
H A Dfile.h2 enum { FD_NONE, FD_PIPE, FD_INODE } type; enumerator