Searched refs:t_pgrp (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/kern/ |
H A D | tty_info.c | 315 if (tp->t_pgrp == NULL) { in tty_info() 319 PGRP_LOCK(tp->t_pgrp); in tty_info() 320 if (LIST_EMPTY(&tp->t_pgrp->pg_members)) { in tty_info() 321 PGRP_UNLOCK(tp->t_pgrp); in tty_info() 334 LIST_FOREACH(ppick, &tp->t_pgrp->pg_members, p_pglist) in tty_info() 339 PGRP_UNLOCK(tp->t_pgrp); in tty_info()
|
H A D | tty.c | 457 if (!tty_is_ctty(tp, p) || p->p_pgrp == tp->t_pgrp) { in tty_wait_background() 1179 if (tp->t_pgrp == pg) in tty_rel_pgrp() 1180 tp->t_pgrp = NULL; in tty_rel_pgrp() 1194 MPASS(tp->t_pgrp == NULL); in tty_rel_sess() 1304 xt->xt_pgid = tp->t_pgrp ? tp->t_pgrp->pg_id : 0; in tty_to_xtty() 1539 if (tp->t_pgrp != NULL) { in tty_signal_pgrp() 1543 PGRP_LOCK(tp->t_pgrp); in tty_signal_pgrp() 1544 pgsignal(tp->t_pgrp, sig, 1, &ksi); in tty_signal_pgrp() 1545 PGRP_UNLOCK(tp->t_pgrp); in tty_signal_pgrp() 1830 if (tp->t_pgrp != NULL) in tty_generic_ioctl() [all …]
|
H A D | tty_pts.c | 335 if (tp->t_pgrp != NULL) in ptsdev_ioctl() 336 *(int *)data = tp->t_pgrp->pg_id; in ptsdev_ioctl()
|
H A D | kern_proc.c | 1230 kp->ki_tpgid = tp->t_pgrp ? tp->t_pgrp->pg_id : NO_PID; in fill_kinfo_proc_pgrp()
|
/freebsd/lib/libkvm/ |
H A D | kvm_proc.c | 298 if (tty.t_pgrp != NULL) { in kvm_proclist() 299 if (KREAD(kd, (u_long)tty.t_pgrp, &pgrp)) { in kvm_proclist() 302 tty.t_pgrp); in kvm_proclist()
|
/freebsd/sys/sys/ |
H A D | tty.h | 126 struct pgrp *t_pgrp; /* (t) Foreground process group. */ member
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | README.ORIG | 415 > ! pgsignal(tp->t_pgrp, *(unsigned int *)data); 421 > ! pgsignal(tp->t_pgrp, *(unsigned int *)data, 1);
|