Searched refs:ofiles (Results 1 – 1 of 1) sorted by relevance
820 struct fileproc **ofiles; in fdt_fork() local907 ofiles = kalloc_type(struct fileproc *, n_files, Z_WAITOK | Z_ZERO); in fdt_fork()909 if (ofiles == NULL || ofileflags == NULL) { in fdt_fork()910 kfree_type(struct fileproc *, n_files, ofiles); in fdt_fork()960 ofiles[i] = nfp; in fdt_fork()968 newfdp->fd_ofiles = ofiles; in fdt_fork()985 struct fileproc *fp, **ofiles; in fdt_invalidate() local1024 ofiles = fdp->fd_ofiles; in fdt_invalidate()1048 kfree_type(struct fileproc *, n_files, ofiles); in fdt_invalidate()