Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Dkern_descrip.c1165 char *newofileflags; in fdalloc() local
1217 newofileflags = kalloc_data(numfiles, Z_WAITOK | Z_ZERO); in fdalloc()
1219 if (newofileflags == NULL || newofiles == NULL) { in fdalloc()
1221 kfree_data(newofileflags, numfiles); in fdalloc()
1226 kfree_data(newofileflags, numfiles); in fdalloc()
1237 memcpy(newofileflags, fdp->fd_ofileflags, oldnfiles); in fdalloc()
1242 fdp->fd_ofileflags = newofileflags; in fdalloc()