Home
last modified time | relevance | path

Searched refs:PIPE_ACTIVE (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()
1723 if (cpipe->pipe_peer->pipe_present != PIPE_ACTIVE) { in pipe_kqfilter()
1783 if (wpipe->pipe_present == PIPE_ACTIVE || in filt_pipewrite()
1797 if (wpipe->pipe_present != PIPE_ACTIVE || in filt_pipewrite()
/freebsd-13.1/sys/sys/
H A Dpipe.h130 #define PIPE_ACTIVE 1 macro