OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ppipe
(Results
1 - 1
of
1
) 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;
Completed in 91 milliseconds
Indexes created Mon Oct 13 05:10:05 GMT 2025