Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h143 #define RC_NOTIFY_DRAIN 0x00000002 macro
H A Drc_node.c7390 assert(!(rnip->rni_flags & RC_NOTIFY_DRAIN)); in rc_notify_info_remove_locked()
7391 rnip->rni_flags |= RC_NOTIFY_DRAIN; in rc_notify_info_remove_locked()
7420 rnip->rni_flags &= ~(RC_NOTIFY_DRAIN | RC_NOTIFY_ACTIVE); in rc_notify_info_remove_locked()
7504 while ((rnip->rni_flags & (RC_NOTIFY_ACTIVE | RC_NOTIFY_DRAIN)) == in rc_notify_info_wait()
7624 assert(!(rnip->rni_flags & (RC_NOTIFY_DRAIN | RC_NOTIFY_EMPTYING))); in rc_notify_info_reset()