Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dfile_internal.h551 extern void guarded_fileproc_copy_guard(struct fileproc *ofp, struct fileproc *nfp);
/xnu-11417.121.6/bsd/kern/
H A Dkern_guarded.c115 guarded_fileproc_copy_guard(struct fileproc *ofp, struct fileproc *nfp) in guarded_fileproc_copy_guard() function
H A Dkern_descrip.c984 guarded_fileproc_copy_guard(ofp, nfp); in fdt_fork()