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

/darwin-on-arm/xnu/bsd/sys/
H A Dimgact.h108 struct vfs_context *ip_vfs_context; /* VFS context */ member in struct:image_params
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c536 p = vfs_context_proc(imgp->ip_vfs_context);
537 error = falloc(p, &fp, &fd, imgp->ip_vfs_context);
589 proc_t p = vfs_context_proc(imgp->ip_vfs_context);
710 proc_t p = vfs_context_proc(imgp->ip_vfs_context);
1269 proc_t p = vfs_context_proc(imgp->ip_vfs_context);
1284 UIO_SYSSPACE, CAST_USER_ADDR_T(imgp->ip_strings), imgp->ip_vfs_context);
1321 vfs_context_ucred(imgp->ip_vfs_context),
1322 &resid, vfs_context_proc(imgp->ip_vfs_context));
1368 UIO_SYSSPACE, CAST_USER_ADDR_T(imgp->ip_strings), imgp->ip_vfs_context);
1383 kauth_authorize_fileop(vfs_context_ucred(imgp->ip_vfs_context),
[all...]
H A Dmach_loader.c378 psignal(vfs_context_proc(imgp->ip_vfs_context), SIGKILL);

Completed in 73 milliseconds