Home
last modified time | relevance | path

Searched refs:ip_vfs_context (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/bsd/kern/
H A Dkern_exec.c715 p = vfs_context_proc(imgp->ip_vfs_context); in exec_shell_imgact()
716 error = falloc_exec(p, imgp->ip_vfs_context, &fp, &fd); in exec_shell_imgact()
769 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in exec_fat_imgact()
1215 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in exec_mach_imgact()
1676 fdt_exec(p, vfs_context_ucred(imgp->ip_vfs_context), in exec_mach_imgact()
1945 error = falloc_exec(p, imgp->ip_vfs_context, &fp, &main_binary_fd); in exec_mach_imgact()
1960 error = VNOP_OPEN(imgp->ip_vp, FREAD, imgp->ip_vfs_context); in exec_mach_imgact()
2298 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in exec_activate_image()
2324 UIO_SYSSPACE, CAST_USER_ADDR_T(excpath), imgp->ip_vfs_context); in exec_activate_image()
2369 vfs_context_ucred(imgp->ip_vfs_context), in exec_activate_image()
[all …]
H A Dmach_loader.c388 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in process_is_plugin_host()
404 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in process_is_plugin_host()
426 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in process_is_plugin_host()
798 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in parse_machfile()
924 UIO_SYSSPACE, 0, vfs_context_ucred(imgp->ip_vfs_context), &resid, p); in parse_machfile()
3017 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in load_dylinker()
3018 int error = falloc_exec(p, imgp->ip_vfs_context, &fp, &dyld_fd); in load_dylinker()
3020 error = VNOP_OPEN(vp, FREAD, imgp->ip_vfs_context); in load_dylinker()
3056 int error = vnode_getattr(vp, va, imgp->ip_vfs_context); in load_dylinker()
/xnu-11417.140.69/bsd/sys/
H A Dimgact.h109 struct vfs_context *ip_vfs_context; /* VFS context */ member