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 588 daemons/execd/execd_commands.c xmlNode *notify = NULL; notify 615 daemons/execd/execd_commands.c notify = create_xml_node(NULL, T_LRMD_NOTIFY); notify 617 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_ORIGIN, __func__); notify 618 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_TIMEOUT, cmd->timeout); notify 619 daemons/execd/execd_commands.c crm_xml_add_ms(notify, F_LRMD_RSC_INTERVAL, cmd->interval_ms); notify 620 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_RSC_START_DELAY, cmd->start_delay); notify 621 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_EXEC_RC, cmd->result.exit_status); notify 622 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_OP_STATUS, cmd->result.execution_status); notify 623 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_CALLID, cmd->call_id); notify 624 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_RSC_DELETED, cmd->rsc_deleted); notify 626 daemons/execd/execd_commands.c crm_xml_add_ll(notify, F_LRMD_RSC_RUN_TIME, notify 628 daemons/execd/execd_commands.c crm_xml_add_ll(notify, F_LRMD_RSC_RCCHANGE_TIME, notify 631 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_RSC_EXEC_TIME, exec_time); notify 632 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_RSC_QUEUE_TIME, queue_time); notify 635 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_OPERATION, LRMD_OP_RSC_EXEC); notify 636 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_RSC_ID, cmd->rsc_id); notify 638 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_RSC_ACTION, cmd->real_action); notify 640 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_RSC_ACTION, cmd->action); notify 642 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_RSC_USERDATA_STR, cmd->userdata_str); notify 643 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_RSC_EXIT_REASON, cmd->result.exit_reason); notify 646 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_RSC_OUTPUT, cmd->result.action_stderr); notify 649 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_RSC_OUTPUT, cmd->result.action_stdout); notify 657 daemons/execd/execd_commands.c xmlNode *args = create_xml_node(notify, XML_TAG_ATTRS); notify 668 daemons/execd/execd_commands.c send_client_notify(client->id, client, notify); notify 671 daemons/execd/execd_commands.c pcmk__foreach_ipc_client(send_client_notify, notify); notify 674 daemons/execd/execd_commands.c free_xml(notify); notify 682 daemons/execd/execd_commands.c xmlNode *notify = NULL; notify 689 daemons/execd/execd_commands.c notify = create_xml_node(NULL, T_LRMD_NOTIFY); notify 690 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_ORIGIN, __func__); notify 691 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_RC, rc); notify 692 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_CALLID, call_id); notify 693 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_OPERATION, op); notify 694 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_RSC_ID, rsc_id); notify 696 daemons/execd/execd_commands.c pcmk__foreach_ipc_client(send_client_notify, notify); notify 698 daemons/execd/execd_commands.c free_xml(notify); notify 756 daemons/execd/execd_commands.c xmlNode *notify; notify 767 daemons/execd/execd_commands.c send_client_notify(key, (gpointer) client, (gpointer) data->notify); notify 777 daemons/execd/execd_commands.c data.notify = create_xml_node(NULL, T_LRMD_NOTIFY); notify 778 daemons/execd/execd_commands.c crm_xml_add(data.notify, F_LRMD_ORIGIN, __func__); notify 779 daemons/execd/execd_commands.c crm_xml_add(data.notify, F_LRMD_OPERATION, LRMD_OP_NEW_CLIENT); notify 781 daemons/execd/execd_commands.c free_xml(data.notify); notify 300 include/crm/stonith-ng.h void (*notify)(stonith_t *st, stonith_event_t *e)); notify 55 lib/fencing/st_client.c void (*notify) (stonith_t * st, stonith_event_t * e); notify 765 lib/fencing/st_client.c if (a_client->notify == NULL || b_client->notify == NULL) { notify 768 lib/fencing/st_client.c } else if (a_client->notify == b_client->notify) { notify 771 lib/fencing/st_client.c } else if (((long)a_client->notify) < ((long)b_client->notify)) { notify 773 lib/fencing/st_client.c a_client->event, a_client->notify, b_client->notify); notify 777 lib/fencing/st_client.c a_client->event, a_client->notify, b_client->notify); notify 1202 lib/fencing/st_client.c new_client->notify = callback; notify 1251 lib/fencing/st_client.c new_client->notify = NULL; notify 1467 lib/fencing/st_client.c } else if (entry->notify == NULL) { notify 1479 lib/fencing/st_client.c entry->notify(blob->stonith, st_event); notify 251 lib/pacemaker/pcmk_sched_notif.c pe_action_t *notify = (pe_action_t *) user_data; notify 256 lib/pacemaker/pcmk_sched_notif.c if (g_hash_table_lookup(notify->meta, (const char *) key) != NULL) { notify 260 lib/pacemaker/pcmk_sched_notif.c g_hash_table_insert(notify->meta, strdup((const char *) key), notify 289 lib/pacemaker/pcmk_sched_notif.c pe_action_t *notify = NULL; notify 291 lib/pacemaker/pcmk_sched_notif.c notify = custom_action(rsc, notify 296 lib/pacemaker/pcmk_sched_notif.c pe__set_action_flags(notify, pe_action_pseudo); notify 297 lib/pacemaker/pcmk_sched_notif.c add_hash_param(notify->meta, "notify_key_type", notif_type); notify 298 lib/pacemaker/pcmk_sched_notif.c add_hash_param(notify->meta, "notify_key_operation", action->task); notify 299 lib/pacemaker/pcmk_sched_notif.c return notify; notify 376 lib/pacemaker/pcmk_sched_notif.c pe_action_t *notify = NULL; notify 379 lib/pacemaker/pcmk_sched_notif.c notify = new_notify_action(rsc, node, n_data->post, n_data->post_done, notify 381 lib/pacemaker/pcmk_sched_notif.c if (notify != NULL) { notify 382 lib/pacemaker/pcmk_sched_notif.c notify->priority = INFINITY; notify 1700 tools/crm_mon.c gboolean notify = TRUE; notify 1773 tools/crm_mon.c notify = FALSE; notify 1785 tools/crm_mon.c if (notify && options.external_agent) {