bcast            2008 fencing/commands.c     gboolean bcast = FALSE;
bcast            2024 fencing/commands.c         bcast = TRUE;
bcast            2030 fencing/commands.c     if (bcast) {
bcast             367 fencing/remote.c     xmlNode *bcast = create_xml_node(NULL, T_STONITH_REPLY);
bcast             372 fencing/remote.c     crm_xml_add(bcast, F_TYPE, T_STONITH_NOTIFY);
bcast             373 fencing/remote.c     crm_xml_add(bcast, F_SUBTYPE, "broadcast");
bcast             374 fencing/remote.c     crm_xml_add(bcast, F_STONITH_OPERATION, T_STONITH_NOTIFY);
bcast             375 fencing/remote.c     crm_xml_add_int(bcast, "count", count);
bcast             376 fencing/remote.c     add_message_xml(bcast, F_STONITH_CALLDATA, notify_data);
bcast             377 fencing/remote.c     send_cluster_message(NULL, crm_msg_stonith_ng, bcast, FALSE);
bcast             379 fencing/remote.c     free_xml(bcast);
bcast            1234 lib/ais/plugin.c         char *bcast = ais_concat("remove-peer", data, ':');
bcast            1236 lib/ais/plugin.c         send_plugin_msg(crm_msg_ais, NULL, bcast);
bcast            1237 lib/ais/plugin.c         ais_info("Sent: %s", bcast);
bcast            1238 lib/ais/plugin.c         ais_free(bcast);