HomeSort by: relevance | last modified time | path
    Searched defs:ppipe (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
sys_pipe.c 963 struct pipe *ppipe; local in function:pipeclose
996 if ((ppipe = pipe->pipe_peer) != NULL) {
997 pipeselwakeup(ppipe, ppipe, POLL_HUP);
998 ppipe->pipe_state |= PIPE_EOF;
999 cv_broadcast(&ppipe->pipe_rcv);
1000 ppipe->pipe_peer = NULL;
sys_pipe.c 963 struct pipe *ppipe; local in function:pipeclose
996 if ((ppipe = pipe->pipe_peer) != NULL) {
997 pipeselwakeup(ppipe, ppipe, POLL_HUP);
998 ppipe->pipe_state |= PIPE_EOF;
999 cv_broadcast(&ppipe->pipe_rcv);
1000 ppipe->pipe_peer = NULL;

Completed in 25 milliseconds