notify 430 daemons/based/based_callbacks.c cib_local_notify_t *notify = data; notify 432 daemons/based/based_callbacks.c free_xml(notify->notify_src); notify 433 daemons/based/based_callbacks.c free(notify->client_id); notify 434 daemons/based/based_callbacks.c free(notify); notify 440 daemons/based/based_callbacks.c cib_local_notify_t *notify = NULL; notify 446 daemons/based/based_callbacks.c notify = g_hash_table_lookup(local_notify_queue, GINT_TO_POINTER(bcast_id)); notify 448 daemons/based/based_callbacks.c if (notify) { notify 449 daemons/based/based_callbacks.c do_local_notify(notify->notify_src, notify->client_id, notify->sync_reply, notify 450 daemons/based/based_callbacks.c notify->from_peer); notify 459 daemons/based/based_callbacks.c cib_local_notify_t *notify = calloc(1, sizeof(cib_local_notify_t)); notify 461 daemons/based/based_callbacks.c notify->notify_src = notify_src; notify 462 daemons/based/based_callbacks.c notify->client_id = strdup(client_id); notify 463 daemons/based/based_callbacks.c notify->sync_reply = sync_reply; notify 464 daemons/based/based_callbacks.c notify->from_peer = from_peer; notify 472 daemons/based/based_callbacks.c g_hash_table_insert(local_notify_queue, GINT_TO_POINTER(cib_local_bcast_num), notify); notify 547 daemons/execd/execd_commands.c xmlNode *notify = NULL; notify 575 daemons/execd/execd_commands.c notify = create_xml_node(NULL, T_LRMD_NOTIFY); notify 577 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_ORIGIN, __func__); notify 578 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_TIMEOUT, cmd->timeout); notify 579 daemons/execd/execd_commands.c crm_xml_add_ms(notify, F_LRMD_RSC_INTERVAL, cmd->interval_ms); notify 580 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_RSC_START_DELAY, cmd->start_delay); notify 581 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_EXEC_RC, cmd->exec_rc); notify 582 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_OP_STATUS, cmd->lrmd_op_status); notify 583 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_CALLID, cmd->call_id); notify 584 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_RSC_DELETED, cmd->rsc_deleted); notify 586 daemons/execd/execd_commands.c crm_xml_add_ll(notify, F_LRMD_RSC_RUN_TIME, notify 588 daemons/execd/execd_commands.c crm_xml_add_ll(notify, F_LRMD_RSC_RCCHANGE_TIME, notify 591 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_RSC_EXEC_TIME, exec_time); notify 592 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_RSC_QUEUE_TIME, queue_time); notify 595 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_OPERATION, LRMD_OP_RSC_EXEC); notify 596 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_RSC_ID, cmd->rsc_id); notify 598 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_RSC_ACTION, cmd->real_action); notify 600 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_RSC_ACTION, cmd->action); notify 602 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_RSC_USERDATA_STR, cmd->userdata_str); notify 603 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_RSC_OUTPUT, cmd->output); notify 604 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_RSC_EXIT_REASON, cmd->exit_reason); notify 611 daemons/execd/execd_commands.c xmlNode *args = create_xml_node(notify, XML_TAG_ATTRS); notify 622 daemons/execd/execd_commands.c send_client_notify(client->id, client, notify); notify 625 daemons/execd/execd_commands.c pcmk__foreach_ipc_client(send_client_notify, notify); notify 628 daemons/execd/execd_commands.c free_xml(notify); notify 636 daemons/execd/execd_commands.c xmlNode *notify = NULL; notify 643 daemons/execd/execd_commands.c notify = create_xml_node(NULL, T_LRMD_NOTIFY); notify 644 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_ORIGIN, __func__); notify 645 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_RC, rc); notify 646 daemons/execd/execd_commands.c crm_xml_add_int(notify, F_LRMD_CALLID, call_id); notify 647 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_OPERATION, op); notify 648 daemons/execd/execd_commands.c crm_xml_add(notify, F_LRMD_RSC_ID, rsc_id); notify 650 daemons/execd/execd_commands.c pcmk__foreach_ipc_client(send_client_notify, notify); notify 652 daemons/execd/execd_commands.c free_xml(notify); notify 816 daemons/execd/execd_commands.c xmlNode *notify; notify 827 daemons/execd/execd_commands.c send_client_notify(key, (gpointer) client, (gpointer) data->notify); notify 837 daemons/execd/execd_commands.c data.notify = create_xml_node(NULL, T_LRMD_NOTIFY); notify 838 daemons/execd/execd_commands.c crm_xml_add(data.notify, F_LRMD_ORIGIN, __func__); notify 839 daemons/execd/execd_commands.c crm_xml_add(data.notify, F_LRMD_OPERATION, LRMD_OP_NEW_CLIENT); notify 841 daemons/execd/execd_commands.c free_xml(data.notify); notify 299 include/crm/stonith-ng.h void (*notify)(stonith_t *st, stonith_event_t *e)); notify 80 lib/fencing/st_client.c void (*notify) (stonith_t * st, stonith_event_t * e); notify 1192 lib/fencing/st_client.c if (a_client->notify == NULL || b_client->notify == NULL) { notify 1195 lib/fencing/st_client.c } else if (a_client->notify == b_client->notify) { notify 1198 lib/fencing/st_client.c } else if (((long)a_client->notify) < ((long)b_client->notify)) { notify 1200 lib/fencing/st_client.c a_client->event, a_client->notify, b_client->notify); notify 1204 lib/fencing/st_client.c a_client->event, a_client->notify, b_client->notify); notify 1600 lib/fencing/st_client.c new_client->notify = callback; notify 1631 lib/fencing/st_client.c new_client->notify = NULL; notify 1811 lib/fencing/st_client.c } else if (entry->notify == NULL) { notify 1823 lib/fencing/st_client.c entry->notify(blob->stonith, st_event); notify 140 lib/pacemaker/pcmk_sched_graph.c gboolean notify = FALSE; notify 153 lib/pacemaker/pcmk_sched_graph.c notify = pcmk_is_set(rsc->flags, pe_rsc_notify); notify 160 lib/pacemaker/pcmk_sched_graph.c uuid = convert_non_atomic_uuid(action->uuid, rsc, notify, FALSE); notify 252 lib/pacemaker/pcmk_sched_notif.c pe_action_t *notify = NULL; notify 260 lib/pacemaker/pcmk_sched_notif.c notify = pe_notify(rsc, node, n_data->post, n_data->post_done, n_data, data_set); notify 262 lib/pacemaker/pcmk_sched_notif.c if (notify != NULL) { notify 263 lib/pacemaker/pcmk_sched_notif.c notify->priority = INFINITY; notify 1629 tools/crm_mon.c gboolean notify = TRUE; notify 1702 tools/crm_mon.c notify = FALSE; notify 1714 tools/crm_mon.c if (notify && options.external_agent) {