Searched refs:newofiles (Results 1 – 1 of 1) sorted by relevance
1182 struct fileproc **newofiles; in fdalloc() local1234 newofiles = kalloc_type(struct fileproc *, numfiles, Z_WAITOK | Z_ZERO); in fdalloc()1237 if (newofileflags == NULL || newofiles == NULL) { in fdalloc()1238 kfree_type(struct fileproc *, numfiles, newofiles); in fdalloc()1243 kfree_type(struct fileproc *, numfiles, newofiles); in fdalloc()1253 memcpy(newofiles, fdp->fd_ofiles, in fdalloc()1259 fdp->fd_ofiles = newofiles; in fdalloc()