scope              61 include/crm/cib/util.h int set_standby(cib_t * the_cib, const char *uuid, const char *scope, const char *standby_value);
scope             570 lib/cib/cib_attrs.c set_standby(cib_t * the_cib, const char *uuid, const char *scope, const char *standby_value)
scope             578 lib/cib/cib_attrs.c     if (pcmk__strcase_any_of(scope, "reboot", XML_CIB_TAG_STATUS, NULL)) {
scope             579 lib/cib/cib_attrs.c         scope = XML_CIB_TAG_STATUS;
scope             583 lib/cib/cib_attrs.c         scope = XML_CIB_TAG_NODES;
scope             587 lib/cib/cib_attrs.c     rc = update_attr_delegate(the_cib, cib_sync_call, scope, uuid, NULL, NULL,