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

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h256 #define VSHARED_DYLD 0x000200 /* vnode is a dyld shared cache file */ macro
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c1394 vp->v_flag |= VSHARED_DYLD;
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c2907 return ((vp->v_flag & VSHARED_DYLD) ? 1 : 0);

Completed in 88 milliseconds