Home
last modified time | relevance | path

Searched refs:sd_sidp (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsession.c265 stp->sd_sidp = NULL; in sess_ctty_clear()
291 stp->sd_sidp = sp->s_sidp; in sess_ctty_set()
321 (stp->sd_sidp != NULL) || /* stp already ctty? */ in strctty()
624 sidp = stp->sd_sidp; in freectty()
H A Dstreamio.c93 #define i_straccess(x, y) ((stp->sd_sidp == NULL) ? 0 : \
430 stp->sd_sidp = NULL; in stropen()
803 ASSERT(stp->sd_sidp == NULL); in strclose()
2153 if (stp->sd_sidp) { in strrput_nondata()
2154 prsignal(stp->sd_sidp, SIGHUP); in strrput_nondata()
2155 if (stp->sd_sidp != stp->sd_pgidp) in strrput_nondata()
3477 if (stp->sd_sidp != curproc->p_sessp->s_sidp && in strioctl()
5725 if (stp->sd_sidp == NULL) { in strioctl()
5729 sid = stp->sd_sidp->pid_id; in strioctl()
5746 if (stp->sd_sidp != ttoproc(curthread)->p_sessp->s_sidp) { in strioctl()
[all …]
H A Dstrsubr.c3183 if (stp->sd_sidp == NULL || stp->sd_vnode->v_type == VFIFO) in straccess()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h189 struct pid *sd_sidp; /* controlling session info */ member
/illumos-gate/usr/src/uts/common/disp/
H A Dts.c1281 if ((stp->sd_pgidp != NULL) && (stp->sd_sidp != NULL)) { in ia_parmsset()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c4559 if (stp->sd_sidp != NULL && in sodgram_direct()
4647 if (stp->sd_sidp != NULL && in sostream_direct()