Searched refs:t_session (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/sys/sys/ |
| H A D | tty.h | 131 struct session *t_session; /* Enclosing session. */ member 242 ((p)->p_session == (tp)->t_session && (p)->p_lflag & PL_CONTROLT)
|
| /netbsd-src/crypto/external/bsd/libsaslc/dist/test/ |
| H A D | Atffile | 9 tp: t_session
|
| /netbsd-src/sys/kern/ |
| H A D | tty.c | 503 sess = tp->t_session; in ttyclose() 504 tp->t_session = NULL; in ttyclose() 1198 if (tp->t_session != NULL && !isctty(p, tp)) { in ttioctl() 1220 *(int *)data = tp->t_session->s_sid; in ttioctl() 1365 if (tp->t_session->s_leader->p_cred != p->p_cred) in ttioctl() 1386 ((p->p_session->s_ttyvp || tp->t_session) && in ttioctl() 1387 (tp->t_session != p->p_session))) { in ttioctl() 1399 if (tp->t_session == NULL) { in ttioctl() 1402 tp->t_session = p->p_session; in ttioctl() 1414 if (tp->t_session != NULL && !isctty(p, tp)) { in ttioctl() [all …]
|
| H A D | kern_exit.c | 387 if (tp->t_session == sp) { in exit1() 391 tp->t_session = NULL; in exit1()
|
| H A D | kern_proc.c | 1530 KASSERT(ttyp->t_session == ss); in pg_delete() 2742 COND_SET_PTR(ep->e_tsess, tp->t_session, allowaddr); in fill_eproc() 2894 COND_SET_VALUE(ki->p_tsess, PTRTOUINT64(tp->t_session), in fill_kproc2()
|
| /netbsd-src/sys/miscfs/specfs/ |
| H A D | spec_vnops.c | 1646 if (sess->s_ttyp->t_session != NULL) { in spec_close() 1648 sess->s_ttyp->t_session = NULL; in spec_close()
|
| /netbsd-src/usr.sbin/pstat/ |
| H A D | pstat.c | 863 PRWORD(ovflw, " %*lX", PTRSTRWIDTH + 1, 1, (u_long)tp->t_session); in ttyprt()
|
| /netbsd-src/sys/compat/sunos/ |
| H A D | sunos_misc.c | 762 if (sp->s_ttyp && sp->s_ttyp->t_session == sp && sp->s_ttyp->t_pgrp) in sunos_sys_vhangup()
|
| /netbsd-src/sys/compat/sunos32/ |
| H A D | sunos32_misc.c | 997 if (sp->s_ttyp && sp->s_ttyp->t_session == sp && sp->s_ttyp->t_pgrp) in sunos32_sys_vhangup()
|
| /netbsd-src/lib/libkvm/ |
| H A D | kvm_proc.c | 373 eproc.e_tsess = tty.t_session; in kvm_proclist()
|