Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c687 p = vfs_context_proc(imgp->ip_vfs_context); in exec_shell_imgact()
688 error = falloc(p, &fp, &fd, imgp->ip_vfs_context); in exec_shell_imgact()
741 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in exec_fat_imgact()
1012 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in exec_mach_imgact()
1795 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in exec_activate_image()
1813 UIO_SYSSPACE, CAST_USER_ADDR_T(excpath), imgp->ip_vfs_context); in exec_activate_image()
1858 vfs_context_ucred(imgp->ip_vfs_context), in exec_activate_image()
1859 &resid, vfs_context_proc(imgp->ip_vfs_context)); in exec_activate_image()
1922 UIO_SYSSPACE, CAST_USER_ADDR_T(excpath), imgp->ip_vfs_context); in exec_activate_image()
1944 kauth_authorize_fileop(vfs_context_ucred(imgp->ip_vfs_context), in exec_activate_image()
[all …]
H A Dmach_loader.c382 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in arm64e_plugin_host()
398 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in arm64e_plugin_host()
420 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in arm64e_plugin_host()
647 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in load_machfile()
780 proc_t p = vfs_context_proc(imgp->ip_vfs_context); in parse_machfile()
902 UIO_SYSSPACE, 0, vfs_context_ucred(imgp->ip_vfs_context), &resid, p); in parse_machfile()
3084 int error = vnode_getattr(vp, va, imgp->ip_vfs_context); in load_dylinker()
/xnu-8020.101.4/bsd/sys/
H A Dimgact.h109 struct vfs_context *ip_vfs_context; /* VFS context */ member