Searched refs:ip_vfs_context (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_exec.c | 717 p = vfs_context_proc(imgp->ip_vfs_context); in exec_shell_imgact() 718 error = falloc_exec(p, imgp->ip_vfs_context, &fp, &fd); in exec_shell_imgact() 771 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in exec_fat_imgact() 1324 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in exec_mach_imgact() 1775 fdt_exec(p, vfs_context_ucred(imgp->ip_vfs_context), in exec_mach_imgact() 2019 error = falloc_exec(p, imgp->ip_vfs_context, &fp, &main_binary_fd); in exec_mach_imgact() 2034 error = VNOP_OPEN(imgp->ip_vp, FREAD, imgp->ip_vfs_context); in exec_mach_imgact() 2372 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in exec_activate_image() 2398 UIO_SYSSPACE, CAST_USER_ADDR_T(excpath), imgp->ip_vfs_context); in exec_activate_image() 2443 vfs_context_ucred(imgp->ip_vfs_context), in exec_activate_image() [all …]
|
| H A D | mach_loader.c | 595 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in process_is_plugin_host() 611 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in process_is_plugin_host() 634 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in process_is_plugin_host() 1073 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in parse_machfile() 1199 UIO_SYSSPACE, 0, vfs_context_ucred(imgp->ip_vfs_context), &resid, p); in parse_machfile() 3292 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in load_dylinker() 3293 int error = falloc_exec(p, imgp->ip_vfs_context, &fp, &dyld_fd); in load_dylinker() 3295 error = VNOP_OPEN(vp, FREAD, imgp->ip_vfs_context); in load_dylinker() 3331 int error = vnode_getattr(vp, va, imgp->ip_vfs_context); in load_dylinker()
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | imgact.h | 109 struct vfs_context *ip_vfs_context; /* VFS context */ member
|