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

  /src/sys/sys/
pipe.h 84 #define PIPE_RESTART 0x400 /* Return ERESTART to blocked syscalls */
  /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;

Completed in 12 milliseconds