Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpipe.h130 #define PIPE_ACTIVE 1 macro
/f-stack/freebsd/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()
1079 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_write()
1439 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()
1456 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()
1652 if (ppipe->pipe_present == PIPE_ACTIVE) { in pipeclose()
1721 if (cpipe->pipe_peer->pipe_present != PIPE_ACTIVE) { in pipe_kqfilter()
1781 if (wpipe->pipe_present == PIPE_ACTIVE || in filt_pipewrite()
1795 if (wpipe->pipe_present != PIPE_ACTIVE || in filt_pipewrite()