scope 55 include/crm/cib/util.h int set_standby(cib_t * the_cib, const char *uuid, const char *scope, const char *standby_value); scope 707 lib/cib/cib_attrs.c set_standby(cib_t * the_cib, const char *uuid, const char *scope, const char *standby_value) scope 715 lib/cib/cib_attrs.c if (pcmk__strcase_any_of(scope, "reboot", XML_CIB_TAG_STATUS, NULL)) { scope 716 lib/cib/cib_attrs.c scope = XML_CIB_TAG_STATUS; scope 720 lib/cib/cib_attrs.c scope = XML_CIB_TAG_NODES; scope 724 lib/cib/cib_attrs.c rc = update_attr_delegate(the_cib, cib_sync_call, scope, uuid, NULL, NULL, scope 2134 lib/pacemaker/pcmk_output.c const char *scope = va_arg(args, const char *); scope 2142 lib/pacemaker/pcmk_output.c if (!pcmk__str_empty(scope)) { scope 2143 lib/pacemaker/pcmk_output.c pcmk__g_strcat(s, "scope=\"", scope, "\" ", NULL); scope 2169 lib/pacemaker/pcmk_output.c const char *scope = va_arg(args, const char *); scope 2182 lib/pacemaker/pcmk_output.c if (!pcmk__str_empty(scope)) { scope 2183 lib/pacemaker/pcmk_output.c crm_xml_add(node, "scope", scope); scope 103 maint/gnulib/lib/textstyle.in.h ostream_flush (ostream_t stream, ostream_flush_scope_t scope) scope 106 maint/gnulib/lib/textstyle.in.h if (scope == FLUSH_ALL) scope 138 tools/cibadmin.c scope_is_valid(const char *scope) scope 140 tools/cibadmin.c return pcmk__str_any_of(scope, scope 53 tools/crm_attribute.c const char *scope = va_arg(args, const char *); scope 65 tools/crm_attribute.c scope ? "scope=" : "", scope ? scope : "",