Searched refs:oldnfiles (Results 1 – 1 of 1) sorted by relevance
1181 int last, numfiles, oldnfiles; in fdalloc() local1252 oldnfiles = fdp->fd_nfiles; in fdalloc()1254 oldnfiles * sizeof(*fdp->fd_ofiles)); in fdalloc()1255 memcpy(newofileflags, fdp->fd_ofileflags, oldnfiles); in fdalloc()1257 kfree_type(struct fileproc *, oldnfiles, fdp->fd_ofiles); in fdalloc()1258 kfree_data(fdp->fd_ofileflags, oldnfiles); in fdalloc()