Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
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()
7390 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()
7441 while (rnip->rni_flags & RC_NOTIFY_EMPTYING) in rc_notify_info_add_watch()
7466 if (!(rnip->rni_flags & RC_NOTIFY_ACTIVE)) in rc_notify_info_add_watch()
7622 if (rnip->rni_flags & RC_NOTIFY_ACTIVE) in rc_notify_info_reset()
7625 rnip->rni_flags |= RC_NOTIFY_EMPTYING; in rc_notify_info_reset()
[all …]
H A Dconfigd.h138 int rni_flags; member