CIB_OP_MODIFY    1187 attrd/commands.c         a->update = cib_internal_op(the_cib, CIB_OP_MODIFY, NULL, XML_CIB_TAG_STATUS, xml_top, NULL,
CIB_OP_MODIFY     190 cib/common.c       {CIB_OP_MODIFY,    TRUE,  TRUE,  TRUE,  cib_prepare_data, cib_cleanup_data,   cib_process_modify},
CIB_OP_MODIFY      44 crmd/crmd_utils.h 		fsa_cib_conn, CIB_OP_MODIFY, NULL, section, data,	\
CIB_OP_MODIFY     314 lib/cib/cib_attrs.c     rc = cib_internal_op(the_cib, CIB_OP_MODIFY, NULL, section, xml_top, NULL,
CIB_OP_MODIFY     154 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_MODIFY, NULL, section, data, NULL, call_options, NULL);
CIB_OP_MODIFY     161 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_MODIFY, NULL, section, data, NULL, call_options, NULL);
CIB_OP_MODIFY     753 lib/cib/cib_file.c     {CIB_OP_MODIFY,     FALSE, cib_process_modify},
CIB_OP_MODIFY     742 lib/cib/cib_ops.c         } else if (safe_str_eq(op, CIB_OP_MODIFY)) {
CIB_OP_MODIFY     265 tools/cibadmin.c                 cib_action = CIB_OP_MODIFY;