Searched refs:t_pgrp (Results 1 – 5 of 5) sorted by relevance
424 oldpg = tp->t_pgrp; in ttyclose()431 tp->t_pgrp = NULL; in ttyclose()1271 *(int *)data = tp->t_pgrp ? tp->t_pgrp->pg_id : NO_PID; in ttioctl_locked()1506 oldpg = tp->t_pgrp; in ttioctl_locked()1508 tp->t_pgrp = pg; /* donate pg ref */ in ttioctl_locked()1560 oldpg = tp->t_pgrp; in ttioctl_locked()1561 tp->t_pgrp = pgrp; in ttioctl_locked()3018 if (tp->t_pgrp == NULL) { in ttyinfo_locked()3352 if (tp->t_pgrp == NULL || in isbackground()3353 (uintptr_t)tp->t_pgrp == smr_unsafe_load(&p->p_pgrp)) { in isbackground()
1030 *(int *)data = tp->t_pgrp ? tp->t_pgrp->pg_id : 0;
4491 if (tp->t_pgrp) { in tty_pgrp_locked()4492 pg = pg_ref(tp->t_pgrp); in tty_pgrp_locked()
129 struct pgrp *t_pgrp; /* (TTYL+LL) Foreground process group. */ member
1065 print("Foreground Process Group: 0x{0:0>16x}".format(unsigned(tty.t_pgrp)))