Searched refs:rc_notify_list (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/svc/configd/ |
H A D | rc_node.c | 603 static uu_list_t *rc_notify_list; variable 1224 (void) uu_list_insert_before(rc_notify_list, NULL, np); in rc_notify_insert_node() 1253 (void) uu_list_insert_before(rc_notify_list, NULL, ndp); in rc_notify_deletion() 1272 (void) uu_list_remove(rc_notify_list, np); in rc_notify_remove_node() 1285 (void) uu_list_remove(rc_notify_list, np); in rc_notify_remove_locked() 2389 rc_notify_list = uu_list_create(rc_notify_pool, in rc_node_init() 2390 &rc_notify_list, 0); in rc_node_init() 2395 if (rc_notify_list == NULL || rc_notify_info_list == NULL) in rc_node_init() 7383 (void) uu_list_insert_before(rc_notify_list, NULL, &rnip->rni_notify); in rc_notify_info_insert_locked() 7405 if (uu_list_first(rc_notify_list) == me) { in rc_notify_info_remove_locked() [all …]
|