HomeSort by: relevance | last modified time | path
    Searched refs:t_session (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/sys/
tty.h 131 struct session *t_session; /* Enclosing session. */ member in struct:tty
242 ((p)->p_session == (tp)->t_session && (p)->p_lflag & PL_CONTROLT)
  /src/sys/kern/
tty.c 503 sess = tp->t_session;
504 tp->t_session = NULL;
1198 if (tp->t_session != NULL && !isctty(p, tp)) {
1220 *(int *)data = tp->t_session->s_sid;
1365 if (tp->t_session->s_leader->p_cred != p->p_cred)
1386 ((p->p_session->s_ttyvp || tp->t_session) &&
1387 (tp->t_session != p->p_session))) {
1395 * But note that if `t_session' is set at this point,
1399 if (tp->t_session == NULL) {
1402 tp->t_session = p->p_session
    [all...]
kern_exit.c 389 if (tp->t_session == sp) {
393 tp->t_session = NULL;
kern_proc.c 1537 KASSERT(ttyp->t_session == ss);
2748 COND_SET_PTR(ep->e_tsess, tp->t_session, allowaddr);
2900 COND_SET_VALUE(ki->p_tsess, PTRTOUINT64(tp->t_session),
  /src/sys/miscfs/specfs/
spec_vnops.c 1646 if (sess->s_ttyp->t_session != NULL) {
1648 sess->s_ttyp->t_session = NULL;
  /src/sys/compat/sunos/
sunos_misc.c 762 if (sp->s_ttyp && sp->s_ttyp->t_session == sp && sp->s_ttyp->t_pgrp)
  /src/usr.sbin/pstat/
pstat.c 863 PRWORD(ovflw, " %*lX", PTRSTRWIDTH + 1, 1, (u_long)tp->t_session);
  /src/sys/compat/sunos32/
sunos32_misc.c 997 if (sp->s_ttyp && sp->s_ttyp->t_session == sp && sp->s_ttyp->t_pgrp)
  /src/lib/libkvm/
kvm_proc.c 373 eproc.e_tsess = tty.t_session;

Completed in 26 milliseconds