Home
last modified time | relevance | path

Searched refs:DOOR_CLIENT (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Ddoor_data.h101 #define DOOR_CLIENT(dp) (&(dp)->d_client) macro
/titanic_50/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c382 return ((ddp != NULL)? DOOR_CLIENT(ddp) : NULL); in door_my_client()
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()
1679 ct = DOOR_CLIENT(caller->t_door); in door_ucred()
1999 ct = DOOR_CLIENT(dt); in door_slam()
2031 DOOR_CLIENT(t->t_door)->d_error = DOOR_EXIT; in door_slam()
2306 door_client_t *ct = DOOR_CLIENT(caller->t_door); in door_overflow()
2430 door_client_t *ct = DOOR_CLIENT(curthread->t_door); in door_args()
2588 door_client_t *ct = DOOR_CLIENT(curthread->t_door); in door_translate_in()
[all …]