error 115 daemons/controld/controld_join_client.c log error; error 767 include/config.h #if _GL_HAS_ATTRIBUTE (error) error 61 include/crm/cluster/internal.h pcmk__cs_err_str(int error) error 64 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 857 include/crm/common/output_internal.h void pcmk__output_and_clear_error(GError *error, pcmk__output_t *out); error 379 lib/cluster/cpg.c if (msg->header.error != CS_OK) { error 385 lib/cluster/cpg.c msg->header.error, error 948 lib/cluster/cpg.c msg->header.error = CS_OK; error 20 lib/common/cmdline.c bump_verbosity(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 239 lib/common/cmdline.c pcmk__force_args(GOptionContext *context, GError **error, const char *format, ...) { error 251 lib/common/cmdline.c if (!g_shell_parse_argv(buf, NULL, &extra_args, error)) { error 257 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 154 lib/common/output.c pcmk__output_and_clear_error(GError *error, pcmk__output_t *out) error 156 lib/common/output.c if (error == NULL) { error 161 lib/common/output.c out->err(out, "%s: %s", g_get_prgname(), error->message); error 163 lib/common/output.c fprintf(stderr, "%s: %s\n", g_get_prgname(), error->message); error 166 lib/common/output.c g_clear_error(&error); error 241 lib/common/remote.c goto error; error 246 lib/common/remote.c goto error; error 255 lib/common/remote.c goto error; error 266 lib/common/remote.c goto error; error 271 lib/common/remote.c error: error 307 lib/common/remote.c goto error; error 314 lib/common/remote.c goto error; error 322 lib/common/remote.c goto error; error 327 lib/common/remote.c error: error 897 lib/common/remote.c int error = 0; error 898 lib/common/remote.c socklen_t len = sizeof(error); error 900 lib/common/remote.c if (getsockopt(cb_data->sock, SOL_SOCKET, SO_ERROR, &error, &len) < 0) { error 904 lib/common/remote.c } else if (error != 0) { error 905 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 61 lib/fencing/st_client.c char *error; error 209 lib/fencing/st_client.c if (action->error) { error 213 lib/fencing/st_client.c crm_log_output(LOG_WARNING, prefix, action->error); error 588 lib/fencing/st_client.c free(action->error); error 626 lib/fencing/st_client.c if (error_output && action->error) { error 627 lib/fencing/st_client.c *error_output = action->error; error 628 lib/fencing/st_client.c action->error = NULL; // hand off memory management to caller error 727 lib/fencing/st_client.c action->error = svc_action->stderr_data; error 813 lib/fencing/st_client.c free(action->error); error 814 lib/fencing/st_client.c action->error = NULL; error 836 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 71 lib/services/services_private.h void services__handle_exec_error(svc_action_t * op, int error); 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 490 libltdl/ltdl.c int error = 0; error 522 libltdl/ltdl.c error += tryall_dlopen_module (handle, (const char *) 0, error 527 libltdl/ltdl.c ++error; error 531 libltdl/ltdl.c return error; error 643 libltdl/ltdl.c error_t error; error 649 libltdl/ltdl.c if ((error = argz_create_sep (path, LT_PATHSEP_CHAR, pargz, pargz_len))) error 651 libltdl/ltdl.c switch (error) error 1520 libltdl/ltdl.c const char *error = 0; error 1522 libltdl/ltdl.c LT__GETERROR (error); error 1523 libltdl/ltdl.c if (error == LT__STRERROR (FILE_NOT_FOUND)) error 1717 libltdl/ltdl.c error_t error; error 1722 libltdl/ltdl.c error = argz_insert (pargz, pargz_len, before, entry); error 1724 libltdl/ltdl.c error = argz_append (pargz, pargz_len, entry, 1 + strlen (entry)); error 1726 libltdl/ltdl.c if (error) error 1728 libltdl/ltdl.c switch (error) error 2103 libltdl/ltdl.c const char *error; error 2105 libltdl/ltdl.c LT__GETERROR (error); error 2108 libltdl/ltdl.c return error; error 66 tools/crm_attribute.c delete_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 78 tools/crm_attribute.c promotion_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 99 tools/crm_attribute.c update_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 111 tools/crm_attribute.c utilization_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 127 tools/crm_attribute.c value_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 311 tools/crm_attribute.c GError *error = NULL; error 318 tools/crm_attribute.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 523 tools/crm_attribute.c pcmk__output_and_clear_error(error, NULL); error 42 tools/crm_diff.c gboolean new_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 43 tools/crm_diff.c gboolean original_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 44 tools/crm_diff.c gboolean patch_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 86 tools/crm_diff.c new_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 98 tools/crm_diff.c original_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 110 tools/crm_diff.c patch_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 308 tools/crm_diff.c GError *error = NULL; error 314 tools/crm_diff.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 385 tools/crm_diff.c pcmk__output_and_clear_error(error, NULL); error 78 tools/crm_error.c GError *error = NULL; error 85 tools/crm_error.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 153 tools/crm_error.c pcmk__output_and_clear_error(error, NULL); error 77 tools/crm_mon.c static GError *error = NULL; error 211 tools/crm_mon.c apply_exclude(const gchar *excludes, GError **error) { error 226 tools/crm_mon.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 241 tools/crm_mon.c apply_include(const gchar *includes, GError **error) { error 268 tools/crm_mon.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 282 tools/crm_mon.c apply_include_exclude(GSList *lst, mon_output_format_t fmt, GError **error) { error 296 tools/crm_mon.c rc = apply_include(s+10, error); error 298 tools/crm_mon.c rc = apply_include(s+3, error); error 300 tools/crm_mon.c rc = apply_exclude(s+10, error); error 302 tools/crm_mon.c rc = apply_exclude(s+3, error); error 1309 tools/crm_mon.c g_propagate_error(&error, err); error 1314 tools/crm_mon.c g_propagate_error(&error, err); error 1319 tools/crm_mon.c g_propagate_error(&error, err); error 1325 tools/crm_mon.c g_propagate_error(&error, err); error 1384 tools/crm_mon.c g_propagate_error(&error, err); error 1397 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "CLUSTER CRIT: Connection to cluster failed: %s", error 1402 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Error: remote-node not connected to cluster"); error 1404 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Error: cluster is not available on this node"); error 1408 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Connection to cluster failed: %s", pcmk_rc_str(rc)); error 1467 tools/crm_mon.c if (!pcmk__force_args(context, &error, "%s --html-title \"Cluster Status\"", error 1472 tools/crm_mon.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 1542 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 1577 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Invalid CIB source"); error 1595 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Error creating output format %s: %s", error 1605 tools/crm_mon.c apply_include_exclude(options.includes_excludes, output_format, &error); error 1611 tools/crm_mon.c if (!apply_include_exclude(options.user_includes_excludes, output_format, &error)) { error 1640 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, "CGI mode used with CIB file"); error 1643 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, "CGI mode cannot be used with --external-agent"); error 1646 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, "CGI mode cannot be used with -d"); error 2232 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_CANTCREAT, "Critical: Unable to output html file"); error 2434 tools/crm_mon.c if ((error != NULL || exit_code == CRM_EX_USAGE) && output_format == mon_output_console) { error 2456 tools/crm_mon.c if (error != NULL) { error 2458 tools/crm_mon.c out->err(out, "%s: %s", g_get_prgname(), error->message); error 2462 tools/crm_mon.c fprintf(stderr, "%s: %s\n", g_get_prgname(), error->message); error 2465 tools/crm_mon.c g_clear_error(&error); error 40 tools/crm_node.c gboolean command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 41 tools/crm_node.c gboolean name_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 42 tools/crm_node.c gboolean remove_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 94 tools/crm_node.c command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 106 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 114 tools/crm_node.c name_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 121 tools/crm_node.c remove_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 124 tools/crm_node.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_INVALID_PARAM, "-R option requires an argument"); error 534 tools/crm_node.c GError *error = NULL; error 541 tools/crm_node.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 596 tools/crm_node.c pcmk__output_and_clear_error(error, NULL); error 125 tools/crm_resource.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_USAGE, \ error 135 tools/crm_resource.c gboolean agent_provider_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 136 tools/crm_resource.c gboolean attr_set_type_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 137 tools/crm_resource.c gboolean class_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 138 tools/crm_resource.c gboolean cleanup_refresh_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 139 tools/crm_resource.c gboolean delete_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 140 tools/crm_resource.c gboolean expired_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 142 tools/crm_resource.c gpointer data, GError **error); error 144 tools/crm_resource.c gpointer data, GError **error); error 146 tools/crm_resource.c gpointer data, GError **error); error 148 tools/crm_resource.c gpointer data, GError **error); error 150 tools/crm_resource.c gpointer data, GError **error); error 152 tools/crm_resource.c gpointer data, GError **error); error 153 tools/crm_resource.c gboolean fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 154 tools/crm_resource.c gboolean flag_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 155 tools/crm_resource.c gboolean get_param_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 156 tools/crm_resource.c gboolean list_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 157 tools/crm_resource.c gboolean set_delete_param_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 158 tools/crm_resource.c gboolean set_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 159 tools/crm_resource.c gboolean timeout_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 161 tools/crm_resource.c gpointer data, GError **error); error 163 tools/crm_resource.c gpointer data, GError **error); error 165 tools/crm_resource.c gpointer data, GError **error); error 166 tools/crm_resource.c gboolean wait_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 167 tools/crm_resource.c gboolean why_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 174 tools/crm_resource.c static GError *error = NULL; error 195 tools/crm_resource.c pcmk__output_and_clear_error(error, out); error 242 tools/crm_resource.c if (error != NULL) { error 243 tools/crm_resource.c g_clear_error(&error); error 246 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_TIMEOUT, error 626 tools/crm_resource.c agent_provider_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 646 tools/crm_resource.c attr_set_type_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 657 tools/crm_resource.c class_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 660 tools/crm_resource.c g_set_error(error, G_OPTION_ERROR, CRM_EX_INVALID_PARAM, error 679 tools/crm_resource.c cleanup_refresh_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 695 tools/crm_resource.c delete_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 703 tools/crm_resource.c expired_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 726 tools/crm_resource.c GError **error) error 735 tools/crm_resource.c GError **error) error 744 tools/crm_resource.c GError **error) error 755 tools/crm_resource.c gpointer data, GError **error) error 764 tools/crm_resource.c GError **error) error 773 tools/crm_resource.c GError **error) error 789 tools/crm_resource.c fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 797 tools/crm_resource.c flag_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 828 tools/crm_resource.c get_param_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 845 tools/crm_resource.c list_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 863 tools/crm_resource.c set_delete_param_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 880 tools/crm_resource.c set_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 894 tools/crm_resource.c timeout_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 901 tools/crm_resource.c gpointer data, GError **error) error 917 tools/crm_resource.c GError **error) error 926 tools/crm_resource.c GError **error) error 939 tools/crm_resource.c wait_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 947 tools/crm_resource.c why_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 990 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1001 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1076 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1108 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1145 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1148 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1201 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, pcmk_rc_error, "Bug"); error 1209 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1214 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1269 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1331 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1337 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1385 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1391 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1404 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 1418 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1422 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1427 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1434 tools/crm_resource.c if (error != NULL) { error 1532 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, exit_code, "Error creating output format %s: %s", error 1569 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "--expired requires --clear or -U"); error 1585 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 1616 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "%s", msg); error 1639 tools/crm_resource.c pcmk__force_args(context, &error, "%s --xml-simple-list --xml-substitute", g_get_prgname()); error 1643 tools/crm_resource.c pcmk__force_args(context, &error, "%s --xml-substitute", g_get_prgname()); error 1649 tools/crm_resource.c pcmk__force_args(context, &error, "%s --text-fancy", g_get_prgname()); error 1663 tools/crm_resource.c if (error != NULL) { error 1677 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 1684 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 1708 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 1716 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 1737 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 1753 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 1762 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 2008 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 2063 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 2071 tools/crm_resource.c g_prefix_error(&error, "To ignore quorum, use the force option.\n"); error 2090 tools/crm_resource.c if (error != NULL) { error 2092 tools/crm_resource.c error->message, crm_exit_str(exit_code)); error 2093 tools/crm_resource.c g_clear_error(&error); error 2094 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "%s", msg); error 2097 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 41 tools/crm_rule.c static gboolean mode_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 71 tools/crm_rule.c mode_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 238 tools/crm_rule.c GError *error = NULL; error 244 tools/crm_rule.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 369 tools/crm_rule.c pcmk__output_and_clear_error(error, NULL); error 84 tools/crm_simulate.c in_place_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 92 tools/crm_simulate.c live_check_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 102 tools/crm_simulate.c node_down_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 109 tools/crm_simulate.c node_fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 116 tools/crm_simulate.c node_up_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 124 tools/crm_simulate.c op_fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 132 tools/crm_simulate.c op_inject_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 139 tools/crm_simulate.c quorum_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 150 tools/crm_simulate.c save_dotfile_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 161 tools/crm_simulate.c save_graph_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 172 tools/crm_simulate.c show_scores_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 179 tools/crm_simulate.c simulate_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 186 tools/crm_simulate.c ticket_activate_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 193 tools/crm_simulate.c ticket_grant_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 200 tools/crm_simulate.c ticket_revoke_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 207 tools/crm_simulate.c ticket_standby_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 214 tools/crm_simulate.c utilization_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 221 tools/crm_simulate.c watchdog_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 232 tools/crm_simulate.c xml_file_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 242 tools/crm_simulate.c xml_pipe_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 503 tools/crm_simulate.c GError **error) error 509 tools/crm_simulate.c g_set_error(error, PCMK__RC_ERROR, errno, error 608 tools/crm_simulate.c setup_input(const char *input, const char *output, GError **error) error 631 tools/crm_simulate.c g_set_error(error, PCMK__RC_ERROR, rc, error 636 tools/crm_simulate.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_NOINPUT, error 677 tools/crm_simulate.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_CANTCREAT, error 861 tools/crm_simulate.c GError *error = NULL; error 872 tools/crm_simulate.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 889 tools/crm_simulate.c pcmk__force_args(context, &error, "%s --text-fancy", g_get_prgname()); error 891 tools/crm_simulate.c pcmk__force_args(context, &error, "%s --xml-simple-list --xml-substitute", g_get_prgname()); error 917 tools/crm_simulate.c g_set_error(&error, PCMK__RC_ERROR, rc, "Could not allocate working set"); error 936 tools/crm_simulate.c rc = setup_input(options.xml_file, options.store ? options.xml_file : options.output_file, &error); error 945 tools/crm_simulate.c g_set_error(&error, PCMK__RC_ERROR, rc, error 953 tools/crm_simulate.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1008 tools/crm_simulate.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1034 tools/crm_simulate.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1082 tools/crm_simulate.c if (!create_dotfile(data_set, options.dot_file, options.all_actions, &error)) { error 1136 tools/crm_simulate.c pcmk__output_and_clear_error(error, NULL); error 116 tools/crm_verify.c GError *error = NULL; error 126 tools/crm_verify.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 136 tools/crm_verify.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Error creating output format %s: %s", error 166 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, "Live CIB query failed: %s", pcmk_rc_str(rc)); error 171 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, "Live CIB query failed: empty result"); error 179 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, "Couldn't parse input file: %s", options.xml_file); error 187 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, "Couldn't parse input string: %s", options.xml_string); error 194 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, "Couldn't parse input from STDIN."); error 200 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, error 208 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, error 261 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, error 264 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, error 272 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, error 275 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, error 296 tools/crm_verify.c pcmk__output_and_clear_error(error, NULL); error 46 tools/crmadmin.c gboolean command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 100 tools/crmadmin.c command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) error 185 tools/crmadmin.c GError *error = NULL; error 195 tools/crmadmin.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 205 tools/crmadmin.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Error creating output format %s: %s", error 214 tools/crmadmin.c if (!pcmk__force_args(context, &error, "%s --xml-simple-list --xml-substitute", g_get_prgname())) { error 270 tools/crmadmin.c pcmk__output_and_clear_error(error, out); 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 243 tools/stonith_admin.c add_env_params(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 249 tools/stonith_admin.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_INVALID_PARAM, "Invalid option: -e %s", optarg); error 261 tools/stonith_admin.c add_stonith_device(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 267 tools/stonith_admin.c add_tolerance(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 273 tools/stonith_admin.c add_stonith_params(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 285 tools/stonith_admin.c g_set_error(error, PCMK__RC_ERROR, rc, "Invalid option: -o %s: %s", optarg, pcmk_rc_str(rc)); error 298 tools/stonith_admin.c set_tag(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 346 tools/stonith_admin.c GError *error = NULL; error 356 tools/stonith_admin.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 368 tools/stonith_admin.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Error creating output format %s: %s", error 610 tools/stonith_admin.c pcmk__output_and_clear_error(error, out);