Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dsys_pipe.c662 cpipe->pipe_state |= PIPE_DEAD; in pipepair_destroy_pipe()
682 cpipe->pipe_state |= PIPE_LWANT; in pipeio_lock()
689 cpipe->pipe_state |= PIPE_LOCKFL; in pipeio_lock()
699 cpipe->pipe_state &= ~PIPE_LOCKFL; in pipeio_unlock()
701 cpipe->pipe_state &= ~PIPE_LWANT; in pipeio_unlock()
1142 wpipe->pipe_state |= PIPE_WANTW; in pipe_write()
1213 mpipe->pipe_state |= PIPE_ASYNC; in pipe_ioctl()
1347 cpipe->pipe_state &= ~PIPE_DRAIN; in pipeclose()
1348 cpipe->pipe_state |= PIPE_EOF; in pipeclose()
1352 cpipe->pipe_state |= PIPE_WANT; in pipeclose()
[all …]
/xnu-11215/bsd/sys/
H A Dpipe.h163 u_int pipe_state; /* pipe status info */ member