Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dsys_pipe.c300 rpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()
301 wpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()
1035 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_write()
1409 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()
1425 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()
1619 if (ppipe->pipe_present == PIPE_ACTIVE) { in pipeclose()
1690 if (cpipe->pipe_peer->pipe_present != PIPE_ACTIVE) { in pipe_kqfilter()
1732 wpipe->pipe_present != PIPE_ACTIVE || in filt_piperead()
1752 if (wpipe->pipe_present != PIPE_ACTIVE || in filt_pipewrite()
/freebsd-12.1/sys/sys/
H A Dpipe.h124 #define PIPE_ACTIVE 1 macro