Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_descrip.c4374 struct vnode *cttyvp, *textvp, *tracevp; in kern_proc_filedesc_out() local
4390 cttyvp = NULL; in kern_proc_filedesc_out()
4392 cttyvp = p->p_pgrp->pg_session->s_ttyvp; in kern_proc_filedesc_out()
4393 if (cttyvp != NULL) in kern_proc_filedesc_out()
4394 vrefact(cttyvp); in kern_proc_filedesc_out()
4410 if (cttyvp != NULL) in kern_proc_filedesc_out()
4411 export_vnode_to_sb(cttyvp, KF_FD_TYPE_CTTY, FREAD | FWRITE, in kern_proc_filedesc_out()