bcast 45 daemons/fenced/fenced_history.c xmlNode *bcast = create_xml_node(NULL, "stonith_command"); bcast 51 daemons/fenced/fenced_history.c crm_xml_add(bcast, F_TYPE, T_STONITH_NG); bcast 52 daemons/fenced/fenced_history.c crm_xml_add(bcast, F_SUBTYPE, "broadcast"); bcast 53 daemons/fenced/fenced_history.c crm_xml_add(bcast, F_STONITH_OPERATION, STONITH_OP_FENCE_HISTORY); bcast 54 daemons/fenced/fenced_history.c crm_xml_add_int(bcast, F_STONITH_CALLOPTS, callopts); bcast 58 daemons/fenced/fenced_history.c add_message_xml(bcast, F_STONITH_CALLDATA, data); bcast 59 daemons/fenced/fenced_history.c send_cluster_message(NULL, crm_msg_stonith_ng, bcast, FALSE); bcast 62 daemons/fenced/fenced_history.c free_xml(bcast); bcast 397 daemons/fenced/fenced_remote.c xmlNode *bcast = create_xml_node(NULL, T_STONITH_REPLY); bcast 402 daemons/fenced/fenced_remote.c crm_xml_add(bcast, F_TYPE, T_STONITH_NOTIFY); bcast 403 daemons/fenced/fenced_remote.c crm_xml_add(bcast, F_SUBTYPE, "broadcast"); bcast 404 daemons/fenced/fenced_remote.c crm_xml_add(bcast, F_STONITH_OPERATION, T_STONITH_NOTIFY); bcast 405 daemons/fenced/fenced_remote.c crm_xml_add_int(bcast, "count", count); bcast 408 daemons/fenced/fenced_remote.c pcmk__xe_set_bool_attr(bcast, F_STONITH_MERGED, true); bcast 411 daemons/fenced/fenced_remote.c add_message_xml(bcast, F_STONITH_CALLDATA, notify_data); bcast 412 daemons/fenced/fenced_remote.c send_cluster_message(NULL, crm_msg_stonith_ng, bcast, FALSE); bcast 414 daemons/fenced/fenced_remote.c free_xml(bcast);