Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c1164 struct fileproc **newofiles, **ofiles; in fdalloc() local
1216 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()