HomeSort by: relevance | last modified time | path
    Searched defs:cttyvp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
tty_tty.c 52 #define cttyvp(p) ((p)->p_lflag & PL_CONTROLT ? (p)->p_session->s_ttyvp : NULL) macro
58 struct vnode *ttyvp = cttyvp(l->l_proc);
86 struct vnode *ttyvp = cttyvp(curproc);
101 struct vnode *ttyvp = cttyvp(curproc);
116 struct vnode *ttyvp = cttyvp(l->l_proc);
140 struct vnode *ttyvp = cttyvp(l->l_proc);
152 struct vnode *ttyvp = cttyvp(p);
  /src/sys/miscfs/fdesc/
fdesc_vnops.c 69 #define cttyvp(p) ((p)->p_lflag & PL_CONTROLT ? (p)->p_session->s_ttyvp : NULL) macro
210 struct vnode *ttyvp = cttyvp(p);
595 if (cttyvp(curproc) == NULL)

Completed in 14 milliseconds