Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Ddoor_data.h92 uchar_t d_invbound; /* Thread is bound to invalid door */ member
/titanic_44/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1377 if (st->d_invbound) in door_return()
1738 st->d_invbound = 0; in door_bind()
1756 if (st->d_invbound) { in door_unbind()
1758 st->d_invbound = 0; in door_unbind()
2117 if (pt != NULL && (st->d_pool != NULL || st->d_invbound)) { in door_fork()
2121 DOOR_SERVER(dt)->d_invbound = 1; in door_fork()