Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dsession.h105 } sess_t; typedef
111 extern sess_t session0;
119 extern void sess_rele(sess_t *, boolean_t);
120 extern sess_t *tty_hold(void);
121 extern void tty_rele(sess_t *sp);
/titanic_41/usr/src/uts/common/os/
H A Dsession.c51 sess_t session0 = {
75 sess_rele(sess_t *sp, boolean_t pidlock_held) in sess_rele()
124 kmem_free(sp, sizeof (sess_t)); in sess_rele()
127 sess_t *
131 sess_t *sp; in tty_hold()
187 tty_rele(sess_t *sp) in tty_rele()
204 sess_t *sp, *old_sp; in sess_create()
206 sp = kmem_zalloc(sizeof (sess_t), KM_SLEEP); in sess_create()
249 sess_ctty_clear(sess_t *sp, stdata_t *stp) in sess_ctty_clear()
272 sess_ctty_set(proc_t *p, sess_t *sp, stdata_t *stp) in sess_ctty_set()
[all …]
H A Dprintf.c149 sess_t *sp; in cprintf()
H A Dzone.c5682 sess_t *sp; in zone_enter()
H A Dstrsubr.c3154 sess_t *sp; in straccess()
/titanic_41/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()
/titanic_41/usr/src/uts/common/syscall/
H A Dutssys.c351 sess_t *sp; in dofusers()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c178 sess_t session; in ps()