Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Ddoor.h246 #define DOOR_WAIT -1 /* Waiting for response */ macro
/titanic_41/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c601 ct->d_error = DOOR_WAIT; in door_call()
698 ct->d_error = DOOR_WAIT; in door_call()
731 if (ct->d_error == DOOR_WAIT && in door_call()
760 if (ct->d_error == DOOR_WAIT) { in door_call()
3194 ct->d_error = DOOR_WAIT; in door_upcall()
3226 if (ct->d_error == DOOR_WAIT && in door_upcall()
3254 if (ct->d_error == DOOR_WAIT) { in door_upcall()