Searched refs:VNTSD_GROUP_SIG_WAIT (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vntsd/
H A Dlisten.c78 assert(groupp->status & VNTSD_GROUP_SIG_WAIT);
86 if (groupp->status & VNTSD_GROUP_SIG_WAIT) {
91 groupp->status &= ~VNTSD_GROUP_SIG_WAIT;
H A Dvntsd.h214 * VNTSD_GROUP_SIG_WAIT
224 #define VNTSD_GROUP_SIG_WAIT 0x1 macro
H A Dvntsdvcc.c240 groupp->status |= VNTSD_GROUP_SIG_WAIT;
256 while (groupp->status & VNTSD_GROUP_SIG_WAIT) {
H A Dconsole.c589 (groupp->status & VNTSD_GROUP_SIG_WAIT)) {
592 * listen thread - the VNTSD_GROUP_SIG_WAIT state will

Completed in 79 milliseconds