section            68 attrd/legacy.c     char *section;
section            98 attrd/legacy.c     free(entry->section);
section           166 attrd/legacy.c                text, entry->section, entry->id, entry->value, entry->dampen);
section           205 attrd/legacy.c     free(hash_entry->section);
section           206 attrd/legacy.c     hash_entry->section = strdup(value);
section           839 attrd/legacy.c         rc = delete_attr_delegate(the_cib, cib_none, hash_entry->section, attrd_uuid, NULL,
section           847 attrd/legacy.c                        hash_entry->section);
section           853 attrd/legacy.c                  hash_entry->set, hash_entry->section, pcmk_strerror(rc), rc);
section           859 attrd/legacy.c                       hash_entry->section);
section           863 attrd/legacy.c         rc = update_attr_delegate(the_cib, cib_none, hash_entry->section,
section          1006 attrd/legacy.c                    const char *section, const char *user_name)
section          1013 attrd/legacy.c                                  name, section, host);
section          1016 attrd/legacy.c                                  name, value, section, host);
section          1031 attrd/legacy.c         rc = delete_attr_delegate(the_cib, cib_none, section,
section          1035 attrd/legacy.c         rc = update_attr_delegate(the_cib, cib_none, section,
section          1130 attrd/legacy.c         const char *section = crm_element_value(msg, F_ATTRD_SECTION);
section          1133 attrd/legacy.c         if (section == NULL) {
section          1134 attrd/legacy.c             section = XML_CIB_TAG_STATUS;
section          1144 attrd/legacy.c             update_remote_attr(host, attr, value, section, user_name);
section          1216 attrd/legacy.c     crm_xml_add(msg, F_ATTRD_SECTION, hash_entry->section);
section          1024 cib/callbacks.c         const char *section = crm_element_value(request, F_CIB_SECTION);
section          1034 cib/callbacks.c                    section ? section : "'all'",
section          1068 cib/callbacks.c         const char *section = crm_element_value(request, F_CIB_SECTION);
section          1097 cib/callbacks.c                    op, section ? section : "'all'", pcmk_strerror(rc), rc,
section          1198 cib/callbacks.c     const char *section = NULL;
section          1230 cib/callbacks.c     rc2 = cib_op_prepare(call_type, request, &input, &section);
section          1241 cib/callbacks.c                             section, request, input, FALSE, &config_changed,
section          1268 cib/callbacks.c         if (is_not_set(call_options, cib_dryrun) && safe_str_eq(section, XML_CIB_TAG_STATUS)) {
section          1277 cib/callbacks.c                             section, request, input, manage_counters, &config_changed,
section          1319 cib/callbacks.c             if (section == NULL) {
section          1322 cib/callbacks.c             } else if (safe_str_eq(section, XML_TAG_CIB)) {
section          1325 cib/callbacks.c             } else if (safe_str_eq(section, XML_CIB_TAG_NODES)) {
section          1328 cib/callbacks.c             } else if (safe_str_eq(section, XML_CIB_TAG_STATUS)) {
section            21 cib/cibmessages.h extern xmlNode *createCibRequest(gboolean isLocal, const char *operation, const char *section,
section            24 cib/cibmessages.h extern int cib_process_shutdown_req(const char *op, int options, const char *section,
section            29 cib/cibmessages.h extern int cib_process_default(const char *op, int options, const char *section,
section            33 cib/cibmessages.h extern int cib_process_quit(const char *op, int options, const char *section,
section            37 cib/cibmessages.h extern int cib_process_ping(const char *op, int options, const char *section,
section            41 cib/cibmessages.h extern int cib_process_readwrite(const char *op, int options, const char *section,
section            45 cib/cibmessages.h extern int cib_process_replace_svr(const char *op, int options, const char *section,
section            50 cib/cibmessages.h extern int cib_server_process_diff(const char *op, int options, const char *section,
section            55 cib/cibmessages.h extern int cib_process_sync(const char *op, int options, const char *section,
section            59 cib/cibmessages.h extern int cib_process_sync_one(const char *op, int options, const char *section,
section            63 cib/cibmessages.h extern int cib_process_delete_absolute(const char *op, int options, const char *section,
section            68 cib/cibmessages.h int cib_process_upgrade_server(const char *op, int options, const char *section,
section            52 cib/common.c   cib_prepare_common(xmlNode * root, const char *section)
section            70 cib/common.c       if (section != NULL && data != NULL && crm_str_eq(crm_element_name(data), XML_TAG_CIB, TRUE)) {
section            71 cib/common.c           data = get_object_root(section, data);
section            79 cib/common.c   cib_prepare_none(xmlNode * request, xmlNode ** data, const char **section)
section            82 cib/common.c       *section = crm_element_value(request, F_CIB_SECTION);
section            87 cib/common.c   cib_prepare_data(xmlNode * request, xmlNode ** data, const char **section)
section            91 cib/common.c       *section = crm_element_value(request, F_CIB_SECTION);
section            92 cib/common.c       *data = cib_prepare_common(input_fragment, *section);
section            98 cib/common.c   cib_prepare_sync(xmlNode * request, xmlNode ** data, const char **section)
section           101 cib/common.c       *section = crm_element_value(request, F_CIB_SECTION);
section           106 cib/common.c   cib_prepare_diff(xmlNode * request, xmlNode ** data, const char **section)
section           112 cib/common.c       *section = NULL;
section           338 cib/common.c   cib_op_prepare(int call_type, xmlNode * request, xmlNode ** input, const char **section)
section           341 cib/common.c       return cib_server_ops[call_type].prepare(request, input, section);
section            28 cib/common.h   extern int cib_op_prepare(int call_type, xmlNode * request, xmlNode ** input, const char **section);
section            54 cib/messages.c                int operation, const char *section);
section            68 cib/messages.c cib_process_shutdown_req(const char *op, int options, const char *section, xmlNode * req,
section            95 cib/messages.c cib_process_default(const char *op, int options, const char *section, xmlNode * req,
section           119 cib/messages.c cib_process_quit(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           132 cib/messages.c cib_process_readwrite(const char *op, int options, const char *section, xmlNode * req,
section           187 cib/messages.c cib_process_ping(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           234 cib/messages.c cib_process_sync(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           241 cib/messages.c cib_process_upgrade_server(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           250 cib/messages.c             op, options, section, req, input, existing_cib, result_cib, answer);
section           281 cib/messages.c                     op, options, section, up, input, existing_cib, result_cib, answer);
section           299 cib/messages.c cib_process_sync_one(const char *op, int options, const char *section, xmlNode * req,
section           307 cib/messages.c cib_server_process_diff(const char *op, int options, const char *section, xmlNode * req,
section           341 cib/messages.c     rc = cib_process_diff(op, options, section, req, input, existing_cib, result_cib, answer);
section           368 cib/messages.c cib_process_replace_svr(const char *op, int options, const char *section, xmlNode * req,
section           374 cib/messages.c         cib_process_replace(op, options, section, req, input, existing_cib, result_cib, answer);
section           439 cib/messages.c cib_process_delete_absolute(const char *op, int options, const char *section, xmlNode * req,
section           447 cib/messages.c     crm_trace("Processing \"%s\" event for section=%s", op, crm_str(section));
section           448 cib/messages.c     if (safe_str_eq(XML_CIB_TAG_SECTION_ALL, section)) {
section           449 cib/messages.c         section = NULL;
section           451 cib/messages.c     } else if (safe_str_eq(XML_TAG_CIB, section)) {
section           452 cib/messages.c         section = NULL;
section           455 cib/messages.c         section = NULL;
section           467 cib/messages.c     update_section = get_object_root(section, *result_cib);
section            31 crmd/crmd_utils.h #  define fsa_cib_delete(section, data, options, call_id, user_name)	\
section            34 crmd/crmd_utils.h 		fsa_cib_conn, CIB_OP_DELETE, NULL, section, data,	\
section            41 crmd/crmd_utils.h #  define fsa_cib_update(section, data, options, call_id, user_name)	\
section            44 crmd/crmd_utils.h 		fsa_cib_conn, CIB_OP_MODIFY, NULL, section, data,	\
section            51 crmd/crmd_utils.h #  define fsa_cib_anon_update(section, data, options)			\
section            54 crmd/crmd_utils.h 		fsa_cib_conn, section, data, options);			\
section            30 include/crm/attrd.h                           const char *name, const char *value, const char *section,
section           107 include/crm/cib.h     int (*query) (cib_t * cib, const char *section, xmlNode ** output_data, int call_options);
section           108 include/crm/cib.h     int (*query_from) (cib_t * cib, const char *host, const char *section,
section           116 include/crm/cib.h     int (*sync) (cib_t * cib, const char *section, int call_options);
section           117 include/crm/cib.h     int (*sync_from) (cib_t * cib, const char *host, const char *section, int call_options);
section           122 include/crm/cib.h     int (*create) (cib_t * cib, const char *section, xmlNode * data, int call_options);
section           123 include/crm/cib.h     int (*modify) (cib_t * cib, const char *section, xmlNode * data, int call_options);
section           124 include/crm/cib.h     int (*update) (cib_t * cib, const char *section, xmlNode * data, int call_options);
section           125 include/crm/cib.h     int (*replace) (cib_t * cib, const char *section, xmlNode * data, int call_options);
section           126 include/crm/cib.h     int (*delete) (cib_t * cib, const char *section, xmlNode * data, int call_options);
section           129 include/crm/cib.h     int (*delete_absolute) (cib_t * cib, const char *section, xmlNode * data, int call_options);
section           125 include/crm/cib/internal.h                    const char *section, xmlNode * req, xmlNode * input,
section           131 include/crm/cib/internal.h                        const char *section, xmlNode * data, int call_options,
section           148 include/crm/cib/internal.h int cib_process_query(const char *op, int options, const char *section, xmlNode * req,
section           152 include/crm/cib/internal.h int cib_process_erase(const char *op, int options, const char *section, xmlNode * req,
section           156 include/crm/cib/internal.h int cib_process_bump(const char *op, int options, const char *section, xmlNode * req,
section           160 include/crm/cib/internal.h int cib_process_replace(const char *op, int options, const char *section, xmlNode * req,
section           164 include/crm/cib/internal.h int cib_process_create(const char *op, int options, const char *section, xmlNode * req,
section           168 include/crm/cib/internal.h int cib_process_modify(const char *op, int options, const char *section, xmlNode * req,
section           172 include/crm/cib/internal.h int cib_process_delete(const char *op, int options, const char *section, xmlNode * req,
section           176 include/crm/cib/internal.h int cib_process_diff(const char *op, int options, const char *section, xmlNode * req,
section           180 include/crm/cib/internal.h int cib_process_upgrade(const char *op, int options, const char *section, xmlNode * req,
section           203 include/crm/cib/internal.h int cib_process_xpath(const char *op, int options, const char *section, xmlNode * req,
section           212 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           265 include/crm/compatibility.h              const char *value, const char *section, const char *set, const char *dampen)
section           267 include/crm/compatibility.h     return attrd_update_delegate(cluster, command, host, name, value, section, set, dampen,
section           273 include/crm/compatibility.h                   const char *value, const char *section, const char *set, const char *dampen)
section           275 include/crm/compatibility.h     return attrd_update_delegate(NULL, command, host, name, value, section, set, dampen, NULL, attrd_opt_none) > 0;
section           280 include/crm/compatibility.h                          const char *name, const char *value, const char *section,
section           283 include/crm/compatibility.h     return attrd_update_delegate(NULL, command, host, name, value, section, set, dampen, NULL, attrd_opt_none) > 0;
section           290 include/crm/compatibility.h             const char *section, const char *node_uuid, const char *set_type, const char *set_name,
section           293 include/crm/compatibility.h     return update_attr_delegate(the_cib, call_options, section, node_uuid, set_type, set_name,
section           298 include/crm/compatibility.h find_nvpair_attr(cib_t * the_cib, const char *attr, const char *section, const char *node_uuid,
section           302 include/crm/compatibility.h     return find_nvpair_attr_delegate(the_cib, attr, section, node_uuid, set_type,
section           308 include/crm/compatibility.h           const char *section, const char *node_uuid, const char *set_type, const char *set_name,
section           311 include/crm/compatibility.h     return read_attr_delegate(the_cib, section, node_uuid, set_type, set_name,
section           317 include/crm/compatibility.h             const char *section, const char *node_uuid, const char *set_type, const char *set_name,
section           320 include/crm/compatibility.h     return delete_attr_delegate(the_cib, options, section, node_uuid, set_type, set_name,
section            56 lib/cib/cib_attrs.c find_nvpair_attr_delegate(cib_t * the_cib, const char *attr, const char *section,
section            78 lib/cib/cib_attrs.c     if (safe_str_eq(section, XML_CIB_TAG_CRMCONFIG)) {
section            82 lib/cib/cib_attrs.c     } else if (safe_str_eq(section, XML_CIB_TAG_OPCONFIG)
section            83 lib/cib/cib_attrs.c                || safe_str_eq(section, XML_CIB_TAG_RSCCONFIG)) {
section            87 lib/cib/cib_attrs.c     } else if (safe_str_eq(section, XML_CIB_TAG_TICKETS)) {
section            89 lib/cib/cib_attrs.c         section = XML_CIB_TAG_STATUS;
section           102 lib/cib/cib_attrs.c     attr_snprintf(xpath_string, offset, XPATH_MAX, "%.128s", get_object_path(section));
section           110 lib/cib/cib_attrs.c         if (safe_str_eq(section, XML_CIB_TAG_STATUS)) {
section           144 lib/cib/cib_attrs.c                   attr_name, section, crm_str(node_uuid), crm_str(set_name), xpath_string,
section           177 lib/cib/cib_attrs.c                      const char *section, const char *node_uuid, const char *set_type,
section           190 lib/cib/cib_attrs.c     CRM_CHECK(section != NULL, return -EINVAL);
section           194 lib/cib/cib_attrs.c     rc = find_nvpair_attr_delegate(the_cib, XML_ATTR_ID, section, node_uuid, set_type, set_name,
section           208 lib/cib/cib_attrs.c         if (safe_str_eq(section, XML_CIB_TAG_TICKETS)) {
section           210 lib/cib/cib_attrs.c             section = XML_CIB_TAG_STATUS;
section           216 lib/cib/cib_attrs.c         } else if (safe_str_eq(section, XML_CIB_TAG_NODES)) {
section           232 lib/cib/cib_attrs.c         } else if (safe_str_eq(section, XML_CIB_TAG_STATUS)) {
section           243 lib/cib/cib_attrs.c             tag = section;
section           248 lib/cib/cib_attrs.c             if (safe_str_eq(section, XML_CIB_TAG_CRMCONFIG)) {
section           252 lib/cib/cib_attrs.c                 local_set_name = crm_concat(section, XML_CIB_TAG_TICKETS, '-');
section           255 lib/cib/cib_attrs.c                 local_set_name = crm_concat(section, node_uuid, '-');
section           264 lib/cib/cib_attrs.c                 local_set_name = crm_concat(section, "options", '-');
section           278 lib/cib/cib_attrs.c         crm_trace("Creating %s/%s", section, tag);
section           288 lib/cib/cib_attrs.c             if (safe_str_eq(section, XML_CIB_TAG_CRMCONFIG)) {
section           314 lib/cib/cib_attrs.c     rc = cib_internal_op(the_cib, CIB_OP_MODIFY, NULL, section, xml_top, NULL,
section           319 lib/cib/cib_attrs.c                  attr_name, attr_value, section, crm_str(set_name), pcmk_strerror(rc));
section           332 lib/cib/cib_attrs.c                    const char *section, const char *node_uuid, const char *set_type,
section           339 lib/cib/cib_attrs.c     CRM_CHECK(section != NULL, return -EINVAL);
section           344 lib/cib/cib_attrs.c     rc = find_nvpair_attr_delegate(the_cib, XML_NVPAIR_ATTR_VALUE, section, node_uuid, set_type,
section           348 lib/cib/cib_attrs.c                   attr_name, section, crm_str(set_name), crm_str(node_uuid), pcmk_strerror(rc));
section           355 lib/cib/cib_attrs.c                      const char *section, const char *node_uuid, const char *set_type,
section           363 lib/cib/cib_attrs.c     CRM_CHECK(section != NULL, return -EINVAL);
section           367 lib/cib/cib_attrs.c         rc = find_nvpair_attr_delegate(the_cib, XML_ATTR_ID, section, node_uuid, set_type,
section           378 lib/cib/cib_attrs.c     rc = cib_internal_op(the_cib, CIB_OP_DELETE, NULL, section, xml_obj, NULL,
section           383 lib/cib/cib_attrs.c                  section, node_uuid ? "attribute" : "option", local_attr_id,
section            73 lib/cib/cib_client.c cib_client_query(cib_t * cib, const char *section, xmlNode ** output_data, int call_options)
section            75 lib/cib/cib_client.c     return cib->cmds->query_from(cib, NULL, section, output_data, call_options);
section            79 lib/cib/cib_client.c cib_client_query_from(cib_t * cib, const char *host, const char *section,
section            83 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_QUERY, host, section, NULL, output_data, call_options, NULL);
section           131 lib/cib/cib_client.c cib_client_sync(cib_t * cib, const char *section, int call_options)
section           133 lib/cib/cib_client.c     return cib->cmds->sync_from(cib, NULL, section, call_options);
section           137 lib/cib/cib_client.c cib_client_sync_from(cib_t * cib, const char *host, const char *section, int call_options)
section           140 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_SYNC, host, section, NULL, NULL, call_options, NULL);
section           144 lib/cib/cib_client.c cib_client_create(cib_t * cib, const char *section, xmlNode * data, int call_options)
section           147 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_CREATE, NULL, section, data, NULL, call_options, NULL);
section           151 lib/cib/cib_client.c cib_client_modify(cib_t * cib, const char *section, xmlNode * data, int call_options)
section           154 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_MODIFY, NULL, section, data, NULL, call_options, NULL);
section           158 lib/cib/cib_client.c cib_client_update(cib_t * cib, const char *section, xmlNode * data, int call_options)
section           161 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_MODIFY, NULL, section, data, NULL, call_options, NULL);
section           165 lib/cib/cib_client.c cib_client_replace(cib_t * cib, const char *section, xmlNode * data, int call_options)
section           168 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_REPLACE, NULL, section, data, NULL, call_options, NULL);
section           172 lib/cib/cib_client.c cib_client_delete(cib_t * cib, const char *section, xmlNode * data, int call_options)
section           175 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_DELETE, NULL, section, data, NULL, call_options, NULL);
section           179 lib/cib/cib_client.c cib_client_delete_absolute(cib_t * cib, const char *section, xmlNode * data, int call_options)
section           182 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_DELETE_ALT, NULL, section, data, NULL, call_options, NULL);
section            47 lib/cib/cib_file.c int cib_file_perform_op(cib_t * cib, const char *op, const char *host, const char *section,
section            50 lib/cib/cib_file.c int cib_file_perform_op_delegate(cib_t * cib, const char *op, const char *host, const char *section,
section           765 lib/cib/cib_file.c cib_file_perform_op(cib_t * cib, const char *op, const char *host, const char *section,
section           768 lib/cib/cib_file.c     return cib_file_perform_op_delegate(cib, op, host, section, data, output_data, call_options,
section           773 lib/cib/cib_file.c cib_file_perform_op_delegate(cib_t * cib, const char *op, const char *host, const char *section,
section           790 lib/cib/cib_file.c     crm_info("%s on %s", op, section);
section           818 lib/cib/cib_file.c     request = cib_create_op(cib->call_id, "dummy-token", op, host, section, data, call_options, user_name);
section           827 lib/cib/cib_file.c     if (section != NULL && data != NULL && crm_str_eq(crm_element_name(data), XML_TAG_CIB, TRUE)) {
section           828 lib/cib/cib_file.c         data = get_object_root(section, data);
section           832 lib/cib/cib_file.c                         section, request, data, TRUE, &changed, in_mem_cib, &result_cib, &cib_diff,
section            42 lib/cib/cib_native.c int cib_native_perform_op(cib_t * cib, const char *op, const char *host, const char *section,
section            46 lib/cib/cib_native.c                                    const char *section, xmlNode * data, xmlNode ** output_data,
section           328 lib/cib/cib_native.c cib_native_perform_op(cib_t * cib, const char *op, const char *host, const char *section,
section           331 lib/cib/cib_native.c     return cib_native_perform_op_delegate(cib, op, host, section,
section           336 lib/cib/cib_native.c cib_native_perform_op_delegate(cib_t * cib, const char *op, const char *host, const char *section,
section           378 lib/cib/cib_native.c         cib_create_op(cib->call_id, native->token, op, host, section, data, call_options,
section            38 lib/cib/cib_ops.c cib_process_query(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section            44 lib/cib/cib_ops.c     crm_trace("Processing \"%s\" event for section=%s", op, crm_str(section));
section            47 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
section            54 lib/cib/cib_ops.c     if (safe_str_eq(XML_CIB_TAG_SECTION_ALL, section)) {
section            55 lib/cib/cib_ops.c         section = NULL;
section            58 lib/cib/cib_ops.c     obj_root = get_object_root(section, existing_cib);
section            83 lib/cib/cib_ops.c cib_process_erase(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           100 lib/cib/cib_ops.c cib_process_upgrade(const char *op, int options, const char *section, xmlNode * req,
section           134 lib/cib/cib_ops.c cib_process_bump(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           176 lib/cib/cib_ops.c cib_process_replace(const char *op, int options, const char *section, xmlNode * req,
section           183 lib/cib/cib_ops.c     crm_trace("Processing \"%s\" event for section=%s", op, crm_str(section));
section           186 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
section           198 lib/cib/cib_ops.c     if (safe_str_eq(XML_CIB_TAG_SECTION_ALL, section)) {
section           199 lib/cib/cib_ops.c         section = NULL;
section           201 lib/cib/cib_ops.c     } else if (safe_str_eq(tag, section)) {
section           202 lib/cib/cib_ops.c         section = NULL;
section           276 lib/cib/cib_ops.c         obj_root = get_object_root(section, *result_cib);
section           288 lib/cib/cib_ops.c cib_process_delete(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           296 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
section           305 lib/cib/cib_ops.c     obj_root = get_object_root(section, *result_cib);
section           306 lib/cib/cib_ops.c     if(safe_str_eq(crm_element_name(input), section)) {
section           322 lib/cib/cib_ops.c cib_process_modify(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           330 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
section           339 lib/cib/cib_ops.c     obj_root = get_object_root(section, *result_cib);
section           342 lib/cib/cib_ops.c         const char *path = get_object_parent(section);
section           348 lib/cib/cib_ops.c         tmp_section = create_xml_node(NULL, section);
section           352 lib/cib/cib_ops.c         obj_root = get_object_root(section, *result_cib);
section           526 lib/cib/cib_ops.c cib_process_create(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           533 lib/cib/cib_ops.c     crm_trace("Processing \"%s\" event for section=%s", op, crm_str(section));
section           534 lib/cib/cib_ops.c     if (safe_str_eq(XML_CIB_TAG_SECTION_ALL, section)) {
section           535 lib/cib/cib_ops.c         section = NULL;
section           537 lib/cib/cib_ops.c     } else if (safe_str_eq(XML_TAG_CIB, section)) {
section           538 lib/cib/cib_ops.c         section = NULL;
section           541 lib/cib/cib_ops.c         section = NULL;
section           551 lib/cib/cib_ops.c     if (section == NULL) {
section           552 lib/cib/cib_ops.c         return cib_process_modify(op, options, section, req, input, existing_cib, result_cib,
section           558 lib/cib/cib_ops.c     update_section = get_object_root(section, *result_cib);
section           559 lib/cib/cib_ops.c     if (safe_str_eq(crm_element_name(input), section)) {
section           590 lib/cib/cib_ops.c cib_process_diff(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           680 lib/cib/cib_ops.c cib_process_xpath(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
section           693 lib/cib/cib_ops.c         xpathObj = xpath_search(existing_cib, section);
section           695 lib/cib/cib_ops.c         xpathObj = xpath_search(*result_cib, section);
section           701 lib/cib/cib_ops.c         crm_debug("%s was already removed", section);
section           704 lib/cib/cib_ops.c         crm_debug("%s: %s does not exist", op, section);
section           726 lib/cib/cib_ops.c         crm_debug("Processing %s op for %s with %s", op, section, path);
section           732 lib/cib/cib_ops.c                 crm_warn("Cannot perform %s for %s: The xpath is addressing the whole /cib", op, section);
section            82 lib/cib/cib_remote.c int cib_remote_perform_op(cib_t * cib, const char *op, const char *host, const char *section,
section           485 lib/cib/cib_remote.c cib_remote_perform_op(cib_t * cib, const char *op, const char *host, const char *section,
section           521 lib/cib/cib_remote.c         cib_create_op(cib->call_id, private->callback.token, op, host, section, data, call_options,
section           292 lib/cib/cib_utils.c                const char *section, xmlNode * req, xmlNode * input,
section           339 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, cib_ro, result_cib, output);
section           375 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, scratch, &scratch, output);
section           380 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, current_cib, &scratch, output);
section           502 lib/cib/cib_utils.c     if (safe_str_eq(section, XML_CIB_TAG_STATUS)) {
section           588 lib/cib/cib_utils.c cib_create_op(int call_id, const char *token, const char *op, const char *host, const char *section,
section           602 lib/cib/cib_utils.c     crm_xml_add(op_msg, F_CIB_SECTION, section);
section           836 lib/cib/cib_utils.c                 const char *section, xmlNode * data,
section           840 lib/cib/cib_utils.c                      const char *section, xmlNode * data,
section           850 lib/cib/cib_utils.c     return delegate(cib, op, host, section, data, output_data, call_options, user_name);
section           270 lib/common/alerts.c                 xmlNode *section = NULL;
section           274 lib/common/alerts.c                     ((section = __xml_first_child(change)) == NULL) ||
section           275 lib/common/alerts.c                     ((name = crm_element_name(section)) == NULL) ||
section           136 lib/common/attrd_client.c                       const char *name, const char *value, const char *section,
section           148 lib/common/attrd_client.c     if (safe_str_eq(section, "reboot")) {
section           149 lib/common/attrd_client.c         section = XML_CIB_TAG_STATUS;
section           151 lib/common/attrd_client.c     } else if (safe_str_eq(section, "forever")) {
section           152 lib/common/attrd_client.c         section = XML_CIB_TAG_NODES;
section           203 lib/common/attrd_client.c     crm_xml_add(update, F_ATTRD_SECTION, section);
section          1954 lib/common/xml.c     char *section = malloc(XML_BUFFER_SIZE);
section          1960 lib/common/xml.c         rc = sscanf (current, "/%[^/]%s", section, remainder);
section          1970 lib/common/xml.c         } else if(tag && section) {
section          1971 lib/common/xml.c             int f = sscanf (section, "%[^[][@id='%[^']", tag, id);
section          1987 lib/common/xml.c                     crm_trace("Aborting on %s", section);
section          2015 lib/common/xml.c     free(section);
section           299 libltdl/loaders/dyld.c 	  if ((const struct section *) NULL !=