Home
last modified time | relevance | path

Searched defs:pipe_peer (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/sys/
Dpipe.h88 struct pipe *pipe_peer; /* [p] link with other direction */ member
Dsysctl.h801 uint64_t pipe_peer; /* PTR: link with other direction */ member
/openbsd/src/sys/kern/
Dsys_pipe.c295 pipe_peer(struct pipe *cpipe) in pipe_peer() function