notify_list       144 include/crm/cib/cib_types.h     GList *notify_list;
notify_list       368 lib/cib/cib_client.c     new_cib->notify_list = NULL;
notify_list       412 lib/cib/cib_client.c         GList *list = cib->notify_list;
notify_list       420 lib/cib/cib_client.c         cib->notify_list = NULL;
notify_list       475 lib/cib/cib_client.c     crm_trace("Adding callback for %s events (%d)", event, g_list_length(cib->notify_list));
notify_list       481 lib/cib/cib_client.c     list_item = g_list_find_custom(cib->notify_list, new_client, ciblib_GCompareFunc);
notify_list       489 lib/cib/cib_client.c         cib->notify_list = g_list_append(cib->notify_list, new_client);
notify_list       493 lib/cib/cib_client.c         crm_trace("Callback added (%d)", g_list_length(cib->notify_list));
notify_list       504 lib/cib/cib_client.c     for (l = g_list_first(cib->notify_list); l; l = g_list_next(l)) {
notify_list       537 lib/cib/cib_client.c     list_item = g_list_find_custom(cib->notify_list, new_client, ciblib_GCompareFunc);
notify_list       542 lib/cib/cib_client.c         cib->notify_list = g_list_remove(cib->notify_list, list_client);
notify_list       120 lib/cib/cib_native.c         g_list_foreach(cib->notify_list, cib_native_notify, msg);
notify_list       357 lib/cib/cib_remote.c             g_list_foreach(cib->notify_list, cib_native_notify, msg);
notify_list        69 lib/fencing/st_client.c     GList *notify_list;
notify_list       228 lib/fencing/st_client.c     g_list_foreach(private->notify_list, func, user_data);
notify_list       232 lib/fencing/st_client.c         GList *list_item = private->notify_list;
notify_list       242 lib/fencing/st_client.c                 private->notify_list =
notify_list       243 lib/fencing/st_client.c                     g_list_delete_link(private->notify_list, list_item);
notify_list      1588 lib/fencing/st_client.c     crm_trace("Adding callback for %s events (%d)", event, g_list_length(private->notify_list));
notify_list      1594 lib/fencing/st_client.c     list_item = g_list_find_custom(private->notify_list, new_client, stonithlib_GCompareFunc);
notify_list      1602 lib/fencing/st_client.c         private->notify_list = g_list_append(private->notify_list, new_client);
notify_list      1606 lib/fencing/st_client.c         crm_trace("Callback added (%d)", g_list_length(private->notify_list));
notify_list      1625 lib/fencing/st_client.c     list_item = g_list_find_custom(private->notify_list, new_client, stonithlib_GCompareFunc);
notify_list      1636 lib/fencing/st_client.c             private->notify_list = g_list_remove(private->notify_list, list_client);
notify_list      1996 lib/fencing/st_client.c         crm_trace("Destroying %d notification clients", g_list_length(private->notify_list));
notify_list      1997 lib/fencing/st_client.c         g_list_free_full(private->notify_list, free);
notify_list      2115 lib/fencing/st_client.c     private->notify_list = NULL;