notify_list       158 include/crm/cib.h     GList *notify_list;
notify_list       370 lib/cib/cib_client.c     new_cib->notify_list = NULL;
notify_list       418 lib/cib/cib_client.c         GList *list = cib->notify_list;
notify_list       426 lib/cib/cib_client.c         cib->notify_list = NULL;
notify_list       470 lib/cib/cib_client.c     crm_trace("Adding callback for %s events (%d)", event, g_list_length(cib->notify_list));
notify_list       476 lib/cib/cib_client.c     list_item = g_list_find_custom(cib->notify_list, new_client, ciblib_GCompareFunc);
notify_list       484 lib/cib/cib_client.c         cib->notify_list = g_list_append(cib->notify_list, new_client);
notify_list       488 lib/cib/cib_client.c         crm_trace("Callback added (%d)", g_list_length(cib->notify_list));
notify_list       499 lib/cib/cib_client.c     for (l = g_list_first(cib->notify_list); l; l = g_list_next(l)) {
notify_list       532 lib/cib/cib_client.c     list_item = g_list_find_custom(cib->notify_list, new_client, ciblib_GCompareFunc);
notify_list       537 lib/cib/cib_client.c         cib->notify_list = g_list_remove(cib->notify_list, list_client);
notify_list       123 lib/cib/cib_native.c         g_list_foreach(cib->notify_list, cib_native_notify, msg);
notify_list       362 lib/cib/cib_remote.c             g_list_foreach(cib->notify_list, cib_native_notify, msg);
notify_list        87 lib/fencing/st_client.c     GList *notify_list;
notify_list       200 lib/fencing/st_client.c     g_list_foreach(native->notify_list, stonith_send_notification, &blob);
notify_list      1862 lib/fencing/st_client.c     crm_trace("Adding callback for %s events (%d)", event, g_list_length(private->notify_list));
notify_list      1868 lib/fencing/st_client.c     list_item = g_list_find_custom(private->notify_list, new_client, stonithlib_GCompareFunc);
notify_list      1876 lib/fencing/st_client.c         private->notify_list = g_list_append(private->notify_list, new_client);
notify_list      1880 lib/fencing/st_client.c         crm_trace("Callback added (%d)", g_list_length(private->notify_list));
notify_list      1899 lib/fencing/st_client.c     list_item = g_list_find_custom(private->notify_list, new_client, stonithlib_GCompareFunc);
notify_list      1906 lib/fencing/st_client.c         private->notify_list = g_list_remove(private->notify_list, list_client);
notify_list      2392 lib/fencing/st_client.c         g_list_foreach(private->notify_list, stonith_send_notification, &blob);
notify_list      2428 lib/fencing/st_client.c         crm_trace("Destroying %d notification clients", g_list_length(private->notify_list));
notify_list      2429 lib/fencing/st_client.c         g_list_free_full(private->notify_list, free);
notify_list      2463 lib/fencing/st_client.c     private->notify_list = NULL;