error 115 daemons/controld/controld_join_client.c log error; error 788 include/config.h #if _GL_HAS_ATTRIBUTE (error) error 51 include/crm/cluster/internal.h int error __attribute__ ((aligned(8))); error 189 include/crm/cluster/internal.h ais_error2text(int error) error 194 include/crm/cluster/internal.h switch (error) { error 167 include/crm/common/cmdline_internal.h pcmk__force_args(GOptionContext *context, GError **error, const char *format, ...); error 432 lib/cluster/corosync.c if (sane && msg->header.error != CS_OK) { error 433 lib/cluster/corosync.c crm_warn("Message header contains an error: %d", msg->header.error); error 694 lib/cluster/cpg.c msg->header.error = CS_OK; error 27 lib/common/cmdline.c bump_verbosity(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 256 lib/common/cmdline.c pcmk__force_args(GOptionContext *context, GError **error, const char *format, ...) { error 268 lib/common/cmdline.c if (!g_shell_parse_argv(buf, NULL, &extra_args, error)) { error 274 lib/common/cmdline.c retval = g_option_context_parse_strv(context, &extra_args, error); error 1108 lib/common/iso8601.c goto error; error 1113 lib/common/iso8601.c goto error; error 1129 lib/common/iso8601.c goto error; error 1134 lib/common/iso8601.c goto error; error 1171 lib/common/iso8601.c error: error 250 lib/common/remote.c goto error; error 255 lib/common/remote.c goto error; error 264 lib/common/remote.c goto error; error 275 lib/common/remote.c goto error; error 280 lib/common/remote.c error: error 316 lib/common/remote.c goto error; error 324 lib/common/remote.c goto error; error 335 lib/common/remote.c goto error; error 340 lib/common/remote.c error: error 910 lib/common/remote.c int error = 0; error 911 lib/common/remote.c socklen_t len = sizeof(error); error 913 lib/common/remote.c if (getsockopt(cb_data->sock, SOL_SOCKET, SO_ERROR, &error, &len) < 0) { error 917 lib/common/remote.c } else if (error != 0) { error 918 lib/common/remote.c rc = error; error 25 lib/common/results.c G_DEFINE_QUARK(pcmk-rc-error-quark, pcmk__rc_error) error 26 lib/common/results.c G_DEFINE_QUARK(pcmk-exitc-error-quark, pcmk__exitc_error) error 437 lib/common/schemas.c relaxng_invalid_stderr(void *userData, xmlErrorPtr error) error 457 lib/common/schemas.c crm_err("Structured error: line=%d, level=%d %s", error->line, error->level, error->message); error 60 lib/fencing/st_client.c char *error; error 208 lib/fencing/st_client.c if (action->error) { error 212 lib/fencing/st_client.c crm_log_output(LOG_WARNING, prefix, action->error); error 595 lib/fencing/st_client.c free(action->error); error 633 lib/fencing/st_client.c if (error_output && action->error) { error 634 lib/fencing/st_client.c *error_output = action->error; error 635 lib/fencing/st_client.c action->error = NULL; // hand off memory management to caller error 734 lib/fencing/st_client.c action->error = svc_action->stderr_data; error 820 lib/fencing/st_client.c free(action->error); error 821 lib/fencing/st_client.c action->error = NULL; error 843 lib/fencing/st_client.c action->error = svc_action->stderr_data; error 334 lib/services/dbus.c DBusError error; error 336 lib/services/dbus.c dbus_error_init(&error); error 339 lib/services/dbus.c dbus_set_error_const(&error, ERR_NO_REQUEST, "No request sent"); error 342 lib/services/dbus.c dbus_set_error_const(&error, ERR_NO_REPLY, "No reply"); error 362 lib/services/dbus.c dbus_set_error_const(&error, ERR_INVALID_REPLY, error 366 lib/services/dbus.c dbus_set_error_const(&error, ERR_INVALID_REPLY_METHOD, error 370 lib/services/dbus.c dbus_set_error_const(&error, ERR_INVALID_REPLY_SIGNAL, error 374 lib/services/dbus.c dbus_set_error_from_message(&error, reply); error 377 lib/services/dbus.c dbus_set_error(&error, ERR_INVALID_REPLY_TYPE, error 382 lib/services/dbus.c if (dbus_error_is_set(&error)) { error 384 lib/services/dbus.c error.name, error.message); error 387 lib/services/dbus.c dbus_move_error(&error, ret); error 389 lib/services/dbus.c dbus_error_free(&error); error 414 lib/services/dbus.c DBusError *error, int timeout) error 424 lib/services/dbus.c if (error) { error 425 lib/services/dbus.c dbus_error_init(error); error 435 lib/services/dbus.c if (error) { error 436 lib/services/dbus.c dbus_set_error(error, ERR_SEND_FAILED, error 452 lib/services/dbus.c (void) pcmk_dbus_find_error(pending, reply, error); error 592 lib/services/dbus.c DBusError error; error 599 lib/services/dbus.c if (pcmk_dbus_find_error((void*)&error, reply, &error)) { error 601 lib/services/dbus.c data->object, data->name, error.message); error 602 lib/services/dbus.c dbus_error_free(&error); error 30 lib/services/pcmk-dbus.h DBusMessage *pcmk_dbus_send_recv(DBusMessage *msg, DBusConnection *connection, DBusError *error, int timeout); error 43 lib/services/pcmk-dbus.h DBusError *error); error 635 lib/services/services_linux.c services_handle_exec_error(svc_action_t * op, int error) error 660 lib/services/services_linux.c switch (error) { /* see execve(2), stat(2) and fork(2) */ error 52 lib/services/systemd.c systemd_send_recv(DBusMessage *msg, DBusError *error, int timeout) error 54 lib/services/systemd.c return pcmk_dbus_send_recv(msg, systemd_proxy, error, timeout); error 73 lib/services/systemd.c DBusError error; error 83 lib/services/systemd.c dbus_error_init(&error); error 84 lib/services/systemd.c reply = systemd_send_recv(msg, &error, DBUS_TIMEOUT_USE_DEFAULT); error 87 lib/services/systemd.c if (dbus_error_is_set(&error)) { error 89 lib/services/systemd.c method, error.message, error.name); error 90 lib/services/systemd.c dbus_error_free(&error); error 191 lib/services/systemd.c DBusError error; error 195 lib/services/systemd.c dbus_error_init(&error); error 200 lib/services/systemd.c if (pcmk_dbus_find_error(pending, reply, &error)) { error 201 lib/services/systemd.c crm_err("Could not issue systemd reload %d: %s", reload_count, error.message); error 202 lib/services/systemd.c dbus_error_free(&error); error 232 lib/services/systemd.c systemd_mask_error(svc_action_t *op, const char *error) error 234 lib/services/systemd.c crm_trace("Could not issue %s for %s: %s", op->action, op->rsc, error); error 235 lib/services/systemd.c if(strstr(error, "org.freedesktop.systemd1.InvalidName") error 236 lib/services/systemd.c || strstr(error, "org.freedesktop.systemd1.LoadFailed") error 237 lib/services/systemd.c || strstr(error, "org.freedesktop.systemd1.NoSuchUnit")) { error 259 lib/services/systemd.c DBusError error; error 261 lib/services/systemd.c if (pcmk_dbus_find_error((void*)&path, reply, &error)) { error 262 lib/services/systemd.c if(op && !systemd_mask_error(op, error.name)) { error 264 lib/services/systemd.c op->agent, op->id, error.message); error 266 lib/services/systemd.c dbus_error_free(&error); error 548 lib/services/systemd.c DBusError error; error 550 lib/services/systemd.c if (pcmk_dbus_find_error((void*)&error, reply, &error)) { error 553 lib/services/systemd.c if (!systemd_mask_error(op, error.name)) { error 554 lib/services/systemd.c crm_err("Could not issue %s for %s: %s", op->action, op->rsc, error.message); error 556 lib/services/systemd.c dbus_error_free(&error); error 67 lib/services/upstart.c DBusError error; error 80 lib/services/upstart.c dbus_error_init(&error); error 82 lib/services/upstart.c reply = pcmk_dbus_send_recv(msg, upstart_proxy, &error, timeout); error 85 lib/services/upstart.c if (dbus_error_is_set(&error)) { error 86 lib/services/upstart.c crm_err("Could not issue %s for %s: %s", method, arg_name, error.message); error 87 lib/services/upstart.c dbus_error_free(&error); error 157 lib/services/upstart.c DBusError error; error 168 lib/services/upstart.c dbus_error_init(&error); error 175 lib/services/upstart.c reply = pcmk_dbus_send_recv(msg, upstart_proxy, &error, DBUS_TIMEOUT_USE_DEFAULT); error 178 lib/services/upstart.c if (dbus_error_is_set(&error)) { error 179 lib/services/upstart.c crm_err("Call to %s failed: %s", method, error.message); error 180 lib/services/upstart.c dbus_error_free(&error); error 241 lib/services/upstart.c DBusError error; error 247 lib/services/upstart.c dbus_error_init(&error); error 255 lib/services/upstart.c reply = pcmk_dbus_send_recv(msg, upstart_proxy, &error, timeout); error 258 lib/services/upstart.c if (dbus_error_is_set(&error)) { error 259 lib/services/upstart.c crm_err("Call to %s failed: %s", method, error.message); error 260 lib/services/upstart.c dbus_error_free(&error); error 341 lib/services/upstart.c upstart_mask_error(svc_action_t *op, const char *error) error 343 lib/services/upstart.c crm_trace("Could not issue %s for %s: %s", op->action, op->rsc, error); error 344 lib/services/upstart.c if(strstr(error, UPSTART_06_API ".Error.UnknownInstance")) { error 357 lib/services/upstart.c && strstr(error, UPSTART_06_API ".Error.AlreadyStarted")) { error 369 lib/services/upstart.c DBusError error; error 373 lib/services/upstart.c dbus_error_init(&error); error 378 lib/services/upstart.c if (pcmk_dbus_find_error(pending, reply, &error)) { error 381 lib/services/upstart.c if (!upstart_mask_error(op, error.name)) { error 382 lib/services/upstart.c crm_err("%s for %s: %s", op->action, op->rsc, error.message); error 384 lib/services/upstart.c dbus_error_free(&error); error 425 lib/services/upstart.c DBusError error; error 521 lib/services/upstart.c dbus_error_init(&error); error 522 lib/services/upstart.c reply = pcmk_dbus_send_recv(msg, upstart_proxy, &error, op->timeout); error 524 lib/services/upstart.c if (dbus_error_is_set(&error)) { error 525 lib/services/upstart.c if(!upstart_mask_error(op, error.name)) { error 527 lib/services/upstart.c action, op->rsc, error.message, job); error 529 lib/services/upstart.c dbus_error_free(&error); error 448 libltdl/ltdl.c char *error; error 449 libltdl/ltdl.c LT__GETERROR(error); error 452 libltdl/ltdl.c error ? error : "(null)"); error 497 libltdl/ltdl.c int error = 0; error 529 libltdl/ltdl.c error += tryall_dlopen_module (handle, (const char *) 0, error 534 libltdl/ltdl.c ++error; error 538 libltdl/ltdl.c return error; error 650 libltdl/ltdl.c error_t error; error 656 libltdl/ltdl.c if ((error = argz_create_sep (path, LT_PATHSEP_CHAR, pargz, pargz_len))) error 658 libltdl/ltdl.c switch (error) error 1527 libltdl/ltdl.c const char *error = 0; error 1529 libltdl/ltdl.c LT__GETERROR (error); error 1530 libltdl/ltdl.c if (error == LT__STRERROR (FILE_NOT_FOUND)) error 1724 libltdl/ltdl.c error_t error; error 1729 libltdl/ltdl.c error = argz_insert (pargz, pargz_len, before, entry); error 1731 libltdl/ltdl.c error = argz_append (pargz, pargz_len, entry, 1 + strlen (entry)); error 1733 libltdl/ltdl.c if (error) error 1735 libltdl/ltdl.c switch (error) error 2110 libltdl/ltdl.c const char *error; error 2112 libltdl/ltdl.c LT__GETERROR (error); error 2115 libltdl/ltdl.c return error; error 41 tools/crm_diff.c gboolean new_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 42 tools/crm_diff.c gboolean original_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 43 tools/crm_diff.c gboolean patch_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 85 tools/crm_diff.c new_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 97 tools/crm_diff.c original_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 109 tools/crm_diff.c patch_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 309 tools/crm_diff.c GError *error = NULL; error 319 tools/crm_diff.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 320 tools/crm_diff.c fprintf(stderr, "%s: %s\n", g_get_prgname(), error->message); error 392 tools/crm_diff.c g_clear_error(&error); error 71 tools/crm_error.c GError *error = NULL; error 86 tools/crm_error.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 87 tools/crm_error.c fprintf(stderr, "%s: %s\n", g_get_prgname(), error->message); error 77 tools/crm_mon.c static GError *error = NULL; error 203 tools/crm_mon.c apply_exclude(const gchar *excludes, GError **error) { error 218 tools/crm_mon.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 233 tools/crm_mon.c apply_include(const gchar *includes, GError **error) { error 260 tools/crm_mon.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 274 tools/crm_mon.c apply_include_exclude(GSList *lst, mon_output_format_t fmt, GError **error) { error 288 tools/crm_mon.c rc = apply_include(s+10, error); error 290 tools/crm_mon.c rc = apply_include(s+3, error); error 292 tools/crm_mon.c rc = apply_exclude(s+10, error); error 294 tools/crm_mon.c rc = apply_exclude(s+3, error); error 1079 tools/crm_mon.c g_propagate_error(&error, err); error 1084 tools/crm_mon.c g_propagate_error(&error, err); error 1089 tools/crm_mon.c g_propagate_error(&error, err); error 1095 tools/crm_mon.c g_propagate_error(&error, err); error 1155 tools/crm_mon.c g_propagate_error(&error, err); error 1191 tools/crm_mon.c if (!pcmk__force_args(context, &error, "%s --html-title \"Cluster Status\"", error 1196 tools/crm_mon.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 1265 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, "--daemonize requires at least one of --output-to and --external-agent"); error 1300 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Invalid CIB source"); error 1318 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Error creating output format %s: %s", error 1328 tools/crm_mon.c apply_include_exclude(options.includes_excludes, output_format, &error); error 1334 tools/crm_mon.c if (!apply_include_exclude(options.user_includes_excludes, output_format, &error)) { error 1350 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, "CGI mode used with CIB file"); error 1353 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, "CGI mode cannot be used with --external-agent"); error 1356 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, "CGI mode cannot be used with -d"); error 1403 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "CLUSTER CRIT: Connection to cluster failed: %s", error 1408 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Error: cluster is not available on this node"); error 1410 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Connection to cluster failed: %s", pcmk_strerror(rc)); error 2000 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_CANTCREAT, "Critical: Unable to output html file"); error 2165 tools/crm_mon.c if ((error != NULL || exit_code == CRM_EX_USAGE) && output_format == mon_output_console) { error 2187 tools/crm_mon.c if (error != NULL) { error 2189 tools/crm_mon.c out->err(out, "%s: %s", g_get_prgname(), error->message); error 2193 tools/crm_mon.c fprintf(stderr, "%s: %s\n", g_get_prgname(), error->message); error 2196 tools/crm_mon.c g_clear_error(&error); error 39 tools/crm_node.c gboolean command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 40 tools/crm_node.c gboolean name_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 41 tools/crm_node.c gboolean remove_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 93 tools/crm_node.c command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 105 tools/crm_node.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_INVALID_PARAM, "Unknown param passed to command_cb: %s\n", option_name); error 113 tools/crm_node.c name_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 120 tools/crm_node.c remove_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 123 tools/crm_node.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_INVALID_PARAM, "-R option requires an argument"); error 535 tools/crm_node.c GError *error = NULL; error 546 tools/crm_node.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 547 tools/crm_node.c fprintf(stderr, "%s: %s\n", g_get_prgname(), error->message); error 600 tools/crm_node.c g_clear_error(&error); error 113 tools/crm_resource.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_USAGE, \ error 123 tools/crm_resource.c gboolean agent_provider_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 124 tools/crm_resource.c gboolean attr_set_type_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 125 tools/crm_resource.c gboolean class_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 126 tools/crm_resource.c gboolean cleanup_refresh_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 127 tools/crm_resource.c gboolean delete_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 128 tools/crm_resource.c gboolean expired_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 130 tools/crm_resource.c gpointer data, GError **error); error 132 tools/crm_resource.c gpointer data, GError **error); error 134 tools/crm_resource.c gpointer data, GError **error); error 136 tools/crm_resource.c gpointer data, GError **error); error 138 tools/crm_resource.c gpointer data, GError **error); error 140 tools/crm_resource.c gpointer data, GError **error); error 141 tools/crm_resource.c gboolean fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 142 tools/crm_resource.c gboolean flag_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 143 tools/crm_resource.c gboolean get_param_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 144 tools/crm_resource.c gboolean list_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 145 tools/crm_resource.c gboolean set_delete_param_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 146 tools/crm_resource.c gboolean set_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 147 tools/crm_resource.c gboolean timeout_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 149 tools/crm_resource.c gpointer data, GError **error); error 151 tools/crm_resource.c gpointer data, GError **error); error 152 tools/crm_resource.c gboolean wait_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 153 tools/crm_resource.c gboolean why_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 159 tools/crm_resource.c static GError *error = NULL; error 173 tools/crm_resource.c if (error != NULL) { error 174 tools/crm_resource.c fprintf(stderr, "%s: %s\n", g_get_prgname(), error->message); error 175 tools/crm_resource.c g_clear_error(&error); error 218 tools/crm_resource.c if (error != NULL) { error 219 tools/crm_resource.c g_clear_error(&error); error 222 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_TIMEOUT, error 591 tools/crm_resource.c agent_provider_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 611 tools/crm_resource.c attr_set_type_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 622 tools/crm_resource.c class_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 625 tools/crm_resource.c g_set_error(error, G_OPTION_ERROR, CRM_EX_INVALID_PARAM, error 644 tools/crm_resource.c cleanup_refresh_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 660 tools/crm_resource.c delete_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 668 tools/crm_resource.c expired_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 691 tools/crm_resource.c GError **error) error 700 tools/crm_resource.c GError **error) error 709 tools/crm_resource.c GError **error) error 720 tools/crm_resource.c gpointer data, GError **error) error 731 tools/crm_resource.c GError **error) error 740 tools/crm_resource.c GError **error) error 756 tools/crm_resource.c fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 763 tools/crm_resource.c flag_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 794 tools/crm_resource.c get_param_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 811 tools/crm_resource.c list_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 829 tools/crm_resource.c set_delete_param_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 846 tools/crm_resource.c set_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 860 tools/crm_resource.c timeout_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 867 tools/crm_resource.c gpointer data, GError **error) error 881 tools/crm_resource.c GError **error) error 889 tools/crm_resource.c wait_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 897 tools/crm_resource.c why_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 941 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, *exit_code, error 953 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, *exit_code, error 1028 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1060 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1099 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, *exit_code, error 1102 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, *exit_code, error 1134 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, *exit_code, "Bug"); error 1149 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, *exit_code, error 1155 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, *exit_code, error 1262 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1324 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1330 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1373 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, *exit_code, error 1379 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1392 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1397 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1405 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1409 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1414 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1421 tools/crm_resource.c if (error == NULL) { error 1516 tools/crm_resource.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 1542 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, "--expired requires --clear or -U"); error 1557 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1587 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, "%s", msg); error 1604 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1621 tools/crm_resource.c if (error != NULL) { error 1634 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1648 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_DISCONNECT, error 1655 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1675 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1692 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1865 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1920 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_SOFTWARE, error 1928 tools/crm_resource.c g_prefix_error(&error, "To ignore quorum, use the force option.\n"); error 1931 tools/crm_resource.c if (error != NULL) { error 1933 tools/crm_resource.c error->message, pcmk_rc_str(rc)); error 1934 tools/crm_resource.c g_clear_error(&error); error 1935 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, "%s", msg); error 1938 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 40 tools/crm_rule.c static gboolean mode_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 70 tools/crm_rule.c mode_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 215 tools/crm_rule.c GError *error = NULL; error 225 tools/crm_rule.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 226 tools/crm_rule.c CMD_ERR("%s: %s\n", g_get_prgname(), error->message); error 357 tools/crm_rule.c g_clear_error(&error); error 82 tools/crm_simulate.c in_place_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 90 tools/crm_simulate.c live_check_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 100 tools/crm_simulate.c node_down_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 107 tools/crm_simulate.c node_fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 114 tools/crm_simulate.c node_up_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 122 tools/crm_simulate.c op_fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 130 tools/crm_simulate.c op_inject_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 137 tools/crm_simulate.c quorum_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 148 tools/crm_simulate.c save_dotfile_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 159 tools/crm_simulate.c save_graph_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 170 tools/crm_simulate.c show_scores_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 177 tools/crm_simulate.c simulate_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 184 tools/crm_simulate.c ticket_activate_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 191 tools/crm_simulate.c ticket_grant_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 198 tools/crm_simulate.c ticket_revoke_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 205 tools/crm_simulate.c ticket_standby_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 212 tools/crm_simulate.c utilization_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 219 tools/crm_simulate.c watchdog_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 230 tools/crm_simulate.c xml_file_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 240 tools/crm_simulate.c xml_pipe_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 597 tools/crm_simulate.c GError **error) error 603 tools/crm_simulate.c g_set_error(error, PCMK__RC_ERROR, errno, error 702 tools/crm_simulate.c setup_input(const char *input, const char *output, GError **error) error 725 tools/crm_simulate.c g_set_error(error, PCMK__RC_ERROR, rc, error 730 tools/crm_simulate.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_NOINPUT, error 771 tools/crm_simulate.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_CANTCREAT, error 899 tools/crm_simulate.c GError *error = NULL; error 916 tools/crm_simulate.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 917 tools/crm_simulate.c fprintf(stderr, "%s: %s\n", g_get_prgname(), error->message); error 952 tools/crm_simulate.c g_set_error(&error, PCMK__RC_ERROR, rc, "Could not allocate working set"); error 963 tools/crm_simulate.c rc = setup_input(options.xml_file, options.store ? options.xml_file : options.output_file, &error); error 972 tools/crm_simulate.c g_set_error(&error, PCMK__RC_ERROR, rc, error 980 tools/crm_simulate.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1023 tools/crm_simulate.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1043 tools/crm_simulate.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1068 tools/crm_simulate.c if (!create_dotfile(data_set, options.dot_file, options.all_actions, &error)) { error 1106 tools/crm_simulate.c if (error != NULL) { error 1107 tools/crm_simulate.c fprintf(stderr, "%s\n", error->message); error 1108 tools/crm_simulate.c g_clear_error(&error); error 69 tools/crmadmin.c gboolean command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 130 tools/crmadmin.c command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) error 403 tools/crmadmin.c GError *error = NULL; error 413 tools/crmadmin.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 414 tools/crmadmin.c fprintf(stderr, "%s: %s\n", g_get_prgname(), error->message); error 529 tools/crmadmin.c g_clear_error(&error); error 77 tools/stonith_admin.c gboolean add_env_params(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 78 tools/stonith_admin.c gboolean add_stonith_device(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 79 tools/stonith_admin.c gboolean add_stonith_params(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 80 tools/stonith_admin.c gboolean add_tolerance(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 81 tools/stonith_admin.c gboolean set_tag(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 242 tools/stonith_admin.c add_env_params(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 248 tools/stonith_admin.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_INVALID_PARAM, "Invalid option: -e %s", optarg); error 260 tools/stonith_admin.c add_stonith_device(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 266 tools/stonith_admin.c add_tolerance(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 272 tools/stonith_admin.c add_stonith_params(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 284 tools/stonith_admin.c g_set_error(error, PCMK__RC_ERROR, rc, "Invalid option: -o %s: %s", optarg, pcmk_rc_str(rc)); error 297 tools/stonith_admin.c set_tag(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 349 tools/stonith_admin.c GError *error = NULL; error 363 tools/stonith_admin.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 364 tools/stonith_admin.c fprintf(stderr, "%s: %s\n", g_get_prgname(), error->message); error 616 tools/stonith_admin.c g_clear_error(&error);