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.c321 rpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()
322 wpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()
1118 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_write()
1478 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()
1495 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()
1513 wpipe->pipe_present == PIPE_ACTIVE) { in pipe_poll()
1698 if (ppipe->pipe_present == PIPE_ACTIVE) { in pipeclose()
1713 cpipe->pipe_present = PIPE_CLOSING; in pipeclose()
1722 cpipe->pipe_present = PIPE_FINALIZED; in pipeclose()
1831 if (wpipe->pipe_present == PIPE_ACTIVE || in filt_pipewrite()
[all …]
/freebsd/sys/sys/
H A Dpipe.h116 u_char pipe_present; /* still present? */ member