Searched refs:VSHARED_DYLD (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h240 #define VSHARED_DYLD 0x000200 /* vnode is a dyld shared cache file */ macro
/macosx-10.10/xnu-2782.1.97/bsd/vm/
H A Dvm_unix.c1411 vp->v_flag |= VSHARED_DYLD;
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c2667 return ((vp->v_flag & VSHARED_DYLD) ? 1 : 0);

Completed in 142 milliseconds