Home
last modified time | relevance | path

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

/mirbsd/src/sys/kern/
Dsys_pipe.c629 struct pipe *mpipe = (struct pipe *)fp->f_data; local
638 mpipe->pipe_state |= PIPE_ASYNC;
640 mpipe->pipe_state &= ~PIPE_ASYNC;
645 *(int *)data = mpipe->pipe_buffer.cnt;
649 mpipe->pipe_pgid = *(int *)data;
653 *(int *)data = mpipe->pipe_pgid;