stand_alone       496 daemons/attrd/attrd_cib.c     if (!stand_alone && !a->is_private) {
stand_alone       563 daemons/attrd/attrd_cib.c         if (stand_alone || a->is_private) {
stand_alone        39 daemons/attrd/pacemaker-attrd.c gboolean stand_alone = FALSE;
stand_alone        43 daemons/attrd/pacemaker-attrd.c     { "stand-alone", 's', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, &stand_alone,
stand_alone       141 daemons/attrd/pacemaker-attrd.c                stand_alone ? " in standalone mode" : "");
stand_alone       160 daemons/attrd/pacemaker-attrd.c     if (!stand_alone) {
stand_alone       181 daemons/attrd/pacemaker-attrd.c     if (!stand_alone) {
stand_alone       204 daemons/attrd/pacemaker-attrd.c         if (!stand_alone) {
stand_alone       219 daemons/attrd/pacemaker-attrd.h extern gboolean stand_alone;
stand_alone       561 daemons/based/based_callbacks.c     } else if (stand_alone) {
stand_alone       624 daemons/based/based_callbacks.c     if (stand_alone) {
stand_alone      1180 daemons/based/based_callbacks.c     } else if (!needs_reply || stand_alone) {
stand_alone       128 daemons/based/based_messages.c                 stand_alone? "localhost" : crm_cluster->uname);
stand_alone        46 daemons/based/pacemaker-based.c gboolean stand_alone = FALSE;
stand_alone       130 daemons/based/pacemaker-based.c     { "stand-alone", 's', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, &stand_alone,
stand_alone       236 daemons/based/pacemaker-based.c     if (stand_alone) {
stand_alone       392 daemons/based/pacemaker-based.c     if (!stand_alone) {
stand_alone       404 daemons/based/pacemaker-based.c     if (stand_alone) {
stand_alone        38 daemons/based/pacemaker-based.h #define OUR_NODENAME (stand_alone? "localhost" : crm_cluster->uname)
stand_alone        62 daemons/based/pacemaker-based.h extern gboolean stand_alone;
stand_alone       903 daemons/fenced/fenced_commands.c     if (stand_alone) {
stand_alone      1613 daemons/fenced/fenced_commands.c     if (!stand_alone /* if standalone, there's no attribute manager */
stand_alone      2639 daemons/fenced/fenced_commands.c     if (!stand_alone && pcmk__is_fencing_action(cmd->action)
stand_alone      2657 daemons/fenced/fenced_commands.c     if (stand_alone) {
stand_alone      3306 daemons/fenced/fenced_commands.c     if ((request->peer != NULL) || stand_alone) {
stand_alone        50 daemons/fenced/pacemaker-fenced.c gboolean stand_alone = FALSE;
stand_alone       485 daemons/fenced/pacemaker-fenced.c     stand_alone = FALSE;
stand_alone       733 daemons/fenced/pacemaker-fenced.c     { "stand-alone", 's', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, &stand_alone,
stand_alone       841 daemons/fenced/pacemaker-fenced.c     if (!stand_alone) {
stand_alone       327 daemons/fenced/pacemaker-fenced.h extern gboolean stand_alone;