Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/configd/
H A Dconfigd.h143 #define RC_NOTIFY_ACTIVE 0x00000001 macro
H A Drc_node.c7379 assert(!(rnip->rni_flags & RC_NOTIFY_ACTIVE)); in rc_notify_info_insert_locked()
7381 rnip->rni_flags |= RC_NOTIFY_ACTIVE; in rc_notify_info_insert_locked()
7394 assert(rnip->rni_flags & RC_NOTIFY_ACTIVE); in rc_notify_info_remove_locked()
7426 rnip->rni_flags &= ~(RC_NOTIFY_DRAIN | RC_NOTIFY_ACTIVE); in rc_notify_info_remove_locked()
7472 if (!(rnip->rni_flags & RC_NOTIFY_ACTIVE)) in rc_notify_info_add_watch()
7510 while ((rnip->rni_flags & (RC_NOTIFY_ACTIVE | RC_NOTIFY_DRAIN)) == in rc_notify_info_wait()
7511 RC_NOTIFY_ACTIVE) { in rc_notify_info_wait()
7628 if (rnip->rni_flags & RC_NOTIFY_ACTIVE) in rc_notify_info_reset()