Home
last modified time | relevance | path

Searched refs:sd_pgidp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsession.c264 stp->sd_pgidp = NULL; in sess_ctty_clear()
292 stp->sd_pgidp = sp->s_sidp; in sess_ctty_set()
514 pgsignal(stp->sd_pgidp, SIGHUP); in freectty_signal()
623 pgidp = stp->sd_pgidp; in freectty()
H A Dstreamio.c431 stp->sd_pgidp = NULL; in stropen()
804 ASSERT(stp->sd_pgidp == NULL); in strclose()
2155 if (stp->sd_sidp != stp->sd_pgidp) in strrput_nondata()
2156 pgsignal(stp->sd_pgidp, SIGTSTP); in strrput_nondata()
5751 if (pgrp == stp->sd_pgidp->pid_id) { in strioctl()
5769 bg_pgid = stp->sd_pgidp->pid_id; in strioctl()
5771 PID_RELE(stp->sd_pgidp); in strioctl()
5773 stp->sd_pgidp = q->p_pgidp; in strioctl()
5774 PID_HOLD(stp->sd_pgidp); in strioctl()
5789 pgrp = stp->sd_pgidp->pid_id; in strioctl()
H A Dstrsubr.c3199 p->p_pgidp == stp->sd_pgidp) { in straccess()
4193 if (stp->sd_pgidp) in strsignal_nolock()
4194 pgsignal(stp->sd_pgidp, sig); in strsignal_nolock()
4213 if (stp->sd_pgidp) { in strsignal()
4214 pgsignal(stp->sd_pgidp, sig); in strsignal()
/illumos-gate/usr/src/uts/common/disp/
H A Dts.c1281 if ((stp->sd_pgidp != NULL) && (stp->sd_sidp != NULL)) { in ia_parmsset()
1282 pgid = stp->sd_pgidp->pid_id; in ia_parmsset()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h190 struct pid *sd_pgidp; /* controlling process group info */ member