Searched refs:fpipe (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/fs/fifofs/
H A Dfifo_vnops.c132 struct pipe *fpipe; local
143 error = pipe_named_ctor(&fpipe, td);
147 fip->fi_pipe = fpipe;
148 fpipe->pipe_wgen = 0;
152 fpipe = fip->fi_pipe;
153 KASSERT(fpipe != NULL, ("fifo_open: pipe is NULL"));
160 PIPE_LOCK(fpipe);
165 fpipe->pipe_state &= ~PIPE_EOF;
168 pipeselwakeup(fpipe);
171 fp->f_pipegen = fpipe
[all...]
/freebsd-current/contrib/diff/src/
H A Ddiff3.c1196 FILE *fpipe;
1223 fpipe = popen (command, "r");
1224 if (!fpipe)
1227 fd = fileno (fpipe);
1261 wstatus = pclose (fpipe);
1192 FILE *fpipe; local
/freebsd-current/sys/compat/linux/
H A Dlinux_file.c1309 struct pipe *fpipe; local
1451 fpipe = fp->f_data;
1452 td->td_retval[0] = fpipe->pipe_buffer.size;

Completed in 131 milliseconds