Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dkern_descrip.c1151 char *newofileflags; in fdalloc() local
1203 newofileflags = kalloc_data(numfiles, Z_WAITOK | Z_ZERO); in fdalloc()
1205 if (newofileflags == NULL || newofiles == NULL) { in fdalloc()
1207 kfree_data(newofileflags, numfiles); in fdalloc()
1212 kfree_data(newofileflags, numfiles); in fdalloc()
1223 memcpy(newofileflags, fdp->fd_ofileflags, oldnfiles); in fdalloc()
1228 fdp->fd_ofileflags = newofileflags; in fdalloc()