Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dsys_pipe.c327 rpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()
328 wpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()
1153 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_write()
1513 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()
1530 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()
1548 wpipe->pipe_present == PIPE_ACTIVE) { in pipe_poll()
1735 if (ppipe->pipe_present == PIPE_ACTIVE) { in pipeclose()
1805 if (cpipe->pipe_peer->pipe_present != PIPE_ACTIVE) { in pipe_kqfilter()
1869 if (wpipe->pipe_present == PIPE_ACTIVE || in filt_pipewrite()
1883 if (wpipe->pipe_present != PIPE_ACTIVE || in filt_pipewrite()
/freebsd-14.2/sys/sys/
H A Dpipe.h126 #define PIPE_ACTIVE 1 macro