Searched refs:IOVnodeHasEntitlement (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.101.15/iokit/IOKit/ |
| H A D | IOBSD.h | 69 extern boolean_t IOVnodeHasEntitlement(struct vnode *vnode, int64_t off, const char *entitlement);
|
| /xnu-11417.101.15/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 1659 IOVnodeHasEntitlement(vnode_t vnode, int64_t off, const char *entitlement) in IOVnodeHasEntitlement() function
|
| /xnu-11417.101.15/bsd/kern/ |
| H A D | mach_loader.c | 385 …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 D | kern_exec.c | 1160 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 D | exclaves.c | 2449 return IOVnodeHasEntitlement(vnode, off, entitlement); in has_entitlement_vnode()
|