Searched refs:newofileflags (Results 1 – 1 of 1) sorted by relevance
1191 char *newofileflags; in fdalloc() local1243 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()