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 - 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
Indexes created Mon Sep 29 21:09:56 GMT 2025