Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dcodesign.h98 int cs_entitlements_dictionary_copy_vnode(struct vnode *, off_t, void **);
/xnu-11215/bsd/kern/
H A Dkern_cs.c1763 cs_entitlements_dictionary_copy_vnode(vnode_t vnode, off_t offset, void **entitlements) in cs_entitlements_dictionary_copy_vnode() function
/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp1539 if (cs_entitlements_dictionary_copy_vnode(vnode, offset, (void**)&entitlements) != 0) { in copyClientEntitlementsVnode()