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

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c1274 struct pipe *ppipe; local
1309 if ((ppipe = cpipe->pipe_peer) != NULL) {
1311 ppipe->pipe_state &= ~(PIPE_DRAIN);
1312 ppipe->pipe_state |= PIPE_EOF;
1314 pipeselwakeup(ppipe, ppipe);
1315 wakeup(ppipe);
1318 KNOTE(&ppipe->pipe_sel.si_note, 1);
1320 postpipeevent(ppipe, EV_RCLOSED);
1322 ppipe
1597 struct pipe *ppipe, *cpipe = (struct pipe *)(fp->f_fglob->fg_data); local
[all...]

Completed in 42 milliseconds