stand_alone       493 daemons/attrd/attrd_cib.c     if (!stand_alone && !pcmk_is_set(a->flags, attrd_attr_is_private)) {
stand_alone       562 daemons/attrd/attrd_cib.c         if (stand_alone || pcmk_is_set(a->flags, attrd_attr_is_private)) {
stand_alone        37 daemons/attrd/pacemaker-attrd.c gboolean stand_alone = FALSE;
stand_alone        41 daemons/attrd/pacemaker-attrd.c     { "stand-alone", 's', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, &stand_alone,
stand_alone       139 daemons/attrd/pacemaker-attrd.c                stand_alone ? " in standalone mode" : "");
stand_alone       158 daemons/attrd/pacemaker-attrd.c     if (!stand_alone) {
stand_alone       179 daemons/attrd/pacemaker-attrd.c     if (!stand_alone) {
stand_alone       202 daemons/attrd/pacemaker-attrd.c         if (!stand_alone) {
stand_alone       249 daemons/attrd/pacemaker-attrd.h extern gboolean stand_alone;
stand_alone       587 daemons/based/based_callbacks.c     } else if (stand_alone) {
stand_alone       650 daemons/based/based_callbacks.c     if (stand_alone) {
stand_alone      1240 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        45 daemons/based/pacemaker-based.c gboolean stand_alone = FALSE;
stand_alone       142 daemons/based/pacemaker-based.c     { "stand-alone", 's', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, &stand_alone,
stand_alone       253 daemons/based/pacemaker-based.c     if (stand_alone) {
stand_alone       408 daemons/based/pacemaker-based.c     if (!stand_alone) {
stand_alone       420 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       909 daemons/fenced/fenced_commands.c     if (stand_alone) {
stand_alone      1627 daemons/fenced/fenced_commands.c     if (!stand_alone /* if standalone, there's no attribute manager */
stand_alone      2668 daemons/fenced/fenced_commands.c     if (!stand_alone && pcmk__is_fencing_action(cmd->action)
stand_alone      2686 daemons/fenced/fenced_commands.c     if (stand_alone) {
stand_alone      3345 daemons/fenced/fenced_commands.c     if ((request->peer != NULL) || stand_alone) {
stand_alone        49 daemons/fenced/pacemaker-fenced.c gboolean stand_alone = FALSE;
stand_alone       456 daemons/fenced/pacemaker-fenced.c     stand_alone = FALSE;
stand_alone       517 daemons/fenced/pacemaker-fenced.c     { "stand-alone", 's', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, &stand_alone,
stand_alone       630 daemons/fenced/pacemaker-fenced.c     if (!stand_alone) {
stand_alone       323 daemons/fenced/pacemaker-fenced.h extern gboolean stand_alone;