Searched refs:textvp (Results 1 – 2 of 2) sorted by relevance
855 struct vnode *textvp; in mac_veriexec_syscall() local860 textvp = NULL; in mac_veriexec_syscall()955 textvp = proc->p_textvp; in mac_veriexec_syscall()958 if (textvp == NULL) { in mac_veriexec_syscall()968 textvp = nd.ni_vp; in mac_veriexec_syscall()970 error = VOP_GETATTR(textvp, &va, curproc->p_ucred); in mac_veriexec_syscall()
4651 struct vnode *cttyvp, *textvp, *tracevp; in kern_proc_filedesc_out() 4661 textvp = p->p_textvp; in kern_proc_filedesc_out() 4662 if (textvp != NULL) in kern_proc_filedesc_out() 4663 vrefact(textvp); in kern_proc_filedesc_out() 4686 if (error == 0 && textvp != NULL) in kern_proc_filedesc_out() 4687 error = export_vnode_to_sb(textvp, KF_FD_TYPE_TEXT, FREAD, in kern_proc_filedesc_out() 4650 struct vnode *cttyvp, *textvp, *tracevp; kern_proc_filedesc_out() local