Searched refs:RC_NOTIFY_EMPTYING (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h145 #define RC_NOTIFY_EMPTYING 0x00000004 macro
H A Drc_node.c7426 while (rnip->rni_flags & RC_NOTIFY_EMPTYING)
7609 assert(!(rnip->rni_flags & (RC_NOTIFY_DRAIN | RC_NOTIFY_EMPTYING)));
7610 rnip->rni_flags |= RC_NOTIFY_EMPTYING;
7625 rnip->rni_flags &= ~RC_NOTIFY_EMPTYING;

Completed in 106 milliseconds