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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dimgact.h100 struct vfs_context *ip_vfs_context; /* VFS context */ member in struct:image_params
/macosx-10.5.8/xnu-1228.15.4/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);
592 proc_t p = vfs_context_proc(imgp->ip_vfs_context);
713 proc_t p = vfs_context_proc(imgp->ip_vfs_context);
1203 proc_t p = vfs_context_proc(imgp->ip_vfs_context);
1223 imgp->ip_seg, imgp->ip_user_fname, imgp->ip_vfs_context);
1246 vfs_context_ucred(imgp->ip_vfs_context),
1247 &resid, vfs_context_proc(imgp->ip_vfs_context));
1315 kauth_authorize_fileop(vfs_context_ucred(imgp->ip_vfs_context),
1348 proc_t p = vfs_context_proc(imgp->ip_vfs_context);
[all...]

Completed in 5 milliseconds