Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dtty_tty.c52 #define cttyvp(p) ((p)->p_lflag & PL_CONTROLT ? (p)->p_session->s_ttyvp : NULL) macro
58 struct vnode *ttyvp = cttyvp(l->l_proc); in cttyopen()
86 struct vnode *ttyvp = cttyvp(curproc); in cttyread()
101 struct vnode *ttyvp = cttyvp(curproc); in cttywrite()
116 struct vnode *ttyvp = cttyvp(l->l_proc); in cttyioctl()
140 struct vnode *ttyvp = cttyvp(l->l_proc); in cttypoll()
152 struct vnode *ttyvp = cttyvp(p); in cttykqfilter()
/netbsd/src/sys/miscfs/fdesc/
Dfdesc_vnops.c69 #define cttyvp(p) ((p)->p_lflag & PL_CONTROLT ? (p)->p_session->s_ttyvp : NULL) macro
210 struct vnode *ttyvp = cttyvp(p); in fdesc_lookup()
595 if (cttyvp(curproc) == NULL) in fdesc_readdir()