Searched refs:newofiles (Results 1 – 1 of 1) sorted by relevance
1086 struct fileproc **newofiles, **ofiles; in fdalloc() local1138 newofiles = kheap_alloc(KM_OFILETABL, numfiles * OFILESIZE, in fdalloc()1141 if (newofiles == NULL) { in fdalloc()1145 kheap_free(KM_OFILETABL, newofiles, numfiles * OFILESIZE); in fdalloc()1148 newofileflags = (char *) &newofiles[numfiles]; in fdalloc()1154 (void) memcpy(newofiles, fdp->fd_ofiles, in fdalloc()1156 (void) memset(&newofiles[oldnfiles], 0, in fdalloc()1165 fdp->fd_ofiles = newofiles; in fdalloc()