Searched refs:newofiles (Results 1 – 1 of 1) sorted by relevance
1164 struct fileproc **newofiles, **ofiles; in fdalloc() local1216 newofiles = fd_alloc_files(numfiles, Z_WAITOK); in fdalloc()1218 if (newofiles == NULL) { in fdalloc()1222 fd_free_files(newofiles, numfiles); in fdalloc()1225 newofileflags = (char *) &newofiles[numfiles]; in fdalloc()1231 (void) memcpy(newofiles, fdp->fd_ofiles, in fdalloc()1233 (void) memset(&newofiles[oldnfiles], 0, in fdalloc()1242 fdp->fd_ofiles = newofiles; in fdalloc()