Searched refs:s_ttyp (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/sys/fs/procfs/
H A Dprocfs_status.c96 if ((p->p_flag & P_CONTROLT) && (tp = sess->s_ttyp))
/freebsd-10.0-release/lib/libkvm/
H A Dkvm_proc.c292 if ((proc.p_flag & P_CONTROLT) && sess.s_ttyp != NULL) {
293 if (KREAD(kd, (u_long)sess.s_ttyp, &tty)) {
295 "can't read tty at %p", sess.s_ttyp);
/freebsd-10.0-release/sys/kern/
H A Dkern_acct.c377 if ((p->p_flag & P_CONTROLT) && p->p_pgrp->pg_session->s_ttyp)
378 acct.ac_tty = tty_udev(p->p_pgrp->pg_session->s_ttyp);
H A Dkern_proc.c452 sess->s_ttyp = NULL;
589 tp = pgrp->pg_session->s_ttyp;
716 if (s->s_ttyp != NULL) {
717 tty_lock(s->s_ttyp);
718 tty_rel_sess(s->s_ttyp, s);
898 tp = sp->s_ttyp;
1386 if (p->p_session->s_ttyp == NULL ||
1387 tty_udev(p->p_session->s_ttyp) !=
H A Dsubr_prf.c158 pca.tty = p->p_session->s_ttyp;
207 tp = sess->s_ttyp;
H A Dtty.c1592 if (p->p_session->s_ttyp != NULL ||
1612 tp->t_session->s_ttyp = tp;
2156 tp->t_session->s_ttyp, tp->t_session->s_sid,
H A Dkern_exit.c329 * s_ttyp is not zero'd; we use this to indicate that
335 tp = sp->s_ttyp;
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_ioctl.c552 /* p->p_session->s_ttyp->t_winsize.ws_col; XXX */
554 /* p->p_session->s_ttyp->t_winsize.ws_row; XXX */
556 p->p_session->s_ttyp->t_winsize.ws_xpixel;
558 p->p_session->s_ttyp->t_winsize.ws_ypixel;
/freebsd-10.0-release/sys/sys/
H A Dproc.h81 struct tty *s_ttyp; /* (e) Controlling tty. */ member in struct:session

Completed in 208 milliseconds