Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h142 #define RC_NOTIFY_ACTIVE 0x00000001 macro
H A Drc_node.c7373 assert(!(rnip->rni_flags & RC_NOTIFY_ACTIVE)); in rc_notify_info_insert_locked()
7375 rnip->rni_flags |= RC_NOTIFY_ACTIVE; in rc_notify_info_insert_locked()
7388 assert(rnip->rni_flags & RC_NOTIFY_ACTIVE); in rc_notify_info_remove_locked()
7420 rnip->rni_flags &= ~(RC_NOTIFY_DRAIN | RC_NOTIFY_ACTIVE); in rc_notify_info_remove_locked()
7466 if (!(rnip->rni_flags & RC_NOTIFY_ACTIVE)) in rc_notify_info_add_watch()
7504 while ((rnip->rni_flags & (RC_NOTIFY_ACTIVE | RC_NOTIFY_DRAIN)) == in rc_notify_info_wait()
7505 RC_NOTIFY_ACTIVE) { in rc_notify_info_wait()
7622 if (rnip->rni_flags & RC_NOTIFY_ACTIVE) in rc_notify_info_reset()