Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dfile_internal.h530 extern void guarded_fileproc_copy_guard(struct fileproc *ofp, struct fileproc *nfp);
/xnu-8792.41.9/bsd/kern/
H A Dkern_guarded.c117 guarded_fileproc_copy_guard(struct fileproc *ofp, struct fileproc *nfp) in guarded_fileproc_copy_guard() function
H A Dkern_descrip.c969 guarded_fileproc_copy_guard(ofp, nfp); in fdt_fork()