Searched refs:ip_vp (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/bsd/sys/ |
| H A D | imgact.h | 80 struct vnode *ip_vp; /* file */ member
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_exec.c | 695 fp_set_data(fp, imgp->ip_vp); in exec_shell_imgact() 701 vnode_ref(imgp->ip_vp); in exec_shell_imgact() 820 error = vn_rdwr(UIO_READ, imgp->ip_vp, imgp->ip_vdata, in exec_fat_imgact() 926 assert(imgp->ip_vp != NULL); in get_teamid_for_shared_region() 928 const char *ret = csvnode_get_teamid(imgp->ip_vp, imgp->ip_arch_offset); in get_teamid_for_shared_region() 933 struct cs_blob *blob = csvnode_get_blob(imgp->ip_vp, imgp->ip_arch_offset); in get_teamid_for_shared_region() 1112 …os_log_error(OS_LOG_DEFAULT, "Unsupported 32-bit executable: \"%s\"", (error) ? imgp->ip_vp->v_nam… in exec_mach_imgact() 1350 } else if ((base = IOVnodeGetEntitlement(imgp->ip_vp, in exec_mach_imgact() 1824 imgp->ip_vp = ndp->ni_vp; /* if set, need to vnode_put() at some point */ in exec_activate_image() 1856 error = vn_rdwr(UIO_READ, imgp->ip_vp, imgp->ip_vdata, PAGE_SIZE, 0, in exec_activate_image() [all …]
|
| H A D | mach_loader.c | 372 struct cs_blob *csblob = csvnode_get_blob(imgp->ip_vp, imgp->ip_arch_offset); in arm64e_plugin_host() 379 …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() 440 struct vnode *vp = imgp->ip_vp; in load_machfile() 1534 error = vn_rdwr(UIO_READ, imgp->ip_vp, ip_vdata, in check_if_simulator_binary() 1565 error = vn_rdwr(UIO_READ, imgp->ip_vp, addr, (int)alloc_size, file_offset, in check_if_simulator_binary()
|