Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/sys/
H A Dubc_internal.h254 boolean_t ubc_cs_is_range_codesigned(vnode_t, mach_vm_offset_t, mach_vm_size_t);
/xnu-10002.61.3/bsd/vm/
H A Dvm_unix.c2655 if (ubc_cs_is_range_codesigned(srfmp->vp, in shared_region_map_and_slide_setup()
3274 if (!ubc_cs_is_range_codesigned(vp, rp->mwlr_file_offset, rp->mwlr_size)) { in map_with_linking_np()
/xnu-10002.61.3/bsd/kern/
H A Dubc_subr.c6111 ubc_cs_is_range_codesigned( in ubc_cs_is_range_codesigned() function