Home | History | Annotate | Download | only in kern

Lines Matching refs:fildes

207 pipe1(struct lwp *l, int *fildes, int flags)
231 fildes[0] = fd;
236 fildes[1] = fd;
242 fd_set_exclose(l, fildes[0], (flags & O_CLOEXEC) != 0);
243 fd_set_foclose(l, fildes[0], (flags & O_CLOFORK) != 0);
249 fd_set_exclose(l, fildes[1], (flags & O_CLOEXEC) != 0);
250 fd_set_foclose(l, fildes[1], (flags & O_CLOFORK) != 0);
255 fd_affix(p, rf, fildes[0]);
256 fd_affix(p, wf, fildes[1]);
259 fd_abort(p, rf, fildes[0]);