Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h292 #define VSHARED_DYLD 0x000200 /* vnode is a dyld shared cache file */ macro
/xnu-12377.41.6/bsd/vm/
H A Dvm_unix.c1742 srfmp->vp->v_flag |= VSHARED_DYLD; in shared_region_map_and_slide_cleanup()
1765 svp->v_flag |= VSHARED_DYLD; in shared_region_map_and_slide_cleanup()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_xattr.c445 svp->v_flag |= VSHARED_DYLD; in vnode_setasnamedstream_internal()
H A Dkpi_vfs.c3378 return (vp->v_flag & VSHARED_DYLD) ? 1 : 0; in vnode_isdyldsharedcache()