notify            441 daemons/based/based_callbacks.c     cib_local_notify_t *notify = data;
notify            443 daemons/based/based_callbacks.c     free_xml(notify->notify_src);
notify            444 daemons/based/based_callbacks.c     free(notify->client_id);
notify            445 daemons/based/based_callbacks.c     free(notify);
notify            451 daemons/based/based_callbacks.c     cib_local_notify_t *notify = NULL;
notify            457 daemons/based/based_callbacks.c     notify = pcmk__intkey_table_lookup(local_notify_queue, bcast_id);
notify            459 daemons/based/based_callbacks.c     if (notify) {
notify            460 daemons/based/based_callbacks.c         do_local_notify(notify->notify_src, notify->client_id, notify->sync_reply,
notify            461 daemons/based/based_callbacks.c                         notify->from_peer);
notify            470 daemons/based/based_callbacks.c     cib_local_notify_t *notify = calloc(1, sizeof(cib_local_notify_t));
notify            472 daemons/based/based_callbacks.c     notify->notify_src = notify_src;
notify            473 daemons/based/based_callbacks.c     notify->client_id = strdup(client_id);
notify            474 daemons/based/based_callbacks.c     notify->sync_reply = sync_reply;
notify            475 daemons/based/based_callbacks.c     notify->from_peer = from_peer;
notify            480 daemons/based/based_callbacks.c     pcmk__intkey_table_insert(local_notify_queue, cib_local_bcast_num, notify);
notify            566 daemons/execd/execd_commands.c     xmlNode *notify = NULL;
notify            594 daemons/execd/execd_commands.c     notify = create_xml_node(NULL, T_LRMD_NOTIFY);
notify            596 daemons/execd/execd_commands.c     crm_xml_add(notify, F_LRMD_ORIGIN, __func__);
notify            597 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_TIMEOUT, cmd->timeout);
notify            598 daemons/execd/execd_commands.c     crm_xml_add_ms(notify, F_LRMD_RSC_INTERVAL, cmd->interval_ms);
notify            599 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_RSC_START_DELAY, cmd->start_delay);
notify            600 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_EXEC_RC, cmd->exec_rc);
notify            601 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_OP_STATUS, cmd->lrmd_op_status);
notify            602 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_CALLID, cmd->call_id);
notify            603 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_RSC_DELETED, cmd->rsc_deleted);
notify            605 daemons/execd/execd_commands.c     crm_xml_add_ll(notify, F_LRMD_RSC_RUN_TIME,
notify            607 daemons/execd/execd_commands.c     crm_xml_add_ll(notify, F_LRMD_RSC_RCCHANGE_TIME,
notify            610 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_RSC_EXEC_TIME, exec_time);
notify            611 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_RSC_QUEUE_TIME, queue_time);
notify            614 daemons/execd/execd_commands.c     crm_xml_add(notify, F_LRMD_OPERATION, LRMD_OP_RSC_EXEC);
notify            615 daemons/execd/execd_commands.c     crm_xml_add(notify, F_LRMD_RSC_ID, cmd->rsc_id);
notify            617 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_RSC_ACTION, cmd->real_action);
notify            619 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_RSC_ACTION, cmd->action);
notify            621 daemons/execd/execd_commands.c     crm_xml_add(notify, F_LRMD_RSC_USERDATA_STR, cmd->userdata_str);
notify            622 daemons/execd/execd_commands.c     crm_xml_add(notify, F_LRMD_RSC_OUTPUT, cmd->output);
notify            623 daemons/execd/execd_commands.c     crm_xml_add(notify, F_LRMD_RSC_EXIT_REASON, cmd->exit_reason);
notify            630 daemons/execd/execd_commands.c         xmlNode *args = create_xml_node(notify, XML_TAG_ATTRS);
notify            641 daemons/execd/execd_commands.c             send_client_notify(client->id, client, notify);
notify            644 daemons/execd/execd_commands.c         pcmk__foreach_ipc_client(send_client_notify, notify);
notify            647 daemons/execd/execd_commands.c     free_xml(notify);
notify            655 daemons/execd/execd_commands.c         xmlNode *notify = NULL;
notify            662 daemons/execd/execd_commands.c         notify = create_xml_node(NULL, T_LRMD_NOTIFY);
notify            663 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_ORIGIN, __func__);
notify            664 daemons/execd/execd_commands.c         crm_xml_add_int(notify, F_LRMD_RC, rc);
notify            665 daemons/execd/execd_commands.c         crm_xml_add_int(notify, F_LRMD_CALLID, call_id);
notify            666 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_OPERATION, op);
notify            667 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_RSC_ID, rsc_id);
notify            669 daemons/execd/execd_commands.c         pcmk__foreach_ipc_client(send_client_notify, notify);
notify            671 daemons/execd/execd_commands.c         free_xml(notify);
notify            836 daemons/execd/execd_commands.c     xmlNode *notify;
notify            847 daemons/execd/execd_commands.c         send_client_notify(key, (gpointer) client, (gpointer) data->notify);
notify            857 daemons/execd/execd_commands.c     data.notify = create_xml_node(NULL, T_LRMD_NOTIFY);
notify            858 daemons/execd/execd_commands.c     crm_xml_add(data.notify, F_LRMD_ORIGIN, __func__);
notify            859 daemons/execd/execd_commands.c     crm_xml_add(data.notify, F_LRMD_OPERATION, LRMD_OP_NEW_CLIENT);
notify            861 daemons/execd/execd_commands.c     free_xml(data.notify);
notify            299 include/crm/stonith-ng.h         void (*notify)(stonith_t *st, stonith_event_t *e));
notify             81 lib/fencing/st_client.c     void (*notify) (stonith_t * st, stonith_event_t * e);
notify           1185 lib/fencing/st_client.c         if (a_client->notify == NULL || b_client->notify == NULL) {
notify           1188 lib/fencing/st_client.c         } else if (a_client->notify == b_client->notify) {
notify           1191 lib/fencing/st_client.c         } else if (((long)a_client->notify) < ((long)b_client->notify)) {
notify           1193 lib/fencing/st_client.c                     a_client->event, a_client->notify, b_client->notify);
notify           1197 lib/fencing/st_client.c                 a_client->event, a_client->notify, b_client->notify);
notify           1592 lib/fencing/st_client.c     new_client->notify = callback;
notify           1623 lib/fencing/st_client.c     new_client->notify = NULL;
notify           1804 lib/fencing/st_client.c     } else if (entry->notify == NULL) {
notify           1816 lib/fencing/st_client.c     entry->notify(blob->stonith, st_event);
notify            140 lib/pacemaker/pcmk_sched_graph.c     gboolean notify = FALSE;
notify            153 lib/pacemaker/pcmk_sched_graph.c         notify = pcmk_is_set(rsc->flags, pe_rsc_notify);
notify            160 lib/pacemaker/pcmk_sched_graph.c         uuid = convert_non_atomic_uuid(action->uuid, rsc, notify, FALSE);
notify            254 lib/pacemaker/pcmk_sched_notif.c     pe_action_t *notify = NULL;
notify            262 lib/pacemaker/pcmk_sched_notif.c     notify = pe_notify(rsc, node, n_data->post, n_data->post_done, n_data, data_set);
notify            264 lib/pacemaker/pcmk_sched_notif.c     if (notify != NULL) {
notify            265 lib/pacemaker/pcmk_sched_notif.c         notify->priority = INFINITY;
notify           1862 tools/crm_mon.c     gboolean notify = TRUE;
notify           1935 tools/crm_mon.c             notify = FALSE;
notify           1947 tools/crm_mon.c     if (notify && options.external_agent) {