Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dkern_descrip.c1191 char *newofileflags; in fdalloc() local
1243 newofileflags = kalloc_data(numfiles, Z_WAITOK | Z_ZERO); in fdalloc()
1245 if (newofileflags == NULL || newofiles == NULL) { in fdalloc()
1247 kfree_data(newofileflags, numfiles); in fdalloc()
1252 kfree_data(newofileflags, numfiles); in fdalloc()
1263 memcpy(newofileflags, fdp->fd_ofileflags, oldnfiles); in fdalloc()
1268 fdp->fd_ofileflags = newofileflags; in fdalloc()