Searched refs:rc_notify_list (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | rc_node.c | 593 static uu_list_t *rc_notify_list; variable 1214 (void) uu_list_insert_before(rc_notify_list, NULL, np); in rc_notify_insert_node() 1243 (void) uu_list_insert_before(rc_notify_list, NULL, ndp); in rc_notify_deletion() 1262 (void) uu_list_remove(rc_notify_list, np); in rc_notify_remove_node() 1275 (void) uu_list_remove(rc_notify_list, np); in rc_notify_remove_locked() 2379 rc_notify_list = uu_list_create(rc_notify_pool, in rc_node_init() 2380 &rc_notify_list, 0); in rc_node_init() 2385 if (rc_notify_list == NULL || rc_notify_info_list == NULL) in rc_node_init() 7377 (void) uu_list_insert_before(rc_notify_list, NULL, &rnip->rni_notify); in rc_notify_info_insert_locked() 7399 if (uu_list_first(rc_notify_list) == me) { in rc_notify_info_remove_locked() [all …]
|