error 115 daemons/controld/controld_join_client.c log error; error 250 daemons/pacemakerd/pacemakerd.c GError *error = NULL; error 267 daemons/pacemakerd/pacemakerd.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 275 daemons/pacemakerd/pacemakerd.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Error creating output format %s: %s", error 280 daemons/pacemakerd/pacemakerd.c pcmk__force_args(context, &error, "%s --xml-simple-list", g_get_prgname()); error 433 daemons/pacemakerd/pacemakerd.c pcmk__output_and_clear_error(error, out); error 776 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 376 lib/cluster/cpg.c if (msg->header.error != CS_OK) { error 382 lib/cluster/cpg.c msg->header.error, error 963 lib/cluster/cpg.c msg->header.error = CS_OK; error 21 lib/common/cmdline.c bump_verbosity(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 278 lib/common/cmdline.c pcmk__force_args(GOptionContext *context, GError **error, const char *format, ...) { error 290 lib/common/cmdline.c if (!g_shell_parse_argv(buf, NULL, &extra_args, error)) { error 296 lib/common/cmdline.c retval = g_option_context_parse_strv(context, &extra_args, error); error 1107 lib/common/iso8601.c goto error; error 1112 lib/common/iso8601.c goto error; error 1128 lib/common/iso8601.c goto error; error 1133 lib/common/iso8601.c goto error; error 1170 lib/common/iso8601.c error: error 156 lib/common/output.c pcmk__output_and_clear_error(GError *error, pcmk__output_t *out) error 158 lib/common/output.c if (error == NULL) { error 163 lib/common/output.c out->err(out, "%s: %s", g_get_prgname(), error->message); error 165 lib/common/output.c fprintf(stderr, "%s: %s\n", g_get_prgname(), error->message); error 168 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 62 lib/fencing/st_client.c char *error; error 270 lib/fencing/st_client.c if (action->error) { error 274 lib/fencing/st_client.c crm_log_output(LOG_WARNING, prefix, action->error); error 649 lib/fencing/st_client.c free(action->error); error 687 lib/fencing/st_client.c if (error_output && action->error) { error 688 lib/fencing/st_client.c *error_output = action->error; error 689 lib/fencing/st_client.c action->error = NULL; // hand off memory management to caller error 788 lib/fencing/st_client.c action->error = svc_action->stderr_data; error 882 lib/fencing/st_client.c free(action->error); error 883 lib/fencing/st_client.c action->error = NULL; error 900 lib/fencing/st_client.c action->error = svc_action->stderr_data; error 333 lib/services/dbus.c DBusError error; error 335 lib/services/dbus.c dbus_error_init(&error); error 338 lib/services/dbus.c dbus_set_error_const(&error, ERR_NO_REQUEST, "No request sent"); error 341 lib/services/dbus.c dbus_set_error_const(&error, ERR_NO_REPLY, "No reply"); error 361 lib/services/dbus.c dbus_set_error_const(&error, ERR_INVALID_REPLY, error 365 lib/services/dbus.c dbus_set_error_const(&error, ERR_INVALID_REPLY_METHOD, error 369 lib/services/dbus.c dbus_set_error_const(&error, ERR_INVALID_REPLY_SIGNAL, error 373 lib/services/dbus.c dbus_set_error_from_message(&error, reply); error 376 lib/services/dbus.c dbus_set_error(&error, ERR_INVALID_REPLY_TYPE, error 381 lib/services/dbus.c if (dbus_error_is_set(&error)) { error 383 lib/services/dbus.c error.name, error.message); error 386 lib/services/dbus.c dbus_move_error(&error, ret); error 388 lib/services/dbus.c dbus_error_free(&error); error 413 lib/services/dbus.c DBusError *error, int timeout) error 423 lib/services/dbus.c if (error) { error 424 lib/services/dbus.c dbus_error_init(error); error 434 lib/services/dbus.c if (error) { error 435 lib/services/dbus.c dbus_set_error(error, ERR_SEND_FAILED, error 451 lib/services/dbus.c (void) pcmk_dbus_find_error(pending, reply, error); error 591 lib/services/dbus.c DBusError error; error 598 lib/services/dbus.c if (pcmk_dbus_find_error((void*)&error, reply, &error)) { error 600 lib/services/dbus.c data->object, data->name, error.message); error 601 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 850 lib/services/services_linux.c services__handle_exec_error(svc_action_t * op, int error) error 852 lib/services/services_linux.c switch (error) { /* see execve(2), stat(2) and fork(2) */ error 859 lib/services/services_linux.c PCMK_EXEC_NOT_INSTALLED, pcmk_rc_str(error)); error 864 lib/services/services_linux.c PCMK_EXEC_ERROR, pcmk_rc_str(error)); error 868 lib/services/services_linux.c PCMK_EXEC_ERROR, pcmk_rc_str(error)); error 79 lib/services/services_private.h void services__handle_exec_error(svc_action_t * op, int error); error 86 lib/services/systemd.c systemd_send_recv(DBusMessage *msg, DBusError *error, int timeout) error 88 lib/services/systemd.c return pcmk_dbus_send_recv(msg, systemd_proxy, error, timeout); error 107 lib/services/systemd.c DBusError error; error 117 lib/services/systemd.c dbus_error_init(&error); error 118 lib/services/systemd.c reply = systemd_send_recv(msg, &error, DBUS_TIMEOUT_USE_DEFAULT); error 121 lib/services/systemd.c if (dbus_error_is_set(&error)) { error 123 lib/services/systemd.c method, error.message, error.name); error 124 lib/services/systemd.c dbus_error_free(&error); error 225 lib/services/systemd.c DBusError error; error 229 lib/services/systemd.c dbus_error_init(&error); error 234 lib/services/systemd.c if (pcmk_dbus_find_error(pending, reply, &error)) { error 235 lib/services/systemd.c crm_err("Could not issue systemd reload %d: %s", reload_count, error.message); error 236 lib/services/systemd.c dbus_error_free(&error); error 273 lib/services/systemd.c set_result_from_method_error(svc_action_t *op, const DBusError *error) error 278 lib/services/systemd.c if (strstr(error->name, "org.freedesktop.systemd1.InvalidName") error 279 lib/services/systemd.c || strstr(error->name, "org.freedesktop.systemd1.LoadFailed") error 280 lib/services/systemd.c || strstr(error->name, "org.freedesktop.systemd1.NoSuchUnit")) { error 285 lib/services/systemd.c error->name, crm_str(op->rsc)); error 295 lib/services/systemd.c op->action, op->agent, crm_str(op->rsc), error->message); error 312 lib/services/systemd.c DBusError error; error 317 lib/services/systemd.c if (pcmk_dbus_find_error((void *) &path, reply, &error)) { error 319 lib/services/systemd.c set_result_from_method_error(op, &error); error 321 lib/services/systemd.c dbus_error_free(&error); error 680 lib/services/systemd.c DBusError error; error 685 lib/services/systemd.c if (pcmk_dbus_find_error((void *) &error, reply, &error)) { error 686 lib/services/systemd.c set_result_from_method_error(op, &error); error 687 lib/services/systemd.c dbus_error_free(&error); error 114 lib/services/upstart.c DBusError error; error 131 lib/services/upstart.c dbus_error_init(&error); error 134 lib/services/upstart.c reply = pcmk_dbus_send_recv(msg, upstart_proxy, &error, timeout); error 137 lib/services/upstart.c if (dbus_error_is_set(&error)) { error 139 lib/services/upstart.c arg_name, error.message); error 140 lib/services/upstart.c dbus_error_free(&error); error 209 lib/services/upstart.c DBusError error; error 220 lib/services/upstart.c dbus_error_init(&error); error 227 lib/services/upstart.c reply = pcmk_dbus_send_recv(msg, upstart_proxy, &error, DBUS_TIMEOUT_USE_DEFAULT); error 230 lib/services/upstart.c if (dbus_error_is_set(&error)) { error 231 lib/services/upstart.c crm_err("Call to %s failed: %s", method, error.message); error 232 lib/services/upstart.c dbus_error_free(&error); error 293 lib/services/upstart.c DBusError error; error 299 lib/services/upstart.c dbus_error_init(&error); error 307 lib/services/upstart.c reply = pcmk_dbus_send_recv(msg, upstart_proxy, &error, timeout); error 310 lib/services/upstart.c if (dbus_error_is_set(&error)) { error 311 lib/services/upstart.c crm_err("Call to %s failed: %s", method, error.message); error 312 lib/services/upstart.c dbus_error_free(&error); error 408 lib/services/upstart.c set_result_from_method_error(svc_action_t *op, const DBusError *error) error 413 lib/services/upstart.c if (strstr(error->name, UPSTART_06_API ".Error.UnknownInstance")) { error 418 lib/services/upstart.c error->name, crm_str(op->rsc)); error 427 lib/services/upstart.c && strstr(error->name, UPSTART_06_API ".Error.AlreadyStarted")) { error 430 lib/services/upstart.c error->name, crm_str(op->rsc)); error 436 lib/services/upstart.c op->action, op->agent, crm_str(op->rsc), error->message); error 449 lib/services/upstart.c DBusError error; error 459 lib/services/upstart.c dbus_error_init(&error); error 460 lib/services/upstart.c if (pcmk_dbus_find_error(pending, reply, &error)) { error 461 lib/services/upstart.c set_result_from_method_error(op, &error); error 462 lib/services/upstart.c dbus_error_free(&error); error 520 lib/services/upstart.c DBusError error; error 657 lib/services/upstart.c dbus_error_init(&error); error 658 lib/services/upstart.c reply = pcmk_dbus_send_recv(msg, upstart_proxy, &error, op->timeout); error 660 lib/services/upstart.c if (dbus_error_is_set(&error)) { error 661 lib/services/upstart.c set_result_from_method_error(op, &error); error 662 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 135 maint/gnulib/lib/argmatch.c error (0, 0, format, quotearg_n_style (0, ARGMATCH_QUOTING_STYLE, value), error 248 maint/gnulib/lib/canonicalize-lgpl.c goto error; error 336 maint/gnulib/lib/canonicalize-lgpl.c goto error; error 395 maint/gnulib/lib/canonicalize-lgpl.c goto error; error 405 maint/gnulib/lib/canonicalize-lgpl.c error: error 243 maint/gnulib/lib/canonicalize.c goto error; error 368 maint/gnulib/lib/canonicalize.c goto error; error 381 maint/gnulib/lib/canonicalize.c goto error; error 444 maint/gnulib/lib/canonicalize.c goto error; error 454 maint/gnulib/lib/canonicalize.c error: error 231 maint/gnulib/lib/chdir-long.c error (EXIT_FAILURE, saved_errno, error 241 maint/gnulib/lib/chdir-long.c error (EXIT_FAILURE, errno, error 250 maint/gnulib/lib/chdir-long.c error (EXIT_FAILURE, errno, "%s", cmd); error 296 maint/gnulib/lib/clean-temp-simple.c error (0, errno, error 234 maint/gnulib/lib/clean-temp.c error (0, errno, error 249 maint/gnulib/lib/clean-temp.c error (0, saved_errno, error 370 maint/gnulib/lib/clean-temp.c error (0, errno, error 102 maint/gnulib/lib/closein.c error (0, errno, "%s: %s", quotearg_colon (file_name), error 105 maint/gnulib/lib/closein.c error (0, errno, "%s", close_error); error 124 maint/gnulib/lib/closeout.c error (0, errno, "%s: %s", quotearg_colon (file_name), error 127 maint/gnulib/lib/closeout.c error (0, errno, "%s", write_error); error 50 maint/gnulib/lib/copy-acl.c error (0, errno, "%s", quote (src_name)); error 54 maint/gnulib/lib/copy-acl.c error (0, errno, _("preserving permissions for %s"), quote (dst_name)); error 192 maint/gnulib/lib/copy-file.c error (EXIT_FAILURE, errno, _("error while opening %s for reading"), error 196 maint/gnulib/lib/copy-file.c error (EXIT_FAILURE, errno, _("cannot open backup file %s for writing"), error 200 maint/gnulib/lib/copy-file.c error (EXIT_FAILURE, errno, _("error reading %s"), error 204 maint/gnulib/lib/copy-file.c error (EXIT_FAILURE, errno, _("error writing %s"), error 208 maint/gnulib/lib/copy-file.c error (EXIT_FAILURE, errno, _("error after reading %s"), error 212 maint/gnulib/lib/copy-file.c error (EXIT_FAILURE, errno, "%s", quote (src_filename)); error 215 maint/gnulib/lib/copy-file.c error (EXIT_FAILURE, errno, _("preserving permissions for %s"), error 203 maint/gnulib/lib/csharpcomp.c error (EXIT_FAILURE, errno, _("fdopen() failed")); error 444 maint/gnulib/lib/csharpcomp.c error (0, 0, _("C# compiler not found, try installing mono")); error 259 maint/gnulib/lib/csharpexec.c error (0, 0, _("C# virtual machine not found, try installing mono")); error 409 maint/gnulib/lib/error.c weak_alias (__error, error) error 33 maint/gnulib/lib/error.h extern void error (int __status, int __errnum, const char *__format, ...) error 204 maint/gnulib/lib/euidaccess.c # include <error.h> error 223 maint/gnulib/lib/euidaccess.c error (0, errno, "%s", file); error 347 maint/gnulib/lib/execute.c error (exit_on_error ? EXIT_FAILURE : 0, saved_errno, error 1731 maint/gnulib/lib/fts.c error (0, 0, "===== check ===== cwd: %s", dot); error 1748 maint/gnulib/lib/fts.c error (0, errno, "ring : %s", cwd); error 1750 maint/gnulib/lib/fts.c error (0, errno, "parent: %s", c2); error 1061 maint/gnulib/lib/git-merge-changelog.c error (EXIT_FAILURE, 0, "expected three arguments"); error 150 maint/gnulib/lib/javacomp.c error (EXIT_FAILURE, 0, _("invalid source_version argument to compile_java_class")); error 174 maint/gnulib/lib/javacomp.c error (EXIT_FAILURE, 0, _("invalid source_version argument to compile_java_class")); error 200 maint/gnulib/lib/javacomp.c error (EXIT_FAILURE, 0, _("invalid source_version argument to compile_java_class")); error 221 maint/gnulib/lib/javacomp.c error (EXIT_FAILURE, 0, _("invalid target_version argument to compile_java_class")); error 252 maint/gnulib/lib/javacomp.c error (EXIT_FAILURE, 0, _("invalid target_version argument to compile_java_class")); error 583 maint/gnulib/lib/javacomp.c error (0, errno, _("failed to create \"%s\""), file_name); error 590 maint/gnulib/lib/javacomp.c error (0, errno, _("error while writing \"%s\" file"), file_name); error 2442 maint/gnulib/lib/javacomp.c error (0, 0, _("Java compiler not found, try installing gcj or set $JAVAC")); error 426 maint/gnulib/lib/javaexec.c error (0, 0, _("Java virtual machine not found, try installing gij or set $JAVA")); error 78 maint/gnulib/lib/javaversion.c error (0, errno, _("fdopen() failed")); error 86 maint/gnulib/lib/javaversion.c error (0, 0, _("%s subprocess I/O error"), progname); error 162 maint/gnulib/lib/mkdir-p.c error (0, errno, _("cannot stat %s"), quote (dir)); error 188 maint/gnulib/lib/mkdir-p.c error (0, errno, error 200 maint/gnulib/lib/mkdir-p.c error (0, mkdir_errno, _("cannot create directory %s"), quote (dir)); error 37 maint/gnulib/lib/openat-die.c error (exit_failure, errnum, error 56 maint/gnulib/lib/openat-die.c error (exit_failure, errnum, error 46 maint/gnulib/lib/os2-spawn.c error (EXIT_FAILURE, errno, _("_open_osfhandle failed")); error 83 maint/gnulib/lib/os2-spawn.c error (EXIT_FAILURE, errno, _("cannot restore fd %d: dup2 failed"), error 137 maint/gnulib/lib/pagealign_alloc.c error (EXIT_FAILURE, errno, _("Failed to open /dev/zero for read")); error 186 maint/gnulib/lib/pagealign_alloc.c error (EXIT_FAILURE, errno, "Failed to unmap memory"); error 153 maint/gnulib/lib/pipe-filter-gi.c error (EXIT_FAILURE, 0, _("creation of reading thread failed")); error 257 maint/gnulib/lib/pipe-filter-gi.c error (EXIT_FAILURE, errno, error 335 maint/gnulib/lib/pipe-filter-gi.c error (EXIT_FAILURE, errno, error 365 maint/gnulib/lib/pipe-filter-gi.c error (EXIT_FAILURE, errno, error 405 maint/gnulib/lib/pipe-filter-gi.c error (EXIT_FAILURE, errno, error 458 maint/gnulib/lib/pipe-filter-gi.c error (EXIT_FAILURE, 0, error 314 maint/gnulib/lib/pipe-filter-ii.c error (EXIT_FAILURE, 0, _("creation of threads failed")); error 345 maint/gnulib/lib/pipe-filter-ii.c error (EXIT_FAILURE, l.writer_errno, error 366 maint/gnulib/lib/pipe-filter-ii.c error (EXIT_FAILURE, l.reader_errno, error 419 maint/gnulib/lib/pipe-filter-ii.c error (EXIT_FAILURE, errno, error 457 maint/gnulib/lib/pipe-filter-ii.c error (EXIT_FAILURE, errno, error 502 maint/gnulib/lib/pipe-filter-ii.c error (EXIT_FAILURE, errno, error 545 maint/gnulib/lib/pipe-filter-ii.c error (EXIT_FAILURE, errno, error 578 maint/gnulib/lib/pipe-filter-ii.c error (EXIT_FAILURE, 0, _("%s subprocess terminated with exit code %d"), error 281 maint/gnulib/lib/poll.c int r, error; error 286 maint/gnulib/lib/poll.c error = WSAGetLastError (); error 289 maint/gnulib/lib/poll.c if (r > 0 || error == WSAENOTCONN) error 293 maint/gnulib/lib/poll.c else if (r == 0 || error == WSAESHUTDOWN || error == WSAECONNRESET error 294 maint/gnulib/lib/poll.c || error == WSAECONNABORTED || error == WSAENETRESET) error 122 maint/gnulib/lib/printf-parse.c goto error; \ error 159 maint/gnulib/lib/printf-parse.c goto error; error 162 maint/gnulib/lib/printf-parse.c goto error; error 236 maint/gnulib/lib/printf-parse.c goto error; error 239 maint/gnulib/lib/printf-parse.c goto error; error 249 maint/gnulib/lib/printf-parse.c goto error; error 293 maint/gnulib/lib/printf-parse.c goto error; error 297 maint/gnulib/lib/printf-parse.c goto error; error 307 maint/gnulib/lib/printf-parse.c goto error; error 484 maint/gnulib/lib/printf-parse.c goto error; error 500 maint/gnulib/lib/printf-parse.c goto error; error 546 maint/gnulib/lib/printf-parse.c goto error; error 558 maint/gnulib/lib/printf-parse.c goto error; error 592 maint/gnulib/lib/printf-parse.c goto error; error 602 maint/gnulib/lib/printf-parse.c error: error 52 maint/gnulib/lib/rename.c int error; error 156 maint/gnulib/lib/rename.c error = dst_temp[src_len]; error 159 maint/gnulib/lib/rename.c if (error) error 185 maint/gnulib/lib/rename.c error = GetLastError (); error 186 maint/gnulib/lib/rename.c if (error == ERROR_FILE_EXISTS || error == ERROR_ALREADY_EXISTS) error 191 maint/gnulib/lib/rename.c error = GetLastError (); error 194 maint/gnulib/lib/rename.c switch (error) error 103 maint/gnulib/lib/same.c error (1, errno, "%s", source_dirname); error 134 maint/gnulib/lib/same.c error (1, destdir_errno, "%s", dest_dirname); error 140 maint/gnulib/lib/same.c error (1, errno, "%s", dest_dirname); error 46 maint/gnulib/lib/set-acl.c error (0, errno, _("setting permissions for %s"), quote (name)); error 36 maint/gnulib/lib/sigpipe-die.c error (exit_failure, 0, "%s", error 217 maint/gnulib/lib/spawn-pipe.c error (EXIT_FAILURE, errno, _("cannot create pipe")); error 220 maint/gnulib/lib/spawn-pipe.c error (EXIT_FAILURE, errno, _("cannot create pipe")); error 459 maint/gnulib/lib/spawn-pipe.c error (EXIT_FAILURE, errno, _("cannot create pipe")); error 462 maint/gnulib/lib/spawn-pipe.c error (EXIT_FAILURE, errno, _("cannot create pipe")); error 596 maint/gnulib/lib/spawn-pipe.c error (exit_on_error ? EXIT_FAILURE : 0, saved_errno, error 660 maint/gnulib/lib/spawni.c DWORD error = GetLastError (); error 670 maint/gnulib/lib/spawni.c return convert_CreateProcess_error (error); error 426 maint/gnulib/lib/stat-w32.c DWORD error = GetLastError (); error 428 maint/gnulib/lib/stat-w32.c fprintf (stderr, "_gl_fstat_by_handle error 0x%x\n", (unsigned int) error); error 430 maint/gnulib/lib/stat-w32.c switch (error) error 362 maint/gnulib/lib/stat.c DWORD error = GetLastError (); error 364 maint/gnulib/lib/stat.c fprintf (stderr, "rpl_stat error 0x%x\n", (unsigned int) error); error 370 maint/gnulib/lib/stat.c switch (error) error 35 maint/gnulib/lib/string-buffer.c buffer->error = false; error 86 maint/gnulib/lib/string-buffer.c buffer->error = true; error 107 maint/gnulib/lib/string-buffer.c buffer->error = true; error 120 maint/gnulib/lib/string-buffer.c buffer->error = true; error 137 maint/gnulib/lib/string-buffer.c buffer->error = true; error 149 maint/gnulib/lib/string-buffer.c buffer->error = true; error 185 maint/gnulib/lib/string-buffer.c buffer->error = true; error 198 maint/gnulib/lib/string-buffer.c buffer->error = true; error 215 maint/gnulib/lib/string-buffer.c buffer->error = true; error 229 maint/gnulib/lib/string-buffer.c buffer->error = true; error 265 maint/gnulib/lib/string-buffer.c if (buffer->error) error 34 maint/gnulib/lib/string-buffer.h bool error; /* true if there was an error */ error 198 maint/gnulib/lib/unicodeio.c error (1, 0, _("cannot convert U+%04X to local character set"), code); error 200 maint/gnulib/lib/unicodeio.c error (1, 0, _("cannot convert U+%04X to local character set: %s"), code, error 88 maint/gnulib/lib/utime.c DWORD error; error 107 maint/gnulib/lib/utime.c error = GetLastError (); error 118 maint/gnulib/lib/utime.c error = GetLastError (); error 190 maint/gnulib/lib/utime.c fprintf (stderr, "utimens CreateFile/GetFileAttributes error 0x%x\n", (unsigned int) error); error 195 maint/gnulib/lib/utime.c switch (error) error 70 maint/gnulib/lib/verror.c error (status, errnum, "%s", message); error 76 maint/gnulib/lib/verror.c error (0, errno, _("unable to display error message")); error 231 maint/gnulib/lib/wait-process.c error (exit_on_error ? EXIT_FAILURE : 0, errno, error 263 maint/gnulib/lib/wait-process.c error (exit_on_error ? EXIT_FAILURE : 0, errno, error 282 maint/gnulib/lib/wait-process.c error (exit_on_error ? EXIT_FAILURE : 0, 0, error 290 maint/gnulib/lib/wait-process.c error (exit_on_error ? EXIT_FAILURE : 0, 0, error 325 maint/gnulib/lib/wait-process.c error (exit_on_error ? EXIT_FAILURE : 0, errno, error 354 maint/gnulib/lib/wait-process.c error (exit_on_error ? EXIT_FAILURE : 0, 0, error 364 maint/gnulib/lib/wait-process.c error (exit_on_error ? EXIT_FAILURE : 0, 0, error 530 maint/gnulib/lib/windows-spawn.c convert_CreateProcess_error (DWORD error) error 533 maint/gnulib/lib/windows-spawn.c switch (error) error 655 maint/gnulib/lib/windows-spawn.c DWORD error = GetLastError (); error 665 maint/gnulib/lib/windows-spawn.c errno = convert_CreateProcess_error (error); error 130 maint/gnulib/lib/windows-spawn.h extern int convert_CreateProcess_error (DWORD error); error 34 maint/gnulib/lib/xalloc-die.c error (exit_failure, 0, "%s", _("memory exhausted")); error 36 maint/gnulib/lib/xbinary-io.c error (exit_failure, errno, error 38 maint/gnulib/lib/xfreopen.c error (exit_failure, errno, _("failed to reopen %s with mode %s"), error 39 maint/gnulib/lib/xmemcoll.c error (0, collation_errno, _("string comparison failed")); error 40 maint/gnulib/lib/xmemcoll.c error (0, 0, _("Set LC_ALL='C' to work around the problem.")); error 41 maint/gnulib/lib/xmemcoll.c error (exit_failure, 0, error 50 maint/gnulib/lib/xprintf.c error (exit_failure, errno, gettext ("cannot perform formatted output")); error 76 maint/gnulib/lib/xprintf.c error (exit_failure, errno, gettext ("cannot perform formatted output")); error 37 maint/gnulib/lib/xsetenv.c error (EXIT_FAILURE, 0, _("memory exhausted")); error 34 maint/gnulib/lib/xstdopen.c error (exit_failure, stdopen_errno, _("standard file descriptors")); error 86 maint/gnulib/lib/xstrtol-error.c error (exit_status, 0, gettext (msgid), hyphens, option, arg); error 159 maint/gnulib/tests/test-ceil2.c int error = 0; error 170 maint/gnulib/tests/test-ceil2.c error |= check (janus.f); error 172 maint/gnulib/tests/test-ceil2.c return (error ? 1 : 0); error 159 maint/gnulib/tests/test-ceilf2.c int error = 0; error 170 maint/gnulib/tests/test-ceilf2.c error |= check (janus.f); error 172 maint/gnulib/tests/test-ceilf2.c return (error ? 1 : 0); error 78 maint/gnulib/tests/test-exclude.c error (1, 0, "usage: %s file -- words...", argv[0]); error 116 maint/gnulib/tests/test-exclude.c error (1, errno, "error loading %s", opt); error 156 maint/gnulib/tests/test-floor2.c int error = 0; error 167 maint/gnulib/tests/test-floor2.c error |= check (janus.f); error 169 maint/gnulib/tests/test-floor2.c return (error ? 1 : 0); error 155 maint/gnulib/tests/test-floorf2.c int error = 0; error 166 maint/gnulib/tests/test-floorf2.c error |= check (janus.f); error 168 maint/gnulib/tests/test-floorf2.c return (error ? 1 : 0); error 96 maint/gnulib/tests/test-round2.c int error = 0; error 110 maint/gnulib/tests/test-round2.c error = true; error 112 maint/gnulib/tests/test-round2.c return (error ? 1 : 0); error 97 maint/gnulib/tests/test-stdbool.c int error = 0; error 105 maint/gnulib/tests/test-stdbool.c error = 1; error 118 maint/gnulib/tests/test-stdbool.c error = 1; error 121 maint/gnulib/tests/test-stdbool.c return error; error 164 maint/gnulib/tests/test-trunc2.c int error = 0; error 175 maint/gnulib/tests/test-trunc2.c error |= check (janus.f); error 177 maint/gnulib/tests/test-trunc2.c return (error ? 1 : 0); error 164 maint/gnulib/tests/test-truncf2.c int error = 0; error 175 maint/gnulib/tests/test-truncf2.c error |= check (janus.f); error 177 maint/gnulib/tests/test-truncf2.c return (error ? 1 : 0); error 75 maint/gnulib/tests/test-tsearch.c static int error = 0; error 155 maint/gnulib/tests/test-tsearch.c error = 1; error 165 maint/gnulib/tests/test-tsearch.c error = 1; error 223 maint/gnulib/tests/test-tsearch.c error = 1; error 231 maint/gnulib/tests/test-tsearch.c error = 1; error 246 maint/gnulib/tests/test-tsearch.c error = 1; error 254 maint/gnulib/tests/test-tsearch.c error = 1; error 286 maint/gnulib/tests/test-tsearch.c error = 0; error 330 maint/gnulib/tests/test-tsearch.c fputs (error ? " failed!\n" : " ok.\n", stdout); error 331 maint/gnulib/tests/test-tsearch.c total_error |= error; error 339 maint/gnulib/tests/test-tsearch.c error = 0; error 350 maint/gnulib/tests/test-tsearch.c fputs (error ? " failed!\n" : " ok.\n", stdout); error 351 maint/gnulib/tests/test-tsearch.c total_error |= error; error 201 maint/gnulib/tests/uniname/test-uninames.c int error = 0; error 214 maint/gnulib/tests/uniname/test-uninames.c error = 1; error 220 maint/gnulib/tests/uniname/test-uninames.c error = 1; error 229 maint/gnulib/tests/uniname/test-uninames.c error = 1; error 242 maint/gnulib/tests/uniname/test-uninames.c error = 1; error 246 maint/gnulib/tests/uniname/test-uninames.c return error; error 253 maint/gnulib/tests/uniname/test-uninames.c int error = 0; error 270 maint/gnulib/tests/uniname/test-uninames.c error = 1; error 319 maint/gnulib/tests/uniname/test-uninames.c error = 1; error 326 maint/gnulib/tests/uniname/test-uninames.c error = 1; error 328 maint/gnulib/tests/uniname/test-uninames.c return error; error 335 maint/gnulib/tests/uniname/test-uninames.c int error = 0; error 356 maint/gnulib/tests/uniname/test-uninames.c error = 1; error 360 maint/gnulib/tests/uniname/test-uninames.c return error; error 366 maint/gnulib/tests/uniname/test-uninames.c int error = 0; error 383 maint/gnulib/tests/uniname/test-uninames.c error |= test_name_lookup (); error 384 maint/gnulib/tests/uniname/test-uninames.c error |= test_inverse_lookup (); error 387 maint/gnulib/tests/uniname/test-uninames.c error |= test_alias_lookup (); error 389 maint/gnulib/tests/uniname/test-uninames.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 218 tools/crm_mon.c apply_exclude(const gchar *excludes, GError **error) { error 233 tools/crm_mon.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 248 tools/crm_mon.c apply_include(const gchar *includes, GError **error) { error 275 tools/crm_mon.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 289 tools/crm_mon.c apply_include_exclude(GSList *lst, GError **error) { error 297 tools/crm_mon.c rc = apply_include(s+10, error); error 299 tools/crm_mon.c rc = apply_include(s+3, error); error 301 tools/crm_mon.c rc = apply_exclude(s+10, error); error 303 tools/crm_mon.c rc = apply_exclude(s+3, error); error 1262 tools/crm_mon.c g_propagate_error(&error, err); error 1267 tools/crm_mon.c g_propagate_error(&error, err); error 1272 tools/crm_mon.c g_propagate_error(&error, err); error 1278 tools/crm_mon.c g_propagate_error(&error, err); error 1337 tools/crm_mon.c g_propagate_error(&error, err); error 1350 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "CLUSTER CRIT: Connection to cluster failed: %s", error 1355 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Error: remote-node not connected to cluster"); error 1357 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Error: cluster is not available on this node"); error 1361 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Connection to cluster failed: %s", pcmk_rc_str(rc)); error 1420 tools/crm_mon.c if (!pcmk__force_args(context, &error, "%s --html-title \"Cluster Status\"", error 1425 tools/crm_mon.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 1495 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 1530 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Invalid CIB source"); error 1548 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Error creating output format %s: %s", error 1560 tools/crm_mon.c apply_include_exclude(options.includes_excludes, &error); error 1566 tools/crm_mon.c if (!apply_include_exclude(options.user_includes_excludes, &error)) { error 1596 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, "CGI mode used with CIB file"); error 1599 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, "CGI mode cannot be used with --external-agent"); error 1602 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, "CGI mode cannot be used with -d"); error 2193 tools/crm_mon.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_CANTCREAT, "Critical: Unable to output html file"); error 2374 tools/crm_mon.c if ((error != NULL || exit_code == CRM_EX_USAGE) && output_format == mon_output_console) { error 2396 tools/crm_mon.c if (error != NULL) { error 2398 tools/crm_mon.c out->err(out, "%s: %s", g_get_prgname(), error->message); error 2402 tools/crm_mon.c fprintf(stderr, "%s: %s\n", g_get_prgname(), error->message); error 2405 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 128 tools/crm_resource.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_USAGE, \ error 138 tools/crm_resource.c gboolean agent_provider_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 139 tools/crm_resource.c gboolean attr_set_type_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 140 tools/crm_resource.c gboolean class_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 141 tools/crm_resource.c gboolean cleanup_refresh_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 142 tools/crm_resource.c gboolean delete_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 143 tools/crm_resource.c gboolean expired_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 145 tools/crm_resource.c gpointer data, GError **error); error 147 tools/crm_resource.c 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 153 tools/crm_resource.c gpointer data, GError **error); error 155 tools/crm_resource.c gpointer data, GError **error); error 156 tools/crm_resource.c gboolean fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 157 tools/crm_resource.c gboolean flag_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 158 tools/crm_resource.c gboolean get_param_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 159 tools/crm_resource.c gboolean list_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 160 tools/crm_resource.c gboolean set_delete_param_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 161 tools/crm_resource.c gboolean set_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 162 tools/crm_resource.c gboolean timeout_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 164 tools/crm_resource.c gpointer data, GError **error); error 166 tools/crm_resource.c gpointer data, GError **error); error 168 tools/crm_resource.c gpointer data, GError **error); error 169 tools/crm_resource.c gboolean wait_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 170 tools/crm_resource.c gboolean why_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 177 tools/crm_resource.c static GError *error = NULL; error 198 tools/crm_resource.c pcmk__output_and_clear_error(error, out); error 245 tools/crm_resource.c if (error != NULL) { error 246 tools/crm_resource.c g_clear_error(&error); error 249 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_TIMEOUT, error 631 tools/crm_resource.c agent_provider_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 651 tools/crm_resource.c attr_set_type_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 662 tools/crm_resource.c class_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 675 tools/crm_resource.c cleanup_refresh_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 691 tools/crm_resource.c delete_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 699 tools/crm_resource.c expired_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 722 tools/crm_resource.c GError **error) error 731 tools/crm_resource.c GError **error) error 740 tools/crm_resource.c GError **error) error 751 tools/crm_resource.c gpointer data, GError **error) error 760 tools/crm_resource.c GError **error) error 769 tools/crm_resource.c GError **error) error 785 tools/crm_resource.c fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 793 tools/crm_resource.c flag_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 824 tools/crm_resource.c get_param_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 841 tools/crm_resource.c list_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 859 tools/crm_resource.c set_delete_param_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 876 tools/crm_resource.c set_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 890 tools/crm_resource.c timeout_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 897 tools/crm_resource.c gpointer data, GError **error) error 911 tools/crm_resource.c g_set_error(error, G_OPTION_ERROR, CRM_EX_INVALID_PARAM, error 922 tools/crm_resource.c GError **error) error 931 tools/crm_resource.c GError **error) error 944 tools/crm_resource.c wait_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 952 tools/crm_resource.c why_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 995 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1006 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1081 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1115 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1140 tools/crm_resource.c goto error; error 1155 tools/crm_resource.c error: error 1158 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1161 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1181 tools/crm_resource.c goto error; error 1219 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, pcmk_rc_error, "Bug"); error 1224 tools/crm_resource.c error: error 1228 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1233 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1293 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1355 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1361 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1393 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1417 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1423 tools/crm_resource.c g_set_error(&error, PCMK__RC_ERROR, rc, error 1436 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1441 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1450 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1454 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1459 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, error 1466 tools/crm_resource.c if (error != NULL) { error 1564 tools/crm_resource.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 1574 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Error creating output format %s: %s", error 1601 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "--expired requires --clear or -U"); error 1617 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 1648 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "%s", msg); error 1672 tools/crm_resource.c pcmk__force_args(context, &error, "%s --xml-simple-list --xml-substitute", g_get_prgname()); error 1676 tools/crm_resource.c pcmk__force_args(context, &error, "%s --xml-substitute", g_get_prgname()); error 1682 tools/crm_resource.c pcmk__force_args(context, &error, "%s --text-fancy", g_get_prgname()); error 1696 tools/crm_resource.c if (error != NULL) { error 1709 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 1715 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 1739 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 1747 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 1768 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 1784 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 1793 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 2032 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 2087 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 2095 tools/crm_resource.c g_prefix_error(&error, "To ignore quorum, use the force option.\n"); error 2114 tools/crm_resource.c if (error != NULL) { error 2116 tools/crm_resource.c error->message, crm_exit_str(exit_code)); error 2117 tools/crm_resource.c g_clear_error(&error); error 2118 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "%s", msg); error 2121 tools/crm_resource.c g_set_error(&error, PCMK__EXITC_ERROR, exit_code, error 42 tools/crm_rule.c static gboolean mode_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); error 72 tools/crm_rule.c mode_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 239 tools/crm_rule.c GError *error = NULL; error 245 tools/crm_rule.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 355 tools/crm_rule.c pcmk__output_and_clear_error(error, NULL); error 68 tools/crm_simulate.c all_actions_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 74 tools/crm_simulate.c attrs_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 80 tools/crm_simulate.c failcounts_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 86 tools/crm_simulate.c in_place_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 93 tools/crm_simulate.c live_check_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 104 tools/crm_simulate.c node_down_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 110 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 123 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 136 tools/crm_simulate.c pending_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 142 tools/crm_simulate.c process_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 148 tools/crm_simulate.c quorum_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 158 tools/crm_simulate.c save_dotfile_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 169 tools/crm_simulate.c save_graph_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 180 tools/crm_simulate.c show_scores_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 186 tools/crm_simulate.c simulate_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 192 tools/crm_simulate.c ticket_activate_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 198 tools/crm_simulate.c ticket_grant_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 204 tools/crm_simulate.c ticket_revoke_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 210 tools/crm_simulate.c ticket_standby_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 216 tools/crm_simulate.c utilization_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 222 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 243 tools/crm_simulate.c xml_pipe_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { error 369 tools/crm_simulate.c setup_input(const char *input, const char *output, GError **error) error 379 tools/crm_simulate.c g_set_error(error, PCMK__RC_ERROR, rc, error 420 tools/crm_simulate.c g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_CANTCREAT, error 480 tools/crm_simulate.c GError *error = NULL; error 497 tools/crm_simulate.c if (!g_option_context_parse_strv(context, &processed_args, &error)) { error 515 tools/crm_simulate.c pcmk__force_args(context, &error, "%s --text-fancy", g_get_prgname()); error 517 tools/crm_simulate.c pcmk__force_args(context, &error, "%s --xml-simple-list --xml-substitute", g_get_prgname()); error 543 tools/crm_simulate.c g_set_error(&error, PCMK__RC_ERROR, rc, "Could not allocate working set"); error 562 tools/crm_simulate.c rc = setup_input(options.xml_file, options.store ? options.xml_file : options.output_file, &error); error 572 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 155 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, "CIB query failed: %s", pcmk_rc_str(rc)); error 163 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, "Couldn't parse input file: %s", options.xml_file); error 171 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, "Couldn't parse input string: %s", options.xml_string); error 178 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, "Couldn't parse input from STDIN."); error 184 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, error 192 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, error 245 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, error 248 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, error 256 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, error 259 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, error 275 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);