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            593 daemons/execd/execd_commands.c     xmlNode *notify = NULL;
notify            617 daemons/execd/execd_commands.c     notify = create_xml_node(NULL, T_LRMD_NOTIFY);
notify            619 daemons/execd/execd_commands.c     crm_xml_add(notify, F_LRMD_ORIGIN, __func__);
notify            620 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_TIMEOUT, cmd->timeout);
notify            621 daemons/execd/execd_commands.c     crm_xml_add_ms(notify, F_LRMD_RSC_INTERVAL, cmd->interval_ms);
notify            622 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_RSC_START_DELAY, cmd->start_delay);
notify            623 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_EXEC_RC, cmd->result.exit_status);
notify            624 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_OP_STATUS, cmd->result.execution_status);
notify            625 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_CALLID, cmd->call_id);
notify            626 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_RSC_DELETED, cmd->rsc_deleted);
notify            628 daemons/execd/execd_commands.c     crm_xml_add_ll(notify, F_LRMD_RSC_RUN_TIME,
notify            630 daemons/execd/execd_commands.c     crm_xml_add_ll(notify, F_LRMD_RSC_RCCHANGE_TIME,
notify            633 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_RSC_EXEC_TIME, exec_time);
notify            634 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_RSC_QUEUE_TIME, queue_time);
notify            637 daemons/execd/execd_commands.c     crm_xml_add(notify, F_LRMD_OPERATION, LRMD_OP_RSC_EXEC);
notify            638 daemons/execd/execd_commands.c     crm_xml_add(notify, F_LRMD_RSC_ID, cmd->rsc_id);
notify            640 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_RSC_ACTION, cmd->real_action);
notify            642 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_RSC_ACTION, cmd->action);
notify            644 daemons/execd/execd_commands.c     crm_xml_add(notify, F_LRMD_RSC_USERDATA_STR, cmd->userdata_str);
notify            645 daemons/execd/execd_commands.c     crm_xml_add(notify, F_LRMD_RSC_EXIT_REASON, cmd->result.exit_reason);
notify            648 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_RSC_OUTPUT, cmd->result.action_stderr);
notify            651 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_RSC_OUTPUT, cmd->result.action_stdout);
notify            659 daemons/execd/execd_commands.c         xmlNode *args = create_xml_node(notify, XML_TAG_ATTRS);
notify            672 daemons/execd/execd_commands.c             send_client_notify(client->id, client, notify);
notify            675 daemons/execd/execd_commands.c         pcmk__foreach_ipc_client(send_client_notify, notify);
notify            678 daemons/execd/execd_commands.c     free_xml(notify);
notify            686 daemons/execd/execd_commands.c         xmlNode *notify = NULL;
notify            693 daemons/execd/execd_commands.c         notify = create_xml_node(NULL, T_LRMD_NOTIFY);
notify            694 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_ORIGIN, __func__);
notify            695 daemons/execd/execd_commands.c         crm_xml_add_int(notify, F_LRMD_RC, rc);
notify            696 daemons/execd/execd_commands.c         crm_xml_add_int(notify, F_LRMD_CALLID, call_id);
notify            697 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_OPERATION, op);
notify            698 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_RSC_ID, rsc_id);
notify            700 daemons/execd/execd_commands.c         pcmk__foreach_ipc_client(send_client_notify, notify);
notify            702 daemons/execd/execd_commands.c         free_xml(notify);
notify            760 daemons/execd/execd_commands.c     xmlNode *notify;
notify            771 daemons/execd/execd_commands.c         send_client_notify(key, (gpointer) client, (gpointer) data->notify);
notify            781 daemons/execd/execd_commands.c     data.notify = create_xml_node(NULL, T_LRMD_NOTIFY);
notify            782 daemons/execd/execd_commands.c     crm_xml_add(data.notify, F_LRMD_ORIGIN, __func__);
notify            783 daemons/execd/execd_commands.c     crm_xml_add(data.notify, F_LRMD_OPERATION, LRMD_OP_NEW_CLIENT);
notify            785 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            783 lib/fencing/st_client.c         if (a_client->notify == NULL || b_client->notify == NULL) {
notify            786 lib/fencing/st_client.c         } else if (a_client->notify == b_client->notify) {
notify            789 lib/fencing/st_client.c         } else if (((long)a_client->notify) < ((long)b_client->notify)) {
notify            791 lib/fencing/st_client.c                     a_client->event, a_client->notify, b_client->notify);
notify            795 lib/fencing/st_client.c                 a_client->event, a_client->notify, b_client->notify);
notify           1220 lib/fencing/st_client.c     new_client->notify = callback;
notify           1269 lib/fencing/st_client.c     new_client->notify = NULL;
notify           1499 lib/fencing/st_client.c     } else if (entry->notify == NULL) {
notify           1511 lib/fencing/st_client.c     entry->notify(blob->stonith, st_event);
notify            242 lib/pengine/pe_notif.c     pe_action_t *notify = (pe_action_t *) user_data;
notify            247 lib/pengine/pe_notif.c     if (g_hash_table_lookup(notify->meta, (const char *) key) != NULL) {
notify            251 lib/pengine/pe_notif.c     g_hash_table_insert(notify->meta, strdup((const char *) key),
notify            280 lib/pengine/pe_notif.c     pe_action_t *notify = NULL;
notify            282 lib/pengine/pe_notif.c     notify = custom_action(rsc,
notify            287 lib/pengine/pe_notif.c     pe__set_action_flags(notify, pe_action_pseudo);
notify            288 lib/pengine/pe_notif.c     add_hash_param(notify->meta, "notify_key_type", notif_type);
notify            289 lib/pengine/pe_notif.c     add_hash_param(notify->meta, "notify_key_operation", action->task);
notify            290 lib/pengine/pe_notif.c     return notify;
notify            367 lib/pengine/pe_notif.c     pe_action_t *notify = NULL;
notify            372 lib/pengine/pe_notif.c     notify = new_notify_action(rsc, node, n_data->post, n_data->post_done,
notify            374 lib/pengine/pe_notif.c     if (notify != NULL) {
notify            375 lib/pengine/pe_notif.c         notify->priority = INFINITY;
notify           1704 tools/crm_mon.c     gboolean notify = TRUE;
notify           1772 tools/crm_mon.c             notify = FALSE;
notify           1784 tools/crm_mon.c     if (notify && options.external_agent) {