HomeSort by: relevance | last modified time | path
    Searched defs:pipe_restart (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
sys_pipe.c 89 static void pipe_restart(file_t *);
103 .fo_restart = pipe_restart,
521 if (wakeup_state & PIPE_RESTART) {
541 rpipe->pipe_state &= ~PIPE_RESTART;
594 wpipe->pipe_state &= ~PIPE_RESTART;
695 if (wakeup_state & PIPE_RESTART) {
720 wpipe->pipe_state &= ~PIPE_RESTART;
899 pipe_restart(file_t *fp) function in typeref:typename:void
909 pipe->pipe_state |= PIPE_RESTART;
sys_pipe.c 89 static void pipe_restart(file_t *);
103 .fo_restart = pipe_restart,
521 if (wakeup_state & PIPE_RESTART) {
541 rpipe->pipe_state &= ~PIPE_RESTART;
594 wpipe->pipe_state &= ~PIPE_RESTART;
695 if (wakeup_state & PIPE_RESTART) {
720 wpipe->pipe_state &= ~PIPE_RESTART;
899 pipe_restart(file_t *fp) function in typeref:typename:void
909 pipe->pipe_state |= PIPE_RESTART;

Completed in 25 milliseconds