Home
last modified time | relevance | path

Searched refs:s_sidp (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dsession.c118 PID_RELE(sp->s_sidp); in sess_rele()
225 sp->s_sidp = p->p_pidp; in sess_create()
284 PID_HOLD(sp->s_sidp); /* requires pidlock */ in sess_ctty_set()
285 PID_HOLD(sp->s_sidp); /* requires pidlock */ in sess_ctty_set()
294 stp->sd_sidp = sp->s_sidp; in sess_ctty_set()
295 stp->sd_pgidp = sp->s_sidp; in sess_ctty_set()
325 (p->p_pidp != sp->s_sidp) || /* we're not leader? */ in strctty()
395 if ((sp->s_sidp != p->p_pidp) || /* we're not leader? */ in freectty_lock()
461 ASSERT(sp->s_sidp == p->p_pidp); /* we're the leader */ in freectty_lock()
H A Dstreamio.c3388 if (stp->sd_sidp != curproc->p_sessp->s_sidp && in strioctl()
5621 if (stp->sd_sidp != ttoproc(curthread)->p_sessp->s_sidp) { in strioctl()
/titanic_50/usr/src/uts/common/sys/
H A Dsession.h86 struct pid *s_sidp; /* session ID info, never changes */ member
107 #define s_sid s_sidp->pid_id
/titanic_50/usr/src/uts/common/syscall/
H A Dpgrpsys.c54 if (p->p_sessp->s_sidp != p->p_pidp && !pgmembers(p->p_pid)) { in setpgrp()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h153 uintptr_t s_sidp; member
/titanic_50/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in225 pr_sid = T->p_sessp->s_sidp->pid_id;
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c837 if (mdb_ctf_vread(&pid, "struct pid", "mdb_pid_t", sess.s_sidp, 0) == in pcommon_init()
H A Dgenunix.c219 mdb_vread(&sid, sizeof (sid), (uintptr_t)session.s_sidp); in ps()