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