Searched refs:ip_vfs_context (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.61.2/bsd/kern/ ! |
| H A D | kern_exec.c | 694 p = vfs_context_proc(imgp->ip_vfs_context); in exec_shell_imgact() 695 error = falloc(p, &fp, &fd, imgp->ip_vfs_context); in exec_shell_imgact() 748 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in exec_fat_imgact() 1154 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in exec_mach_imgact() 1783 error = falloc(p, &fp, &main_binary_fd, imgp->ip_vfs_context); in exec_mach_imgact() 1798 error = VNOP_OPEN(imgp->ip_vp, FREAD, imgp->ip_vfs_context); in exec_mach_imgact() 2131 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in exec_activate_image() 2157 UIO_SYSSPACE, CAST_USER_ADDR_T(excpath), imgp->ip_vfs_context); in exec_activate_image() 2202 vfs_context_ucred(imgp->ip_vfs_context), in exec_activate_image() 2203 &resid, vfs_context_proc(imgp->ip_vfs_context)); in exec_activate_image() [all …]
|
| H A D | mach_loader.c | 392 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in arm64e_plugin_host() 408 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in arm64e_plugin_host() 430 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in arm64e_plugin_host() 785 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in parse_machfile() 911 UIO_SYSSPACE, 0, vfs_context_ucred(imgp->ip_vfs_context), &resid, p); in parse_machfile() 3156 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in load_dylinker() 3157 int error = falloc(p, &fp, &dyld_fd, imgp->ip_vfs_context); in load_dylinker() 3159 error = VNOP_OPEN(vp, FREAD, imgp->ip_vfs_context); in load_dylinker() 3193 int error = vnode_getattr(vp, va, imgp->ip_vfs_context); in load_dylinker()
|
| /xnu-8792.61.2/bsd/sys/ ! |
| H A D | imgact.h | 109 struct vfs_context *ip_vfs_context; /* VFS context */ member
|