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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dimgact.h81 struct vnode_attr *ip_vattr; /* run file attributes */ member in struct:image_params
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c473 * imgp->ip_vattr is known to be valid.
815 if (imgp->ip_vattr->va_fsid == exec_archhandler_ppc.fsid &&
816 imgp->ip_vattr->va_fileid == (uint64_t)((u_long)exec_archhandler_ppc.fileid)) {
1241 *imgp->ip_origvattr = *imgp->ip_vattr;
1588 imgp->ip_vattr = &va;
1944 imgp->ip_vattr = &va;
2427 struct vnode_attr *vap = imgp->ip_vattr;

Completed in 82 milliseconds