cib_internal_op   318 daemons/attrd/attrd_cib.c         a->update = cib_internal_op(the_cib, PCMK__CIB_REQUEST_MODIFY, NULL,
cib_internal_op   333 daemons/controld/controld_based.c     rc = cib_internal_op(fsa_cib_conn, PCMK__CIB_REQUEST_DELETE, NULL, xpath,
cib_internal_op    24 daemons/controld/controld_utils.h 	    call_id = cib_internal_op(                                  \
cib_internal_op   225 include/crm/cib/internal.h int cib_internal_op(cib_t * cib, const char *op, const char *host,
cib_internal_op   133 lib/cib/cib_attrs.c     rc = cib_internal_op(cib, PCMK__CIB_REQUEST_QUERY, NULL,
cib_internal_op   323 lib/cib/cib_attrs.c     rc = cib_internal_op(cib, PCMK__CIB_REQUEST_MODIFY, NULL, section, xml_top,
cib_internal_op   399 lib/cib/cib_attrs.c     rc = cib_internal_op(cib, PCMK__CIB_REQUEST_DELETE, NULL, section, xml_obj,
cib_internal_op   640 lib/cib/cib_attrs.c     if (cib_internal_op(the_cib, PCMK__CIB_REQUEST_QUERY, NULL, xpath_string,
cib_internal_op    53 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_NOOP, NULL, NULL, NULL, NULL,
cib_internal_op    61 lib/cib/cib_client.c     return cib_internal_op(cib, CRM_OP_PING, NULL, NULL, NULL, output_data, call_options, NULL);
cib_internal_op    75 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_QUERY, host, section, NULL,
cib_internal_op    83 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_IS_PRIMARY, NULL, NULL, NULL,
cib_internal_op    91 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_SECONDARY, NULL, NULL, NULL,
cib_internal_op   106 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_PRIMARY, NULL, NULL, NULL,
cib_internal_op   114 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_BUMP, NULL, NULL, NULL, NULL,
cib_internal_op   122 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_UPGRADE, NULL, NULL, NULL,
cib_internal_op   136 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_SYNC_TO_ALL, host, section,
cib_internal_op   144 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_CREATE, NULL, section, data,
cib_internal_op   152 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_MODIFY, NULL, section, data,
cib_internal_op   160 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_MODIFY, NULL, section, data,
cib_internal_op   168 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_REPLACE, NULL, section, data,
cib_internal_op   176 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_DELETE, NULL, section, data,
cib_internal_op   184 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_ABS_DELETE, NULL, section,
cib_internal_op   192 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_ERASE, NULL, NULL, NULL,
cib_internal_op   861 tools/cibadmin.c         return cib_internal_op(the_cib, cib_action, host, obj_type, input, output, call_options, cib_user);