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

  /src/sys/kern/
sys_pipe.c 135 static int pipespace(struct pipe *, int);
274 pipespace(struct pipe *pipe, int size) function in typeref:typename:int
318 error = pipespace(pipe, PIPE_SIZE);
610 if (pipespace(wpipe, BIG_PIPE_SIZE) == 0)
sys_pipe.c 135 static int pipespace(struct pipe *, int);
274 pipespace(struct pipe *pipe, int size) function in typeref:typename:int
318 error = pipespace(pipe, PIPE_SIZE);
610 if (pipespace(wpipe, BIG_PIPE_SIZE) == 0)

Completed in 22 milliseconds