Home
last modified time | relevance | path

Searched refs:scriptvp (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/kern/
H A Dexec_script.c69 struct vnode *scriptvp; in exec_script_makecmds() local
78 scriptvp = epp->ep_vp; in exec_script_makecmds()
161 vn_lock(scriptvp, LK_EXCLUSIVE|LK_RETRY); in exec_script_makecmds()
162 error = VOP_ACCESS(scriptvp, VREAD, p->p_ucred, p); in exec_script_makecmds()
163 VOP_UNLOCK(scriptvp); in exec_script_makecmds()
182 fp->f_data = (caddr_t) scriptvp; in exec_script_makecmds()
234 vn_close(scriptvp, FREAD, p->p_ucred, p); in exec_script_makecmds()
266 vn_close(scriptvp, FREAD, p->p_ucred, p); in exec_script_makecmds()