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