Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_descrip.c3442 struct vnode *cttyvp, *textvp, *tracevp; in kern_proc_filedesc_out() local
3457 cttyvp = NULL; in kern_proc_filedesc_out()
3459 cttyvp = p->p_pgrp->pg_session->s_ttyvp; in kern_proc_filedesc_out()
3460 if (cttyvp != NULL) in kern_proc_filedesc_out()
3461 vref(cttyvp); in kern_proc_filedesc_out()
3475 if (cttyvp != NULL) in kern_proc_filedesc_out()
3476 export_vnode_to_sb(cttyvp, KF_FD_TYPE_CTTY, FREAD | FWRITE, in kern_proc_filedesc_out()