Searched refs:newtextvp (Results 1 – 1 of 1) sorted by relevance
378 struct vnode *oldtextvp = NULL, *newtextvp; in do_execve() local455 newtextvp = nd.ni_vp; in do_execve()456 imgp->vp = newtextvp; in do_execve()465 vn_lock(newtextvp, LK_SHARED | LK_RETRY); in do_execve()466 AUDIT_ARG_VNODE1(newtextvp); in do_execve()467 imgp->vp = newtextvp; in do_execve()627 VOP_UNSET_TEXT_CHECKED(newtextvp); in do_execve()633 mac_execve_interpreter_enter(newtextvp, &interpvplabel); in do_execve()636 VOP_CLOSE(newtextvp, FREAD, td->td_ucred, td); in do_execve()639 vput(newtextvp); in do_execve()[all …]