Home
last modified time | relevance | path

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

/mirbsd/src/sys/kern/
Dsys_pipe.c96 int pipespace(struct pipe *, u_int);
172 pipespace(cpipe, size) in pipespace() function
216 error = pipespace(cpipe, PIPE_SIZE);
428 if (pipespace(wpipe, BIG_PIPE_SIZE) == 0)