notify            512 daemons/based/based_callbacks.c     cib_local_notify_t *notify = data;
notify            514 daemons/based/based_callbacks.c     free_xml(notify->notify_src);
notify            515 daemons/based/based_callbacks.c     free(notify->client_id);
notify            516 daemons/based/based_callbacks.c     free(notify);
notify            522 daemons/based/based_callbacks.c     const cib_local_notify_t *notify = NULL;
notify            528 daemons/based/based_callbacks.c     notify = pcmk__intkey_table_lookup(local_notify_queue, bcast_id);
notify            530 daemons/based/based_callbacks.c     if (notify) {
notify            531 daemons/based/based_callbacks.c         do_local_notify(notify->notify_src, notify->client_id, notify->sync_reply,
notify            532 daemons/based/based_callbacks.c                         notify->from_peer);
notify            541 daemons/based/based_callbacks.c     cib_local_notify_t *notify = pcmk__assert_alloc(1,
notify            544 daemons/based/based_callbacks.c     notify->notify_src = notify_src;
notify            545 daemons/based/based_callbacks.c     notify->client_id = pcmk__str_copy(client_id);
notify            546 daemons/based/based_callbacks.c     notify->sync_reply = sync_reply;
notify            547 daemons/based/based_callbacks.c     notify->from_peer = from_peer;
notify            552 daemons/based/based_callbacks.c     pcmk__intkey_table_insert(local_notify_queue, cib_local_bcast_num, notify);
notify            597 daemons/execd/execd_commands.c     xmlNode *notify = NULL;
notify            621 daemons/execd/execd_commands.c     notify = pcmk__xe_create(NULL, PCMK__XE_LRMD_NOTIFY);
notify            623 daemons/execd/execd_commands.c     crm_xml_add(notify, PCMK__XA_LRMD_ORIGIN, __func__);
notify            624 daemons/execd/execd_commands.c     crm_xml_add_int(notify, PCMK__XA_LRMD_TIMEOUT, cmd->timeout);
notify            625 daemons/execd/execd_commands.c     crm_xml_add_ms(notify, PCMK__XA_LRMD_RSC_INTERVAL, cmd->interval_ms);
notify            626 daemons/execd/execd_commands.c     crm_xml_add_int(notify, PCMK__XA_LRMD_RSC_START_DELAY, cmd->start_delay);
notify            627 daemons/execd/execd_commands.c     crm_xml_add_int(notify, PCMK__XA_LRMD_EXEC_RC, cmd->result.exit_status);
notify            628 daemons/execd/execd_commands.c     crm_xml_add_int(notify, PCMK__XA_LRMD_EXEC_OP_STATUS,
notify            630 daemons/execd/execd_commands.c     crm_xml_add_int(notify, PCMK__XA_LRMD_CALLID, cmd->call_id);
notify            631 daemons/execd/execd_commands.c     crm_xml_add_int(notify, PCMK__XA_LRMD_RSC_DELETED, cmd->rsc_deleted);
notify            633 daemons/execd/execd_commands.c     crm_xml_add_ll(notify, PCMK__XA_LRMD_RUN_TIME,
notify            635 daemons/execd/execd_commands.c     crm_xml_add_ll(notify, PCMK__XA_LRMD_RCCHANGE_TIME,
notify            638 daemons/execd/execd_commands.c     crm_xml_add_int(notify, PCMK__XA_LRMD_EXEC_TIME, exec_time);
notify            639 daemons/execd/execd_commands.c     crm_xml_add_int(notify, PCMK__XA_LRMD_QUEUE_TIME, queue_time);
notify            642 daemons/execd/execd_commands.c     crm_xml_add(notify, PCMK__XA_LRMD_OP, LRMD_OP_RSC_EXEC);
notify            643 daemons/execd/execd_commands.c     crm_xml_add(notify, PCMK__XA_LRMD_RSC_ID, cmd->rsc_id);
notify            645 daemons/execd/execd_commands.c         crm_xml_add(notify, PCMK__XA_LRMD_RSC_ACTION, cmd->real_action);
notify            647 daemons/execd/execd_commands.c         crm_xml_add(notify, PCMK__XA_LRMD_RSC_ACTION, cmd->action);
notify            649 daemons/execd/execd_commands.c     crm_xml_add(notify, PCMK__XA_LRMD_RSC_USERDATA_STR, cmd->userdata_str);
notify            650 daemons/execd/execd_commands.c     crm_xml_add(notify, PCMK__XA_LRMD_RSC_EXIT_REASON, cmd->result.exit_reason);
notify            653 daemons/execd/execd_commands.c         crm_xml_add(notify, PCMK__XA_LRMD_RSC_OUTPUT,
notify            657 daemons/execd/execd_commands.c         crm_xml_add(notify, PCMK__XA_LRMD_RSC_OUTPUT,
notify            666 daemons/execd/execd_commands.c         xmlNode *args = pcmk__xe_create(notify, PCMK__XE_ATTRIBUTES);
notify            679 daemons/execd/execd_commands.c             send_client_notify(client->id, client, notify);
notify            682 daemons/execd/execd_commands.c         pcmk__foreach_ipc_client(send_client_notify, notify);
notify            685 daemons/execd/execd_commands.c     free_xml(notify);
notify            693 daemons/execd/execd_commands.c         xmlNode *notify = NULL;
notify            701 daemons/execd/execd_commands.c         notify = pcmk__xe_create(NULL, PCMK__XE_LRMD_NOTIFY);
notify            702 daemons/execd/execd_commands.c         crm_xml_add(notify, PCMK__XA_LRMD_ORIGIN, __func__);
notify            703 daemons/execd/execd_commands.c         crm_xml_add_int(notify, PCMK__XA_LRMD_RC, rc);
notify            704 daemons/execd/execd_commands.c         crm_xml_add_int(notify, PCMK__XA_LRMD_CALLID, call_id);
notify            705 daemons/execd/execd_commands.c         crm_xml_add(notify, PCMK__XA_LRMD_OP, op);
notify            706 daemons/execd/execd_commands.c         crm_xml_add(notify, PCMK__XA_LRMD_RSC_ID, rsc_id);
notify            708 daemons/execd/execd_commands.c         pcmk__foreach_ipc_client(send_client_notify, notify);
notify            710 daemons/execd/execd_commands.c         free_xml(notify);
notify            768 daemons/execd/execd_commands.c     xmlNode *notify;
notify            779 daemons/execd/execd_commands.c         send_client_notify(key, (gpointer) client, (gpointer) data->notify);
notify            789 daemons/execd/execd_commands.c     data.notify = pcmk__xe_create(NULL, PCMK__XE_LRMD_NOTIFY);
notify            790 daemons/execd/execd_commands.c     crm_xml_add(data.notify, PCMK__XA_LRMD_ORIGIN, __func__);
notify            791 daemons/execd/execd_commands.c     crm_xml_add(data.notify, PCMK__XA_LRMD_OP, LRMD_OP_NEW_CLIENT);
notify            793 daemons/execd/execd_commands.c     free_xml(data.notify);
notify             55 lib/fencing/st_client.c     void (*notify) (stonith_t * st, stonith_event_t * e);
notify            790 lib/fencing/st_client.c         if (a_client->notify == NULL || b_client->notify == NULL) {
notify            793 lib/fencing/st_client.c         } else if (a_client->notify == b_client->notify) {
notify            796 lib/fencing/st_client.c         } else if (((long)a_client->notify) < ((long)b_client->notify)) {
notify            798 lib/fencing/st_client.c                     a_client->event, a_client->notify, b_client->notify);
notify            802 lib/fencing/st_client.c                 a_client->event, a_client->notify, b_client->notify);
notify           1235 lib/fencing/st_client.c     new_client->notify = callback;
notify           1284 lib/fencing/st_client.c     new_client->notify = NULL;
notify           1514 lib/fencing/st_client.c     } else if (entry->notify == NULL) {
notify           1526 lib/fencing/st_client.c     entry->notify(blob->stonith, st_event);
notify            246 lib/pengine/pe_notif.c     pcmk_action_t *notify = (pcmk_action_t *) user_data;
notify            251 lib/pengine/pe_notif.c     if (g_hash_table_lookup(notify->meta, (const char *) key) != NULL) {
notify            255 lib/pengine/pe_notif.c     pcmk__insert_dup(notify->meta, (const char *) key, (const char *) value);
notify            284 lib/pengine/pe_notif.c     pcmk_action_t *notify = NULL;
notify            286 lib/pengine/pe_notif.c     notify = custom_action(rsc,
notify            291 lib/pengine/pe_notif.c     pcmk__set_action_flags(notify, pcmk_action_pseudo);
notify            292 lib/pengine/pe_notif.c     pcmk__insert_meta(notify, "notify_key_type", notif_type);
notify            293 lib/pengine/pe_notif.c     pcmk__insert_meta(notify, "notify_key_operation", action->task);
notify            294 lib/pengine/pe_notif.c     return notify;
notify            372 lib/pengine/pe_notif.c     pcmk_action_t *notify = NULL;
notify            377 lib/pengine/pe_notif.c     notify = new_notify_action(rsc, node, n_data->post, n_data->post_done,
notify            379 lib/pengine/pe_notif.c     if (notify != NULL) {
notify            380 lib/pengine/pe_notif.c         notify->priority = PCMK_SCORE_INFINITY;
notify           1832 tools/crm_mon.c     gboolean notify = TRUE;
notify           1896 tools/crm_mon.c             notify = FALSE;
notify           1908 tools/crm_mon.c     if (notify && options.external_agent) {