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             567 lib/cib/cib_attrs.c set_standby(cib_t * the_cib, const char *uuid, const char *scope, const char *standby_value)
scope             575 lib/cib/cib_attrs.c     if (safe_str_eq(scope, "reboot") || safe_str_eq(scope, XML_CIB_TAG_STATUS)) {
scope             576 lib/cib/cib_attrs.c         scope = XML_CIB_TAG_STATUS;
scope             580 lib/cib/cib_attrs.c         scope = XML_CIB_TAG_NODES;
scope             584 lib/cib/cib_attrs.c     rc = update_attr_delegate(the_cib, cib_sync_call, scope, uuid, NULL, NULL,