Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c593 static uu_list_t *rc_notify_list; variable
1214 (void) uu_list_insert_before(rc_notify_list, NULL, np); in rc_notify_insert_node()
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()
7399 if (uu_list_first(rc_notify_list) == me) { in rc_notify_info_remove_locked()
7412 (void) uu_list_remove(rc_notify_list, me); in rc_notify_info_remove_locked()
7524 np = uu_list_next(rc_notify_list, me); in rc_notify_info_wait()
7557 (void) uu_list_remove(rc_notify_list, me); in rc_notify_info_wait()
[all …]