Home
last modified time | relevance | path

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