Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dkern_descrip.c1190 struct fileproc **newofiles; in fdalloc() local
1242 newofiles = kalloc_type(struct fileproc *, numfiles, Z_WAITOK | Z_ZERO); in fdalloc()
1245 if (newofileflags == NULL || newofiles == NULL) { in fdalloc()
1246 kfree_type(struct fileproc *, numfiles, newofiles); in fdalloc()
1251 kfree_type(struct fileproc *, numfiles, newofiles); in fdalloc()
1261 memcpy(newofiles, fdp->fd_ofiles, in fdalloc()
1267 fdp->fd_ofiles = newofiles; in fdalloc()