Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_descrip.c1183 char *newofileflags; in fdalloc() local
1235 newofileflags = kalloc_data(numfiles, Z_WAITOK | Z_ZERO); in fdalloc()
1237 if (newofileflags == NULL || newofiles == NULL) { in fdalloc()
1239 kfree_data(newofileflags, numfiles); in fdalloc()
1244 kfree_data(newofileflags, numfiles); in fdalloc()
1255 memcpy(newofileflags, fdp->fd_ofileflags, oldnfiles); in fdalloc()
1260 fdp->fd_ofileflags = newofileflags; in fdalloc()