fdinsert
fdinsert(fdp, fd, flags, fp);
fdinsert(p->p_fd, fd, UF_EXCLOSE, fp);
fdinsert(fdp, fd, cloexec, fp);
fdinsert(fdp, fd, UF_EXCLOSE, fp);
fdinsert(p->p_fd, epp->ep_fd, 0, fp);
fdinsert(fdp, fd, cloexec, fp);
fdinsert(p->p_fd, indx, 0, fp);
fdinsert(fdp, fds[0], fdflags, rf);
fdinsert(fdp, fds[1], fdflags, wf);
fdinsert(fdp, cindx, 0, cfp);
fdinsert(fdp, sindx, 0, sfp);
fdinsert(fdp, fd, fdflags, fp);
fdinsert(fdp, fd, UF_EXCLOSE, fp);
fdinsert(fdp, tmpfd, fdflags, fp);
fdinsert(fdp, sv[0], fdflags, fp1);
fdinsert(fdp, sv[1], fdflags, fp2);
fdinsert(fdp, indx, fdflags, fp);
fdinsert(fdp, indx, fdflags, fp);
void fdinsert(struct filedesc *, int, int, struct file *);