Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dsys_pipe.c301 rpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()
302 wpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()
1080 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_write()
1440 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()
1457 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()
1475 wpipe->pipe_present == PIPE_ACTIVE) { in pipe_poll()
1654 if (ppipe->pipe_present == PIPE_ACTIVE) { in pipeclose()
1669 cpipe->pipe_present = PIPE_CLOSING; in pipeclose()
1678 cpipe->pipe_present = PIPE_FINALIZED; in pipeclose()
1783 if (wpipe->pipe_present == PIPE_ACTIVE || in filt_pipewrite()
[all …]
/freebsd-13.1/sys/sys/
H A Dpipe.h120 u_char pipe_present; /* still present? */ member