Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddoor_data.h99 #define DOOR_CLIENT(dp) (&(dp)->d_client) macro
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c384 return ((ddp != NULL)? DOOR_CLIENT(ddp) : NULL); in door_my_client()
1421 ct = DOOR_CLIENT(caller->t_door); in door_return()
1506 ct = DOOR_CLIENT(st->d_caller->t_door); in door_return()
1520 ct = DOOR_CLIENT(caller->t_door); in door_return()
1694 ct = DOOR_CLIENT(caller->t_door); in door_ucred()
2014 ct = DOOR_CLIENT(dt); in door_slam()
2046 DOOR_CLIENT(t->t_door)->d_error = DOOR_EXIT; in door_slam()
2321 door_client_t *ct = DOOR_CLIENT(caller->t_door); in door_overflow()
2445 door_client_t *ct = DOOR_CLIENT(curthread->t_door); in door_args()
2603 door_client_t *ct = DOOR_CLIENT(curthread->t_door); in door_translate_in()
[all …]