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            583 daemons/execd/execd_commands.c     xmlNode *notify = NULL;
notify            610 daemons/execd/execd_commands.c     notify = create_xml_node(NULL, T_LRMD_NOTIFY);
notify            612 daemons/execd/execd_commands.c     crm_xml_add(notify, F_LRMD_ORIGIN, __func__);
notify            613 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_TIMEOUT, cmd->timeout);
notify            614 daemons/execd/execd_commands.c     crm_xml_add_ms(notify, F_LRMD_RSC_INTERVAL, cmd->interval_ms);
notify            615 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_RSC_START_DELAY, cmd->start_delay);
notify            616 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_EXEC_RC, cmd->result.exit_status);
notify            617 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_OP_STATUS, cmd->result.execution_status);
notify            618 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_CALLID, cmd->call_id);
notify            619 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_RSC_DELETED, cmd->rsc_deleted);
notify            621 daemons/execd/execd_commands.c     crm_xml_add_ll(notify, F_LRMD_RSC_RUN_TIME,
notify            623 daemons/execd/execd_commands.c     crm_xml_add_ll(notify, F_LRMD_RSC_RCCHANGE_TIME,
notify            626 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_RSC_EXEC_TIME, exec_time);
notify            627 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_RSC_QUEUE_TIME, queue_time);
notify            630 daemons/execd/execd_commands.c     crm_xml_add(notify, F_LRMD_OPERATION, LRMD_OP_RSC_EXEC);
notify            631 daemons/execd/execd_commands.c     crm_xml_add(notify, F_LRMD_RSC_ID, cmd->rsc_id);
notify            633 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_RSC_ACTION, cmd->real_action);
notify            635 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_RSC_ACTION, cmd->action);
notify            637 daemons/execd/execd_commands.c     crm_xml_add(notify, F_LRMD_RSC_USERDATA_STR, cmd->userdata_str);
notify            638 daemons/execd/execd_commands.c     crm_xml_add(notify, F_LRMD_RSC_EXIT_REASON, cmd->result.exit_reason);
notify            641 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_RSC_OUTPUT, cmd->result.action_stderr);
notify            644 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_RSC_OUTPUT, cmd->result.action_stdout);
notify            652 daemons/execd/execd_commands.c         xmlNode *args = create_xml_node(notify, XML_TAG_ATTRS);
notify            663 daemons/execd/execd_commands.c             send_client_notify(client->id, client, notify);
notify            666 daemons/execd/execd_commands.c         pcmk__foreach_ipc_client(send_client_notify, notify);
notify            669 daemons/execd/execd_commands.c     free_xml(notify);
notify            677 daemons/execd/execd_commands.c         xmlNode *notify = NULL;
notify            684 daemons/execd/execd_commands.c         notify = create_xml_node(NULL, T_LRMD_NOTIFY);
notify            685 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_ORIGIN, __func__);
notify            686 daemons/execd/execd_commands.c         crm_xml_add_int(notify, F_LRMD_RC, rc);
notify            687 daemons/execd/execd_commands.c         crm_xml_add_int(notify, F_LRMD_CALLID, call_id);
notify            688 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_OPERATION, op);
notify            689 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_RSC_ID, rsc_id);
notify            691 daemons/execd/execd_commands.c         pcmk__foreach_ipc_client(send_client_notify, notify);
notify            693 daemons/execd/execd_commands.c         free_xml(notify);
notify            800 daemons/execd/execd_commands.c     xmlNode *notify;
notify            811 daemons/execd/execd_commands.c         send_client_notify(key, (gpointer) client, (gpointer) data->notify);
notify            821 daemons/execd/execd_commands.c     data.notify = create_xml_node(NULL, T_LRMD_NOTIFY);
notify            822 daemons/execd/execd_commands.c     crm_xml_add(data.notify, F_LRMD_ORIGIN, __func__);
notify            823 daemons/execd/execd_commands.c     crm_xml_add(data.notify, F_LRMD_OPERATION, LRMD_OP_NEW_CLIENT);
notify            825 daemons/execd/execd_commands.c     free_xml(data.notify);
notify            295 include/crm/stonith-ng.h         void (*notify)(stonith_t *st, stonith_event_t *e));
notify             82 lib/fencing/st_client.c     void (*notify) (stonith_t * st, stonith_event_t * e);
notify           1250 lib/fencing/st_client.c         if (a_client->notify == NULL || b_client->notify == NULL) {
notify           1253 lib/fencing/st_client.c         } else if (a_client->notify == b_client->notify) {
notify           1256 lib/fencing/st_client.c         } else if (((long)a_client->notify) < ((long)b_client->notify)) {
notify           1258 lib/fencing/st_client.c                     a_client->event, a_client->notify, b_client->notify);
notify           1262 lib/fencing/st_client.c                 a_client->event, a_client->notify, b_client->notify);
notify           1657 lib/fencing/st_client.c     new_client->notify = callback;
notify           1688 lib/fencing/st_client.c     new_client->notify = NULL;
notify           1869 lib/fencing/st_client.c     } else if (entry->notify == NULL) {
notify           1881 lib/fencing/st_client.c     entry->notify(blob->stonith, st_event);
notify            141 lib/pacemaker/pcmk_graph_producer.c     gboolean notify = FALSE;
notify            154 lib/pacemaker/pcmk_graph_producer.c         notify = pcmk_is_set(rsc->flags, pe_rsc_notify);
notify            161 lib/pacemaker/pcmk_graph_producer.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           1822 tools/crm_mon.c     gboolean notify = TRUE;
notify           1895 tools/crm_mon.c             notify = FALSE;
notify           1907 tools/crm_mon.c     if (notify && options.external_agent) {