cfp 1100 kern/tty_pty.c struct file *cfp = NULL, *sfp = NULL;
cfp 1113 kern/tty_pty.c if ((error = falloc(p, &cfp, &cindx)) != 0) {
cfp 1119 kern/tty_pty.c closef(cfp, p);
cfp 1141 kern/tty_pty.c cfp->f_flag = FREAD|FWRITE;
cfp 1142 kern/tty_pty.c cfp->f_type = DTYPE_VNODE;
cfp 1143 kern/tty_pty.c cfp->f_ops = &vnops;
cfp 1144 kern/tty_pty.c cfp->f_data = (caddr_t) cnd.ni_vp;
cfp 1207 kern/tty_pty.c FILE_SET_MATURE(cfp);
cfp 1219 kern/tty_pty.c closef(cfp, p);