Searched refs:rpipe (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c390 * FREAD | fd0 | -->[struct rpipe] --> |~~buffer~~| \
400 struct pipe *rpipe, *wpipe; local
407 rpipe = wpipe = NULL;
408 if (pipe_create(&rpipe) || pipe_create(&wpipe)) {
417 error = pipespace(rpipe, choose_pipespace(rpipe->pipe_buffer.size, 0));
421 TAILQ_INIT(&rpipe->pipe_evlist);
436 rf->f_data = (caddr_t)rpipe;
449 rpipe->pipe_peer = wpipe;
450 wpipe->pipe_peer = rpipe;
465 mac_pipe_label_associate(kauth_cred_get(), rpipe); local
715 struct pipe *rpipe = (struct pipe *)fp->f_data; local
867 struct pipe *wpipe, *rpipe; local
1178 struct pipe *rpipe = (struct pipe *)fp->f_data; local
1430 struct pipe *rpipe = (struct pipe *)kn->kn_fp->f_data; local
1470 struct pipe *rpipe = (struct pipe *)kn->kn_fp->f_data; local
[all...]

Completed in 20 milliseconds