OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipe_peer
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
pipe.h
101
struct pipe *
pipe_peer
; /* link with other direction */
member in struct:pipe
/src/sys/kern/
sys_pipe.c
252
rpipe->
pipe_peer
= wpipe;
253
wpipe->
pipe_peer
= rpipe;
513
pipeselwakeup(rpipe, rpipe->
pipe_peer
, POLL_OUT);
555
pipeselwakeup(rpipe, rpipe->
pipe_peer
, POLL_OUT);
579
wpipe = rpipe->
pipe_peer
;
785
pipe = pipe->
pipe_peer
;
796
pipe = pipe->
pipe_peer
;
826
wpipe = rpipe->
pipe_peer
;
870
if (ub->st_blksize == 0 && pipe->
pipe_peer
)
871
ub->st_blksize = pipe->
pipe_peer
->pipe_buffer.size
[
all
...]
/src/usr.bin/fstat/
fstat.c
1286
cp.
pipe_peer
,
Completed in 13 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025