Home
last modified time | relevance | path

Searched refs:oldnfiles (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/bsd/kern/
H A Dkern_descrip.c1189 int last, numfiles, oldnfiles; in fdalloc() local
1260 oldnfiles = fdp->fd_nfiles; in fdalloc()
1262 oldnfiles * sizeof(*fdp->fd_ofiles)); in fdalloc()
1263 memcpy(newofileflags, fdp->fd_ofileflags, oldnfiles); in fdalloc()
1265 kfree_type(struct fileproc *, oldnfiles, fdp->fd_ofiles); in fdalloc()
1266 kfree_data(fdp->fd_ofileflags, oldnfiles); in fdalloc()