Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_pipe.c230 static int pipe_paircreate(struct thread *td, struct pipepair **p_pp);
340 pipe_paircreate(struct thread *td, struct pipepair **p_pp) in pipe_paircreate() argument
346 *p_pp = pp = uma_zalloc(pipe_zone, M_WAITOK); in pipe_paircreate()