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

/freebsd-10.2-release/sys/kern/
H A Dkern_exec.c365 struct vnode *textvp = NULL, *binvp = NULL; local
439 binvp = nd.ni_vp;
440 imgp->vp = binvp;
447 cap_rights_init(&rights, CAP_FEXECVE), &binvp);
450 vn_lock(binvp, LK_EXCLUSIVE | LK_RETRY);
451 AUDIT_ARG_VNODE1(binvp);
452 imgp->vp = binvp;
529 mac_execve_interpreter_enter(binvp, &interpvplabel);
532 VOP_CLOSE(binvp, FREAD, td->td_ucred, td);
535 vput(binvp);
[all...]

Completed in 52 milliseconds