Searched refs:ip_vp (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.140.69/bsd/kern/ |
| H A D | kern_exec.c | 723 fp_set_data(fp, imgp->ip_vp); in exec_shell_imgact() 729 vnode_ref(imgp->ip_vp); in exec_shell_imgact() 848 error = vn_rdwr(UIO_READ, imgp->ip_vp, imgp->ip_vdata, in exec_fat_imgact() 996 assert(imgp->ip_vp != NULL); in get_teamid_for_shared_region() 998 const char *ret = csvnode_get_teamid(imgp->ip_vp, imgp->ip_arch_offset); in get_teamid_for_shared_region() 1003 struct cs_blob *blob = csvnode_get_blob(imgp->ip_vp, imgp->ip_arch_offset); in get_teamid_for_shared_region() 1065 if (IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, entitlement)) { in encode_HR_entitlement() 1120 if (IOVnodeHasEntitlement(imgp->ip_vp, (int64_t)imgp->ip_arch_offset, in exec_setup_hardened_heap() 1317 …os_log_error(OS_LOG_DEFAULT, "Unsupported 32-bit executable: \"%s\"", (error) ? imgp->ip_vp->v_nam… in exec_mach_imgact() 1603 } else if ((base = IOVnodeGetEntitlement(imgp->ip_vp, in exec_mach_imgact() [all …]
|
| H A D | mach_loader.c | 378 struct cs_blob *csblob = csvnode_get_blob(imgp->ip_vp, imgp->ip_arch_offset); in process_is_plugin_host() 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() 446 struct vnode *vp = imgp->ip_vp; in load_machfile() 587 result->is_hardened_process = IOVnodeHasEntitlement(imgp->ip_vp, in load_machfile() 1587 error = vn_rdwr(UIO_READ, imgp->ip_vp, ip_vdata, in check_if_simulator_binary() 1618 error = vn_rdwr(UIO_READ, imgp->ip_vp, addr, (int)alloc_size, file_offset, in check_if_simulator_binary()
|
| /xnu-11417.140.69/bsd/sys/ |
| H A D | imgact.h | 80 struct vnode *ip_vp; /* file */ member
|
| /xnu-11417.140.69/security/ |
| H A D | mac_process.c | 908 struct vnode *vp = imgp->ip_vp; in mac_proc_check_launch_constraints()
|