Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c362 ddp = curthread->t_door; in door_my_data()
364 ddp = curthread->t_door = kmem_zalloc(sizeof (*ddp), KM_SLEEP); in door_my_data()
675 st = DOOR_SERVER(server_thread->t_door); in door_call()
1122 door_server_t *st = DOOR_SERVER(tp->t_door); in door_layout()
1197 door_server_t *st = DOOR_SERVER(curthread->t_door); in door_server_dispatch()
1395 if ((caller = st->d_caller) == NULL || caller->t_door == NULL) { in door_return()
1406 ct = DOOR_CLIENT(caller->t_door); in door_return()
1491 ct = DOOR_CLIENT(st->d_caller->t_door); in door_return()
1505 ct = DOOR_CLIENT(caller->t_door); in door_return()
1678 ASSERT(caller->t_door != NULL); in door_ucred()
[all …]
/titanic_41/usr/src/uts/common/os/
H A Dfork.c744 if (t->t_door != NULL) { in forklwp_fail()
745 kmem_free(t->t_door, sizeof (door_data_t)); in forklwp_fail()
746 t->t_door = NULL; in forklwp_fail()
H A Dlwp.c885 if (t->t_door) in lwp_exit()
1667 if (curthread->t_door) in exitlwps()
1880 if (t->t_door) in forklwp()
/titanic_41/usr/src/uts/common/sys/
H A Dthread.h272 struct door_data *t_door; /* door invocation data */ member
/titanic_41/usr/src/uts/common/disp/
H A Dthread.c602 if (t->t_door) in thread_exit()
731 ASSERT(t->t_door == NULL); in thread_free()