Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/kern/ !
H A Dkern_descrip.c173 kheap_free(KM_OFILETABL, ofiles, n_files * OFILESIZE) \
839 struct fileproc **ofiles; in fdt_fork() local
926 ofiles = fd_alloc_files(n_files, Z_WAITOK | Z_ZERO); in fdt_fork()
927 if (ofiles == NULL) { in fdt_fork()
938 ofileflags = (char *)&ofiles[n_files]; in fdt_fork()
977 ofiles[i] = nfp; in fdt_fork()
985 newfdp->fd_ofiles = ofiles; in fdt_fork()
1002 struct fileproc *fp, **ofiles; in fdt_invalidate() local
1039 ofiles = fdp->fd_ofiles; in fdt_invalidate()
1063 fd_free_files(ofiles, n_files); in fdt_invalidate()
[all …]