Home
last modified time | relevance | path

Searched refs:PIPE_PAIR (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.101.15/tests/
H A Dpoll_select_kevent_paired_fds.c67 PIPE_PAIR, enumerator
755 case PIPE_PAIR: { in fd_pair_init()
929 PAIR_DECL(pipe, PIPE_PAIR)
/xnu-10063.101.15/bsd/kern/
H A Dsys_pipe.c165 #define PIPE_PAIR(pipe) \ macro
570 return PIPE_PAIR(p)->pp_pipe_id; in pipe_id()
1388 pipepair_destroy_pipe(PIPE_PAIR(cpipe), cpipe); in pipeclose()
1591 struct pipe *rpipe = &PIPE_PAIR(cpipe)->pp_rpipe; in pipe_kqfilter()
1660 struct pipe *rpipe = &PIPE_PAIR(cpipe)->pp_rpipe; in filt_pipedetach()