Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/IOKit/
H A DIOBSD.h67 extern boolean_t IOVnodeHasEntitlement(struct vnode *vnode, int64_t off, const char *entitlement);
/xnu-8020.140.41/iokit/bsddev/
H A DIOKitBSDInit.cpp1445 IOVnodeHasEntitlement(vnode_t vnode, int64_t off, const char *entitlement) in IOVnodeHasEntitlement() function
/xnu-8020.140.41/bsd/kern/
H A Dmach_loader.c379 …if (IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, OVERRIDE_PLUGIN_HOST_ENTITLE… in arm64e_plugin_host()
397 if (IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, entitlement)) { in arm64e_plugin_host()
H A Dkern_exec.c6915 no_sandbox_entitled = IOVnodeHasEntitlement(imgp->ip_vp, in check_for_signature()