Searched refs:newtextvp (Results 1 – 1 of 1) sorted by relevance
379 struct vnode *oldtextvp = NULL, *newtextvp; in do_execve() local452 newtextvp = nd.ni_vp; in do_execve()453 imgp->vp = newtextvp; in do_execve()462 vn_lock(newtextvp, LK_SHARED | LK_RETRY); in do_execve()463 AUDIT_ARG_VNODE1(newtextvp); in do_execve()464 imgp->vp = newtextvp; in do_execve()625 VOP_UNSET_TEXT_CHECKED(newtextvp); in do_execve()631 mac_execve_interpreter_enter(newtextvp, &interpvplabel); in do_execve()634 VOP_CLOSE(newtextvp, FREAD, td->td_ucred, td); in do_execve()637 vput(newtextvp); in do_execve()[all …]