return_code 58 cib/messages.c gboolean update_results(xmlNode * failed, xmlNode * target, const char *operation, int return_code); return_code 208 include/crm/cib/internal.h gboolean update_results(xmlNode * failed, xmlNode * target, const char *operation, int return_code); return_code 833 lib/cib/cib_ops.c update_results(xmlNode * failed, xmlNode * target, const char *operation, int return_code) return_code 839 lib/cib/cib_ops.c if (return_code != pcmk_ok) { return_code 840 lib/cib/cib_ops.c error_msg = pcmk_strerror(return_code); return_code 851 lib/cib/cib_ops.c crm_warn("Action %s failed: %s (cde=%d)", operation, error_msg, return_code);