Searched refs:EPROC_CTTY (Results 1 – 5 of 5) sorted by relevance
232 kp->p_eflag & EPROC_CTTY ? ' ' : '-'); in tty2str()
405 #define EPROC_CTTY 0x01 /* controlling tty vnode active */ macro
2751 ep->e_flag = p->p_session->s_ttyvp ? EPROC_CTTY : 0; in fill_eproc()2891 ki->p_eflag |= EPROC_CTTY; in fill_kproc2()
386 eproc.e_flag = sess.s_ttyvp ? EPROC_CTTY : 0; in kvm_proclist()
750 noctty = !(k->p_eflag & EPROC_CTTY) ? 1 : 0; in tname()