Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddoor.h247 #define DOOR_EXIT -2 /* Server thread has exited */ macro
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c768 } else if (ct->d_error == DOOR_EXIT) { in door_call()
2046 DOOR_CLIENT(t->t_door)->d_error = DOOR_EXIT; in door_slam()
3276 } else if (ct->d_error == DOOR_EXIT) { in door_upcall()