return_code        45 daemons/based/based_messages.c gboolean update_results(xmlNode * failed, xmlNode * target, const char *operation, int return_code);
return_code       222 include/crm/cib/internal.h gboolean update_results(xmlNode * failed, xmlNode * target, const char *operation, int return_code);
return_code       837 lib/cib/cib_ops.c update_results(xmlNode * failed, xmlNode * target, const char *operation, int return_code)
return_code       843 lib/cib/cib_ops.c     if (return_code != pcmk_ok) {
return_code       844 lib/cib/cib_ops.c         error_msg = pcmk_strerror(return_code);
return_code       855 lib/cib/cib_ops.c         crm_warn("Action %s failed: %s (cde=%d)", operation, error_msg, return_code);