Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_pipe.c335 rpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()
336 wpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()
1162 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_write()
1522 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()
1539 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()
1557 wpipe->pipe_present == PIPE_ACTIVE) { in pipe_poll()
1743 if (ppipe->pipe_present == PIPE_ACTIVE) { in pipeclose()
1758 cpipe->pipe_present = PIPE_CLOSING; in pipeclose()
1767 cpipe->pipe_present = PIPE_FINALIZED; in pipeclose()
1775 if (ppipe->pipe_present == PIPE_FINALIZED) { in pipeclose()
[all …]
/freebsd/sys/sys/
H A Dpipe.h116 u_char pipe_present; /* still present? */ member