Home
last modified time | relevance | path

Searched refs:ofiles (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/kern/
H A Dkern_descrip.c768 struct fileproc **ofiles; in fdt_fork() local
855 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() local
961 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 …]