notify 599 daemons/execd/execd_commands.c xmlNode *notify = NULL; notify 623 daemons/execd/execd_commands.c notify = pcmk__xe_create(NULL, PCMK__XE_LRMD_NOTIFY); notify 625 daemons/execd/execd_commands.c crm_xml_add(notify, PCMK__XA_LRMD_ORIGIN, __func__); notify 626 daemons/execd/execd_commands.c crm_xml_add_int(notify, PCMK__XA_LRMD_TIMEOUT, cmd->timeout); notify 627 daemons/execd/execd_commands.c crm_xml_add_ms(notify, PCMK__XA_LRMD_RSC_INTERVAL, cmd->interval_ms); notify 628 daemons/execd/execd_commands.c crm_xml_add_int(notify, PCMK__XA_LRMD_RSC_START_DELAY, cmd->start_delay); notify 629 daemons/execd/execd_commands.c crm_xml_add_int(notify, PCMK__XA_LRMD_EXEC_RC, cmd->result.exit_status); notify 630 daemons/execd/execd_commands.c crm_xml_add_int(notify, PCMK__XA_LRMD_EXEC_OP_STATUS, notify 632 daemons/execd/execd_commands.c crm_xml_add_int(notify, PCMK__XA_LRMD_CALLID, cmd->call_id); notify 633 daemons/execd/execd_commands.c crm_xml_add_int(notify, PCMK__XA_LRMD_RSC_DELETED, cmd->rsc_deleted); notify 635 daemons/execd/execd_commands.c crm_xml_add_ll(notify, PCMK__XA_LRMD_RUN_TIME, notify 637 daemons/execd/execd_commands.c crm_xml_add_ll(notify, PCMK__XA_LRMD_RCCHANGE_TIME, notify 640 daemons/execd/execd_commands.c crm_xml_add_int(notify, PCMK__XA_LRMD_EXEC_TIME, exec_time); notify 641 daemons/execd/execd_commands.c crm_xml_add_int(notify, PCMK__XA_LRMD_QUEUE_TIME, queue_time); notify 644 daemons/execd/execd_commands.c crm_xml_add(notify, PCMK__XA_LRMD_OP, LRMD_OP_RSC_EXEC); notify 645 daemons/execd/execd_commands.c crm_xml_add(notify, PCMK__XA_LRMD_RSC_ID, cmd->rsc_id); notify 647 daemons/execd/execd_commands.c crm_xml_add(notify, PCMK__XA_LRMD_RSC_ACTION, cmd->real_action); notify 649 daemons/execd/execd_commands.c crm_xml_add(notify, PCMK__XA_LRMD_RSC_ACTION, cmd->action); notify 651 daemons/execd/execd_commands.c crm_xml_add(notify, PCMK__XA_LRMD_RSC_USERDATA_STR, cmd->userdata_str); notify 652 daemons/execd/execd_commands.c crm_xml_add(notify, PCMK__XA_LRMD_RSC_EXIT_REASON, cmd->result.exit_reason); notify 655 daemons/execd/execd_commands.c crm_xml_add(notify, PCMK__XA_LRMD_RSC_OUTPUT, notify 659 daemons/execd/execd_commands.c crm_xml_add(notify, PCMK__XA_LRMD_RSC_OUTPUT, notify 668 daemons/execd/execd_commands.c xmlNode *args = pcmk__xe_create(notify, PCMK__XE_ATTRIBUTES); notify 681 daemons/execd/execd_commands.c send_client_notify(client->id, client, notify); notify 684 daemons/execd/execd_commands.c pcmk__foreach_ipc_client(send_client_notify, notify); notify 687 daemons/execd/execd_commands.c pcmk__xml_free(notify); notify 695 daemons/execd/execd_commands.c xmlNode *notify = NULL; notify 703 daemons/execd/execd_commands.c notify = pcmk__xe_create(NULL, PCMK__XE_LRMD_NOTIFY); notify 704 daemons/execd/execd_commands.c crm_xml_add(notify, PCMK__XA_LRMD_ORIGIN, __func__); notify 705 daemons/execd/execd_commands.c crm_xml_add_int(notify, PCMK__XA_LRMD_RC, rc); notify 706 daemons/execd/execd_commands.c crm_xml_add_int(notify, PCMK__XA_LRMD_CALLID, call_id); notify 707 daemons/execd/execd_commands.c crm_xml_add(notify, PCMK__XA_LRMD_OP, op); notify 708 daemons/execd/execd_commands.c crm_xml_add(notify, PCMK__XA_LRMD_RSC_ID, rsc_id); notify 710 daemons/execd/execd_commands.c pcmk__foreach_ipc_client(send_client_notify, notify); notify 712 daemons/execd/execd_commands.c pcmk__xml_free(notify); notify 770 daemons/execd/execd_commands.c xmlNode *notify; notify 781 daemons/execd/execd_commands.c send_client_notify(key, (gpointer) client, (gpointer) data->notify); notify 791 daemons/execd/execd_commands.c data.notify = pcmk__xe_create(NULL, PCMK__XE_LRMD_NOTIFY); notify 792 daemons/execd/execd_commands.c crm_xml_add(data.notify, PCMK__XA_LRMD_ORIGIN, __func__); notify 793 daemons/execd/execd_commands.c crm_xml_add(data.notify, PCMK__XA_LRMD_OP, LRMD_OP_NEW_CLIENT); notify 795 daemons/execd/execd_commands.c pcmk__xml_free(data.notify); notify 55 lib/fencing/st_client.c void (*notify) (stonith_t * st, stonith_event_t * e); notify 789 lib/fencing/st_client.c if (a_client->notify == NULL || b_client->notify == NULL) { notify 792 lib/fencing/st_client.c } else if (a_client->notify == b_client->notify) { notify 795 lib/fencing/st_client.c } else if (((long)a_client->notify) < ((long)b_client->notify)) { notify 797 lib/fencing/st_client.c a_client->event, a_client->notify, b_client->notify); notify 801 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 1512 lib/fencing/st_client.c } else if (entry->notify == NULL) { notify 1524 lib/fencing/st_client.c entry->notify(blob->stonith, st_event); notify 250 lib/pengine/pe_notif.c pcmk_action_t *notify = (pcmk_action_t *) user_data; notify 255 lib/pengine/pe_notif.c if (g_hash_table_lookup(notify->meta, (const char *) key) != NULL) { notify 259 lib/pengine/pe_notif.c pcmk__insert_dup(notify->meta, (const char *) key, (const char *) value); notify 288 lib/pengine/pe_notif.c pcmk_action_t *notify = NULL; notify 290 lib/pengine/pe_notif.c notify = custom_action(rsc, notify 295 lib/pengine/pe_notif.c pcmk__set_action_flags(notify, pcmk__action_pseudo); notify 296 lib/pengine/pe_notif.c pcmk__insert_meta(notify, "notify_key_type", notif_type); notify 297 lib/pengine/pe_notif.c pcmk__insert_meta(notify, "notify_key_operation", action->task); notify 298 lib/pengine/pe_notif.c return notify; notify 376 lib/pengine/pe_notif.c pcmk_action_t *notify = NULL; notify 381 lib/pengine/pe_notif.c notify = new_notify_action(rsc, node, n_data->post, n_data->post_done, notify 383 lib/pengine/pe_notif.c if (notify != NULL) { notify 384 lib/pengine/pe_notif.c notify->priority = PCMK_SCORE_INFINITY; notify 1720 tools/crm_mon.c gboolean notify = TRUE; notify 1784 tools/crm_mon.c notify = FALSE; notify 1796 tools/crm_mon.c if (notify && options.external_agent) {