Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOBSD.h69 extern boolean_t IOVnodeHasEntitlement(struct vnode *vnode, int64_t off, const char *entitlement);
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp1659 IOVnodeHasEntitlement(vnode_t vnode, int64_t off, const char *entitlement) in IOVnodeHasEntitlement() function
/xnu-11215/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.c1133 if (IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, entitlement)) { in encode_HR_entitlement()
7743 no_sandbox_entitled = IOVnodeHasEntitlement(imgp->ip_vp, in process_signature()
/xnu-11215/osfmk/kern/
H A Dexclaves.c2445 return IOVnodeHasEntitlement(vnode, off, entitlement); in has_entitlement_vnode()