Searched refs:newofile (Results 1 – 1 of 1) sorted by relevance
914 struct file **newofile, **oldofile; in fdexpand() local931 newofile = mallocarray(nfiles, OFILESIZE, M_FILEDESC, M_WAITOK); in fdexpand()942 newofileflags = (char *) &newofile[nfiles]; in fdexpand()949 memcpy(newofile, fdp->fd_ofiles, copylen); in fdexpand()950 memset((char *)newofile + copylen, 0, in fdexpand()978 fdp->fd_ofiles = newofile; in fdexpand()