Home
last modified time | relevance | path

Searched refs:IOVnodeHasEntitlement (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.101.15/iokit/IOKit/
H A DIOBSD.h69 extern boolean_t IOVnodeHasEntitlement(struct vnode *vnode, int64_t off, const char *entitlement);
/xnu-11417.101.15/iokit/bsddev/
H A DIOKitBSDInit.cpp1659 IOVnodeHasEntitlement(vnode_t vnode, int64_t off, const char *entitlement) in IOVnodeHasEntitlement() function
/xnu-11417.101.15/bsd/kern/
H A Dmach_loader.c385 …if (IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, OVERRIDE_PLUGIN_HOST_ENTITLE… in process_is_plugin_host()
403 if (IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, entitlement)) { in process_is_plugin_host()
H A Dkern_exec.c1160 if (IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, entitlement)) { in encode_HR_entitlement()
1291 if (IOVnodeHasEntitlement(imgp->ip_vp, in apply_hardened_process_policy()
7963 no_sandbox_entitled = IOVnodeHasEntitlement(imgp->ip_vp, in process_signature()
/xnu-11417.101.15/osfmk/kern/
H A Dexclaves.c2449 return IOVnodeHasEntitlement(vnode, off, entitlement); in has_entitlement_vnode()