Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsession.h103 } sess_t; typedef
109 extern sess_t session0;
117 extern void sess_rele(sess_t *, boolean_t);
118 extern sess_t *tty_hold(void);
119 extern void tty_rele(sess_t *sp);
/illumos-gate/usr/src/uts/common/os/
H A Dsession.c48 sess_t session0 = {
72 sess_rele(sess_t *sp, boolean_t pidlock_held) in sess_rele()
121 kmem_free(sp, sizeof (sess_t)); in sess_rele()
124 sess_t *
128 sess_t *sp; in tty_hold()
184 tty_rele(sess_t *sp) in tty_rele()
201 sess_t *sp, *old_sp; in sess_create()
203 sp = kmem_zalloc(sizeof (sess_t), KM_SLEEP); in sess_create()
246 sess_ctty_clear(sess_t *sp, stdata_t *stp) in sess_ctty_clear()
269 sess_ctty_set(proc_t *p, sess_t *sp, stdata_t *stp) in sess_ctty_set()
[all …]
H A Dprintf.c150 sess_t *sp; in cprintf()
H A Dzone.c5914 sess_t *sp; in zone_enter()
H A Dstrsubr.c3179 sess_t *sp; in straccess()
/illumos-gate/usr/src/uts/common/io/
H A Dgentty.c200 sess_t *sp; in syopen()
262 sess_t *sp; in syread()
283 sess_t *sp; in sywrite()
306 sess_t *sp; in syioctl()
342 sess_t *sp; in sypoll()
/illumos-gate/usr/src/uts/common/syscall/
H A Dutssys.c351 sess_t *sp; in dofusers()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c300 sess_t session; in ps()