Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDsys_pipe.c299 rpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()
300 wpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()
1058 if (wpipe->pipe_present != PIPE_ACTIVE ||
1443 if (wpipe->pipe_present != PIPE_ACTIVE ||
1459 if (wpipe->pipe_present != PIPE_ACTIVE ||
1682 if (ppipe->pipe_present == PIPE_ACTIVE) {
1699 cpipe->pipe_present = PIPE_CLOSING;
1708 cpipe->pipe_present = PIPE_FINALIZED;
1716 if (ppipe->pipe_present == PIPE_FINALIZED) {
1753 if (cpipe->pipe_peer->pipe_present != PIPE_ACTIVE) { in pipe_kqfilter()
[all …]
/NextBSD/sys/sys/
HDpipe.h116 int pipe_present; /* still present? */ member