Searched refs:ip_vp (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_exec.c | 728 fp_set_data(fp, imgp->ip_vp); in exec_shell_imgact() 734 vnode_ref(imgp->ip_vp); in exec_shell_imgact() 853 error = vn_rdwr(UIO_READ, imgp->ip_vp, imgp->ip_vdata, in exec_fat_imgact() 1001 assert(imgp->ip_vp != NULL); in get_teamid_for_shared_region() 1003 const char *ret = csvnode_get_teamid(imgp->ip_vp, imgp->ip_arch_offset); in get_teamid_for_shared_region() 1008 struct cs_blob *blob = csvnode_get_blob(imgp->ip_vp, imgp->ip_arch_offset); in get_teamid_for_shared_region() 1074 if (IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, entitlement)) { in encode_HR_entitlement() 1161 IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, in exec_check_security_entitlement() 1166 IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, in exec_check_security_entitlement() 1246 if (load_result->platform_binary && IOVnodeHasEntitlement(imgp->ip_vp, in imgact_setup_has_checked_allocations_entitlement() [all …]
|
| H A D | mach_loader.c | 585 struct cs_blob *csblob = csvnode_get_blob(imgp->ip_vp, imgp->ip_arch_offset); in process_is_plugin_host() 592 …if (IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, OVERRIDE_PLUGIN_HOST_ENTITLE… in process_is_plugin_host() 610 if (IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, entitlement)) { in process_is_plugin_host() 691 struct vnode *vp = imgp->ip_vp; in load_machfile() 842 if (IOVnodeGetIntegerEntitlement(imgp->ip_vp, in load_machfile() 1873 error = vn_rdwr(UIO_READ, imgp->ip_vp, ip_vdata, in check_if_simulator_binary() 1904 error = vn_rdwr(UIO_READ, imgp->ip_vp, addr, (int)alloc_size, file_offset, in check_if_simulator_binary()
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | imgact.h | 80 struct vnode *ip_vp; /* file */ member
|
| /xnu-12377.61.12/security/ |
| H A D | mac_process.c | 925 struct vnode *vp = imgp->ip_vp; in mac_proc_check_launch_constraints()
|