newofile 725 kern/kern_descrip.c struct file **newofile; newofile 737 kern/kern_descrip.c newofile = malloc(nfiles * OFILESIZE, M_FILEDESC, M_WAITOK); newofile 738 kern/kern_descrip.c newofileflags = (char *) &newofile[nfiles]; newofile 744 kern/kern_descrip.c bcopy(fdp->fd_ofiles, newofile, newofile 746 kern/kern_descrip.c bzero((char *)newofile + i, nfiles * sizeof(struct file *) - i); newofile 777 kern/kern_descrip.c fdp->fd_ofiles = newofile;