Home
last modified time | relevance | path

Searched refs:pipealloc (Results 1 – 3 of 3) sorted by relevance

/xv6-public/
H A Dpipe.c23 pipealloc(struct file **f0, struct file **f1) in pipealloc() function
H A Ddefs.h99 int pipealloc(struct file**, struct file**);
H A Dsysfile.c431 if(pipealloc(&rf, &wf) < 0) in sys_pipe()