section          1004 daemons/based/based_callbacks.c         const char *section = crm_element_value(request, F_CIB_SECTION);
section          1014 daemons/based/based_callbacks.c                    section ? section : "'all'",
section          1047 daemons/based/based_callbacks.c         const char *section = crm_element_value(request, F_CIB_SECTION);
section          1074 daemons/based/based_callbacks.c                    op, section ? section : "'all'", pcmk_strerror(rc), rc,
section          1179 daemons/based/based_callbacks.c     const char *section = NULL;
section          1211 daemons/based/based_callbacks.c     rc2 = cib_op_prepare(call_type, request, &input, &section);
section          1222 daemons/based/based_callbacks.c                             section, request, input, FALSE, &config_changed,
section          1250 daemons/based/based_callbacks.c             && pcmk__str_eq(section, XML_CIB_TAG_STATUS, pcmk__str_casei)) {
section          1259 daemons/based/based_callbacks.c                             section, request, input, manage_counters, &config_changed,
section          1301 daemons/based/based_callbacks.c             if (section == NULL) {
section          1304 daemons/based/based_callbacks.c             } else if (pcmk__str_eq(section, XML_TAG_CIB, pcmk__str_casei)) {
section          1307 daemons/based/based_callbacks.c             } else if (pcmk__str_eq(section, XML_CIB_TAG_NODES, pcmk__str_casei)) {
section          1310 daemons/based/based_callbacks.c             } else if (pcmk__str_eq(section, XML_CIB_TAG_STATUS, pcmk__str_casei)) {
section          1313 daemons/based/based_callbacks.c             } else if (pcmk__str_eq(section, XML_CIB_TAG_CONFIGURATION, pcmk__str_casei)) {
section            37 daemons/based/based_common.c cib_prepare_common(xmlNode * root, const char *section)
section            54 daemons/based/based_common.c     if (section != NULL && data != NULL && pcmk__str_eq(crm_element_name(data), XML_TAG_CIB, pcmk__str_none)) {
section            55 daemons/based/based_common.c         data = get_object_root(section, data);
section            63 daemons/based/based_common.c cib_prepare_none(xmlNode * request, xmlNode ** data, const char **section)
section            66 daemons/based/based_common.c     *section = crm_element_value(request, F_CIB_SECTION);
section            71 daemons/based/based_common.c cib_prepare_data(xmlNode * request, xmlNode ** data, const char **section)
section            75 daemons/based/based_common.c     *section = crm_element_value(request, F_CIB_SECTION);
section            76 daemons/based/based_common.c     *data = cib_prepare_common(input_fragment, *section);
section            82 daemons/based/based_common.c cib_prepare_sync(xmlNode * request, xmlNode ** data, const char **section)
section            85 daemons/based/based_common.c     *section = crm_element_value(request, F_CIB_SECTION);
section            90 daemons/based/based_common.c cib_prepare_diff(xmlNode * request, xmlNode ** data, const char **section)
section            96 daemons/based/based_common.c     *section = NULL;
section           293 daemons/based/based_common.c cib_op_prepare(int call_type, xmlNode * request, xmlNode ** input, const char **section)
section           296 daemons/based/based_common.c     return cib_server_ops[call_type].prepare(request, input, section);
section            43 daemons/based/based_messages.c                int operation, const char *section);
section            52 daemons/based/based_messages.c cib_process_shutdown_req(const char *op, int options, const char *section, xmlNode * req,
section            76 daemons/based/based_messages.c cib_process_default(const char *op, int options, const char *section, xmlNode * req,
section           100 daemons/based/based_messages.c cib_process_readwrite(const char *op, int options, const char *section, xmlNode * req,
section           155 daemons/based/based_messages.c cib_process_ping(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           203 daemons/based/based_messages.c cib_process_sync(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           210 daemons/based/based_messages.c cib_process_upgrade_server(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           224 daemons/based/based_messages.c             op, options, section, req, input, existing_cib, result_cib, answer);
section           258 daemons/based/based_messages.c                     op, options, section, up, input, existing_cib, result_cib, answer);
section           302 daemons/based/based_messages.c cib_process_sync_one(const char *op, int options, const char *section, xmlNode * req,
section           310 daemons/based/based_messages.c cib_server_process_diff(const char *op, int options, const char *section, xmlNode * req,
section           344 daemons/based/based_messages.c     rc = cib_process_diff(op, options, section, req, input, existing_cib, result_cib, answer);
section           371 daemons/based/based_messages.c cib_process_replace_svr(const char *op, int options, const char *section, xmlNode * req,
section           377 daemons/based/based_messages.c         cib_process_replace(op, options, section, req, input, existing_cib, result_cib, answer);
section           444 daemons/based/based_messages.c cib_process_delete_absolute(const char *op, int options, const char *section, xmlNode * req,
section           452 daemons/based/based_messages.c     crm_trace("Processing \"%s\" event for section=%s", op, crm_str(section));
section           453 daemons/based/based_messages.c     if (pcmk__str_eq(XML_CIB_TAG_SECTION_ALL, section, pcmk__str_casei)) {
section           454 daemons/based/based_messages.c         section = NULL;
section           456 daemons/based/based_messages.c     } else if (pcmk__str_eq(XML_TAG_CIB, section, pcmk__str_casei)) {
section           457 daemons/based/based_messages.c         section = NULL;
section           460 daemons/based/based_messages.c         section = NULL;
section           472 daemons/based/based_messages.c     update_section = get_object_root(section, *result_cib);
section            99 daemons/based/pacemaker-based.h                           const char *section, const char *verbose,
section           101 daemons/based/pacemaker-based.h int cib_process_shutdown_req(const char *op, int options, const char *section,
section           105 daemons/based/pacemaker-based.h int cib_process_default(const char *op, int options, const char *section,
section           108 daemons/based/pacemaker-based.h int cib_process_ping(const char *op, int options, const char *section,
section           111 daemons/based/pacemaker-based.h int cib_process_readwrite(const char *op, int options, const char *section,
section           114 daemons/based/pacemaker-based.h int cib_process_replace_svr(const char *op, int options, const char *section,
section           117 daemons/based/pacemaker-based.h int cib_server_process_diff(const char *op, int options, const char *section,
section           120 daemons/based/pacemaker-based.h int cib_process_sync(const char *op, int options, const char *section,
section           123 daemons/based/pacemaker-based.h int cib_process_sync_one(const char *op, int options, const char *section,
section           127 daemons/based/pacemaker-based.h                                 const char *section, xmlNode *req,
section           130 daemons/based/pacemaker-based.h int cib_process_upgrade_server(const char *op, int options, const char *section,
section           142 daemons/based/pacemaker-based.h                    const char **section);
section           216 daemons/controld/controld_based.c controld_delete_node_state(const char *uname, enum controld_section_e section,
section           223 daemons/controld/controld_based.c     switch (section) {
section           540 daemons/controld/controld_join_dc.c     enum controld_section_e section = controld_section_lrm;
section           591 daemons/controld/controld_join_dc.c         section = controld_section_lrm_unlocked;
section           593 daemons/controld/controld_join_dc.c     controld_delete_node_state(join_from, section, cib_scope_local);
section           181 daemons/controld/controld_remote_ra.c     enum controld_section_e section = controld_section_all;
section           193 daemons/controld/controld_remote_ra.c         section = controld_section_all_unlocked;
section           195 daemons/controld/controld_remote_ra.c     controld_delete_node_state(node_name, section, call_opt);
section            22 daemons/controld/controld_utils.h #  define fsa_cib_update(section, data, options, call_id, user_name)	\
section            25 daemons/controld/controld_utils.h 		fsa_cib_conn, CIB_OP_MODIFY, NULL, section, data,	\
section            33 daemons/controld/controld_utils.h fsa_cib_anon_update(const char *section, xmlNode *data) {
section            39 daemons/controld/controld_utils.h         fsa_cib_conn->cmds->modify(fsa_cib_conn, section, data, opts);
section            44 daemons/controld/controld_utils.h fsa_cib_anon_update_discard_reply(const char *section, xmlNode *data) {
section            50 daemons/controld/controld_utils.h         fsa_cib_conn->cmds->modify(fsa_cib_conn, section, data, opts);
section           111 daemons/controld/controld_utils.h                                 enum controld_section_e section, int options);
section            92 include/crm/cib/cib_types.h     int (*query) (cib_t *cib, const char *section, xmlNode **output_data,
section            94 include/crm/cib/cib_types.h     int (*query_from) (cib_t *cib, const char *host, const char *section,
section           100 include/crm/cib/cib_types.h     int (*sync) (cib_t *cib, const char *section, int call_options);
section           101 include/crm/cib/cib_types.h     int (*sync_from) (cib_t *cib, const char *host, const char *section,
section           105 include/crm/cib/cib_types.h     int (*create) (cib_t *cib, const char *section, xmlNode *data,
section           107 include/crm/cib/cib_types.h     int (*modify) (cib_t *cib, const char *section, xmlNode *data,
section           109 include/crm/cib/cib_types.h     int (*update) (cib_t *cib, const char *section, xmlNode *data,
section           111 include/crm/cib/cib_types.h     int (*replace) (cib_t *cib, const char *section, xmlNode *data,
section           113 include/crm/cib/cib_types.h     int (*remove) (cib_t *cib, const char *section, xmlNode *data,
section           116 include/crm/cib/cib_types.h     int (*delete_absolute) (cib_t *cib, const char *section, xmlNode *data,
section           120 include/crm/cib/internal.h                    const char *section, xmlNode * req, xmlNode * input,
section           126 include/crm/cib/internal.h                        const char *section, xmlNode * data, int call_options,
section           143 include/crm/cib/internal.h int cib_process_query(const char *op, int options, const char *section, xmlNode * req,
section           147 include/crm/cib/internal.h int cib_process_erase(const char *op, int options, const char *section, xmlNode * req,
section           151 include/crm/cib/internal.h int cib_process_bump(const char *op, int options, const char *section, xmlNode * req,
section           155 include/crm/cib/internal.h int cib_process_replace(const char *op, int options, const char *section, xmlNode * req,
section           159 include/crm/cib/internal.h int cib_process_create(const char *op, int options, const char *section, xmlNode * req,
section           163 include/crm/cib/internal.h int cib_process_modify(const char *op, int options, const char *section, xmlNode * req,
section           167 include/crm/cib/internal.h int cib_process_delete(const char *op, int options, const char *section, xmlNode * req,
section           171 include/crm/cib/internal.h int cib_process_diff(const char *op, int options, const char *section, xmlNode * req,
section           175 include/crm/cib/internal.h int cib_process_upgrade(const char *op, int options, const char *section, xmlNode * req,
section           198 include/crm/cib/internal.h int cib_process_xpath(const char *op, int options, const char *section, xmlNode * req,
section           207 include/crm/cib/internal.h                     const char *section, xmlNode * data,
section            25 include/crm/cib/util.h xmlNode *create_cib_fragment_adv(xmlNode * update, const char *section, const char *source);
section            33 include/crm/cib/util.h                          const char *section, const char *node_uuid,
section            40 include/crm/cib/util.h                               const char *section, const char *node_uuid,
section            46 include/crm/cib/util.h                        const char *section, const char *node_uuid,
section            52 include/crm/cib/util.h                          const char *section, const char *node_uuid,
section            34 include/crm/common/attrd_internal.h                             const char *section, const char *set,
section            48 lib/cib/cib_attrs.c find_nvpair_attr_delegate(cib_t * the_cib, const char *attr, const char *section,
section            70 lib/cib/cib_attrs.c     if (pcmk__str_eq(section, XML_CIB_TAG_CRMCONFIG, pcmk__str_casei)) {
section            74 lib/cib/cib_attrs.c     } else if (pcmk__strcase_any_of(section, XML_CIB_TAG_OPCONFIG, XML_CIB_TAG_RSCCONFIG,
section            79 lib/cib/cib_attrs.c     } else if (pcmk__str_eq(section, XML_CIB_TAG_TICKETS, pcmk__str_casei)) {
section            81 lib/cib/cib_attrs.c         section = XML_CIB_TAG_STATUS;
section            94 lib/cib/cib_attrs.c     attr_snprintf(xpath_string, offset, XPATH_MAX, "%.128s", get_object_path(section));
section           102 lib/cib/cib_attrs.c         if (pcmk__str_eq(section, XML_CIB_TAG_STATUS, pcmk__str_casei)) {
section           136 lib/cib/cib_attrs.c                   attr_name, section, crm_str(node_uuid), crm_str(set_name), xpath_string,
section           170 lib/cib/cib_attrs.c                      const char *section, const char *node_uuid, const char *set_type,
section           183 lib/cib/cib_attrs.c     CRM_CHECK(section != NULL, return -EINVAL);
section           187 lib/cib/cib_attrs.c     rc = find_nvpair_attr_delegate(the_cib, XML_ATTR_ID, section, node_uuid, set_type, set_name,
section           201 lib/cib/cib_attrs.c         if (pcmk__str_eq(section, XML_CIB_TAG_TICKETS, pcmk__str_casei)) {
section           203 lib/cib/cib_attrs.c             section = XML_CIB_TAG_STATUS;
section           209 lib/cib/cib_attrs.c         } else if (pcmk__str_eq(section, XML_CIB_TAG_NODES, pcmk__str_casei)) {
section           225 lib/cib/cib_attrs.c         } else if (pcmk__str_eq(section, XML_CIB_TAG_STATUS, pcmk__str_casei)) {
section           236 lib/cib/cib_attrs.c             tag = section;
section           241 lib/cib/cib_attrs.c             if (pcmk__str_eq(section, XML_CIB_TAG_CRMCONFIG, pcmk__str_casei)) {
section           245 lib/cib/cib_attrs.c                 local_set_name = crm_strdup_printf("%s-%s", section,
section           249 lib/cib/cib_attrs.c                 local_set_name = crm_strdup_printf("%s-%s", section, node_uuid);
section           259 lib/cib/cib_attrs.c                 local_set_name = crm_strdup_printf("%s-options", section);
section           273 lib/cib/cib_attrs.c         crm_trace("Creating %s/%s", section, tag);
section           283 lib/cib/cib_attrs.c             if (pcmk__str_eq(section, XML_CIB_TAG_CRMCONFIG, pcmk__str_casei)) {
section           309 lib/cib/cib_attrs.c     rc = cib_internal_op(the_cib, CIB_OP_MODIFY, NULL, section, xml_top, NULL,
section           314 lib/cib/cib_attrs.c                  attr_name, attr_value, section, crm_str(set_name), pcmk_strerror(rc));
section           327 lib/cib/cib_attrs.c                    const char *section, const char *node_uuid, const char *set_type,
section           334 lib/cib/cib_attrs.c     CRM_CHECK(section != NULL, return -EINVAL);
section           339 lib/cib/cib_attrs.c     rc = find_nvpair_attr_delegate(the_cib, XML_NVPAIR_ATTR_VALUE, section, node_uuid, set_type,
section           343 lib/cib/cib_attrs.c                   attr_name, section, crm_str(set_name), crm_str(node_uuid), pcmk_strerror(rc));
section           350 lib/cib/cib_attrs.c                      const char *section, const char *node_uuid, const char *set_type,
section           358 lib/cib/cib_attrs.c     CRM_CHECK(section != NULL, return -EINVAL);
section           362 lib/cib/cib_attrs.c         rc = find_nvpair_attr_delegate(the_cib, XML_ATTR_ID, section, node_uuid, set_type,
section           373 lib/cib/cib_attrs.c     rc = cib_internal_op(the_cib, CIB_OP_DELETE, NULL, section, xml_obj, NULL,
section           378 lib/cib/cib_attrs.c                  section, node_uuid ? "attribute" : "option", local_attr_id,
section            64 lib/cib/cib_client.c cib_client_query(cib_t * cib, const char *section, xmlNode ** output_data, int call_options)
section            66 lib/cib/cib_client.c     return cib->cmds->query_from(cib, NULL, section, output_data, call_options);
section            70 lib/cib/cib_client.c cib_client_query_from(cib_t * cib, const char *host, const char *section,
section            74 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_QUERY, host, section, NULL, output_data, call_options, NULL);
section           122 lib/cib/cib_client.c cib_client_sync(cib_t * cib, const char *section, int call_options)
section           124 lib/cib/cib_client.c     return cib->cmds->sync_from(cib, NULL, section, call_options);
section           128 lib/cib/cib_client.c cib_client_sync_from(cib_t * cib, const char *host, const char *section, int call_options)
section           131 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_SYNC, host, section, NULL, NULL, call_options, NULL);
section           135 lib/cib/cib_client.c cib_client_create(cib_t * cib, const char *section, xmlNode * data, int call_options)
section           138 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_CREATE, NULL, section, data, NULL, call_options, NULL);
section           142 lib/cib/cib_client.c cib_client_modify(cib_t * cib, const char *section, xmlNode * data, int call_options)
section           145 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_MODIFY, NULL, section, data, NULL, call_options, NULL);
section           149 lib/cib/cib_client.c cib_client_update(cib_t * cib, const char *section, xmlNode * data, int call_options)
section           152 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_MODIFY, NULL, section, data, NULL, call_options, NULL);
section           156 lib/cib/cib_client.c cib_client_replace(cib_t * cib, const char *section, xmlNode * data, int call_options)
section           159 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_REPLACE, NULL, section, data, NULL, call_options, NULL);
section           163 lib/cib/cib_client.c cib_client_delete(cib_t * cib, const char *section, xmlNode * data, int call_options)
section           166 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_DELETE, NULL, section, data, NULL, call_options, NULL);
section           170 lib/cib/cib_client.c cib_client_delete_absolute(cib_t * cib, const char *section, xmlNode * data, int call_options)
section           173 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_DELETE_ALT, NULL, section, data, NULL, call_options, NULL);
section            60 lib/cib/cib_file.c int cib_file_perform_op(cib_t * cib, const char *op, const char *host, const char *section,
section            63 lib/cib/cib_file.c int cib_file_perform_op_delegate(cib_t * cib, const char *op, const char *host, const char *section,
section           783 lib/cib/cib_file.c cib_file_perform_op(cib_t * cib, const char *op, const char *host, const char *section,
section           786 lib/cib/cib_file.c     return cib_file_perform_op_delegate(cib, op, host, section, data, output_data, call_options,
section           791 lib/cib/cib_file.c cib_file_perform_op_delegate(cib_t * cib, const char *op, const char *host, const char *section,
section           809 lib/cib/cib_file.c              (op? op : "invalid"), (section? section : "entire CIB"),
section           840 lib/cib/cib_file.c     request = cib_create_op(cib->call_id, "dummy-token", op, host, section, data, call_options, user_name);
section           846 lib/cib/cib_file.c     if (section != NULL && data != NULL && pcmk__str_eq(crm_element_name(data), XML_TAG_CIB, pcmk__str_none)) {
section           847 lib/cib/cib_file.c         data = get_object_root(section, data);
section           851 lib/cib/cib_file.c                         section, request, data, TRUE, &changed, in_mem_cib, &result_cib, &cib_diff,
section            41 lib/cib/cib_native.c int cib_native_perform_op(cib_t * cib, const char *op, const char *host, const char *section,
section            45 lib/cib/cib_native.c                                    const char *section, xmlNode * data, xmlNode ** output_data,
section           299 lib/cib/cib_native.c cib_native_perform_op(cib_t * cib, const char *op, const char *host, const char *section,
section           302 lib/cib/cib_native.c     return cib_native_perform_op_delegate(cib, op, host, section,
section           307 lib/cib/cib_native.c cib_native_perform_op_delegate(cib_t * cib, const char *op, const char *host, const char *section,
section           345 lib/cib/cib_native.c         cib_create_op(cib->call_id, native->token, op, host, section, data, call_options,
section            30 lib/cib/cib_ops.c cib_process_query(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section            36 lib/cib/cib_ops.c     crm_trace("Processing \"%s\" event for section=%s", op, crm_str(section));
section            39 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
section            46 lib/cib/cib_ops.c     if (pcmk__str_eq(XML_CIB_TAG_SECTION_ALL, section, pcmk__str_casei)) {
section            47 lib/cib/cib_ops.c         section = NULL;
section            50 lib/cib/cib_ops.c     obj_root = get_object_root(section, existing_cib);
section            75 lib/cib/cib_ops.c cib_process_erase(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section            92 lib/cib/cib_ops.c cib_process_upgrade(const char *op, int options, const char *section, xmlNode * req,
section           127 lib/cib/cib_ops.c cib_process_bump(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           168 lib/cib/cib_ops.c cib_process_replace(const char *op, int options, const char *section, xmlNode * req,
section           175 lib/cib/cib_ops.c     crm_trace("Processing \"%s\" event for section=%s", op, crm_str(section));
section           178 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
section           190 lib/cib/cib_ops.c     if (pcmk__str_eq(XML_CIB_TAG_SECTION_ALL, section, pcmk__str_casei)) {
section           191 lib/cib/cib_ops.c         section = NULL;
section           193 lib/cib/cib_ops.c     } else if (pcmk__str_eq(tag, section, pcmk__str_casei)) {
section           194 lib/cib/cib_ops.c         section = NULL;
section           268 lib/cib/cib_ops.c         obj_root = get_object_root(section, *result_cib);
section           280 lib/cib/cib_ops.c cib_process_delete(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           288 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
section           297 lib/cib/cib_ops.c     obj_root = get_object_root(section, *result_cib);
section           298 lib/cib/cib_ops.c     if(pcmk__str_eq(crm_element_name(input), section, pcmk__str_casei)) {
section           315 lib/cib/cib_ops.c cib_process_modify(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           323 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
section           332 lib/cib/cib_ops.c     obj_root = get_object_root(section, *result_cib);
section           335 lib/cib/cib_ops.c         const char *path = get_object_parent(section);
section           341 lib/cib/cib_ops.c         tmp_section = create_xml_node(NULL, section);
section           345 lib/cib/cib_ops.c         obj_root = get_object_root(section, *result_cib);
section           519 lib/cib/cib_ops.c cib_process_create(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           526 lib/cib/cib_ops.c     crm_trace("Processing \"%s\" event for section=%s", op, crm_str(section));
section           527 lib/cib/cib_ops.c     if (pcmk__str_eq(XML_CIB_TAG_SECTION_ALL, section, pcmk__str_casei)) {
section           528 lib/cib/cib_ops.c         section = NULL;
section           530 lib/cib/cib_ops.c     } else if (pcmk__str_eq(XML_TAG_CIB, section, pcmk__str_casei)) {
section           531 lib/cib/cib_ops.c         section = NULL;
section           534 lib/cib/cib_ops.c         section = NULL;
section           544 lib/cib/cib_ops.c     if (section == NULL) {
section           545 lib/cib/cib_ops.c         return cib_process_modify(op, options, section, req, input, existing_cib, result_cib,
section           551 lib/cib/cib_ops.c     update_section = get_object_root(section, *result_cib);
section           552 lib/cib/cib_ops.c     if (pcmk__str_eq(crm_element_name(input), section, pcmk__str_casei)) {
section           584 lib/cib/cib_ops.c cib_process_diff(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           675 lib/cib/cib_ops.c cib_process_xpath(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           688 lib/cib/cib_ops.c         xpathObj = xpath_search(existing_cib, section);
section           690 lib/cib/cib_ops.c         xpathObj = xpath_search(*result_cib, section);
section           696 lib/cib/cib_ops.c         crm_debug("%s was already removed", section);
section           699 lib/cib/cib_ops.c         crm_debug("%s: %s does not exist", op, section);
section           721 lib/cib/cib_ops.c         crm_debug("Processing %s op for %s with %s", op, section, path);
section           727 lib/cib/cib_ops.c                 crm_warn("Cannot perform %s for %s: The xpath is addressing the whole /cib", op, section);
section            73 lib/cib/cib_remote.c int cib_remote_perform_op(cib_t * cib, const char *op, const char *host, const char *section,
section           467 lib/cib/cib_remote.c cib_remote_perform_op(cib_t * cib, const char *op, const char *host, const char *section,
section           498 lib/cib/cib_remote.c         cib_create_op(cib->call_id, private->callback.token, op, host, section, data, call_options,
section           223 lib/cib/cib_utils.c                const char *section, xmlNode * req, xmlNode * input,
section           272 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, cib_ro, result_cib, output);
section           308 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, scratch, &scratch, output);
section           313 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, current_cib, &scratch, output);
section           435 lib/cib/cib_utils.c     if (pcmk__str_eq(section, XML_CIB_TAG_STATUS, pcmk__str_casei)) {
section           514 lib/cib/cib_utils.c cib_create_op(int call_id, const char *token, const char *op, const char *host, const char *section,
section           528 lib/cib/cib_utils.c     crm_xml_add(op_msg, F_CIB_SECTION, section);
section           720 lib/cib/cib_utils.c                 const char *section, xmlNode * data,
section           724 lib/cib/cib_utils.c                      const char *section, xmlNode * data,
section           732 lib/cib/cib_utils.c     return delegate(cib, op, host, section, data, output_data, call_options, user_name);
section           237 lib/common/alerts.c                 xmlNode *section = NULL;
section           241 lib/common/alerts.c                     ((section = pcmk__xml_first_child(change)) == NULL) ||
section           242 lib/common/alerts.c                     ((name = crm_element_name(section)) == NULL) ||
section           135 lib/common/attrd_client.c                         const char *section, const char *set,
section           146 lib/common/attrd_client.c     if (pcmk__str_eq(section, "reboot", pcmk__str_casei)) {
section           147 lib/common/attrd_client.c         section = XML_CIB_TAG_STATUS;
section           149 lib/common/attrd_client.c     } else if (pcmk__str_eq(section, "forever", pcmk__str_casei)) {
section           150 lib/common/attrd_client.c         section = XML_CIB_TAG_NODES;
section           201 lib/common/attrd_client.c     crm_xml_add(update, PCMK__XA_ATTR_SECTION, section);
section          1030 lib/common/patchset.c     char *section;
section          1048 lib/common/patchset.c     section = calloc(key_len, sizeof(char));
section          1049 lib/common/patchset.c     CRM_ASSERT(section != NULL);
section          1059 lib/common/patchset.c         rc = sscanf(current, "/%[^/]%s", section, remainder);
section          1062 lib/common/patchset.c             int f = sscanf(section, "%[^[][@id='%[^']", tag, id);
section          1101 lib/common/patchset.c     free(section);
section           299 libltdl/loaders/dyld.c 	  if ((const struct section *) NULL !=
section           538 tools/crm_shadow.c         const char *section = NULL;
section           541 tools/crm_shadow.c             section = XML_CIB_TAG_CONFIGURATION;
section           542 tools/crm_shadow.c             section_xml = first_named_child(input, section);
section           544 tools/crm_shadow.c         rc = real_cib->cmds->replace(real_cib, section, section_xml,