Searched refs:ofiles (Results 1 – 1 of 1) sorted by relevance
768 struct fileproc **ofiles; in fdt_fork() local855 ofiles = kheap_alloc(KM_OFILETABL, n_files * OFILESIZE, in fdt_fork()857 if (ofiles == NULL) { in fdt_fork()868 ofileflags = (char *)&ofiles[n_files]; in fdt_fork()899 ofiles[i] = nfp; in fdt_fork()907 newfdp->fd_ofiles = ofiles; in fdt_fork()924 struct fileproc *fp, **ofiles; in fdt_invalidate() local961 ofiles = fdp->fd_ofiles; in fdt_invalidate()985 kheap_free(KM_OFILETABL, ofiles, n_files * OFILESIZE); in fdt_invalidate()1086 struct fileproc **newofiles, **ofiles; in fdalloc() local[all …]