method 189 lib/common/logging.c set_format_string(int method, const char *daemon) method 194 lib/common/logging.c if (method > QB_LOG_STDERR) { method 208 lib/common/logging.c if (method == QB_LOG_SYSLOG) { method 210 lib/common/logging.c crm_extended_logging(method, QB_FALSE); method 218 lib/common/logging.c qb_log_format_set(method, fmt); method 550 lib/common/schemas.c validate_with(xmlNode *xml, int method, gboolean to_logs) method 556 lib/common/schemas.c if (method < 0) { method 560 lib/common/schemas.c if (known_schemas[method].validator == schema_validator_none) { method 566 lib/common/schemas.c file = get_schema_path(known_schemas[method].name, method 567 lib/common/schemas.c known_schemas[method].location); method 570 lib/common/schemas.c crm_str(file), known_schemas[method].validator); method 571 lib/common/schemas.c switch (known_schemas[method].validator) { method 578 lib/common/schemas.c (relaxng_ctx_cache_t **) & (known_schemas[method].cache)); method 582 lib/common/schemas.c known_schemas[method].validator); method 153 lib/services/dbus.c const char *method = NULL; method 158 lib/services/dbus.c method = dbus_message_get_member (msg); method 174 lib/services/dbus.c "Could not queue DBus '%s' request", method); method 204 lib/services/dbus.c const char *method = NULL; method 209 lib/services/dbus.c method = dbus_message_get_member (msg); method 219 lib/services/dbus.c crm_err("Send with reply failed for %s", method); method 223 lib/services/dbus.c crm_err("No pending call found for %s: Connection to System DBus may be closed", method); method 227 lib/services/dbus.c crm_trace("DBus %s call sent", method); method 229 lib/services/dbus.c crm_info("DBus %s call completed too soon", method); method 395 lib/services/dbus.c const char *method = "GetAll"; method 399 lib/services/dbus.c crm_debug("Calling: %s on %s", method, target); method 403 lib/services/dbus.c method); // method name method 405 lib/services/dbus.c crm_err("Call to %s failed: No message", method); method 413 lib/services/dbus.c crm_err("Call to %s failed: malloc failed", method); method 28 lib/services/systemd.c systemd_new_method(const char *method) method 30 lib/services/systemd.c crm_trace("Calling: %s on " BUS_NAME_MANAGER, method); method 32 lib/services/systemd.c method); method 67 lib/services/systemd.c systemd_call_simple_method(const char *method) method 69 lib/services/systemd.c DBusMessage *msg = systemd_new_method(method); method 77 lib/services/systemd.c crm_err("Could not create message to send %s to systemd", method); method 87 lib/services/systemd.c method, error.message, error.name); method 92 lib/services/systemd.c crm_err("Could not send %s to systemd: no reply received", method); method 605 lib/services/systemd.c const char *method = op->action; method 611 lib/services/systemd.c if (safe_str_eq(op->action, "monitor") || safe_str_eq(method, "status")) { method 631 lib/services/systemd.c } else if (g_strcmp0(method, "start") == 0) { method 637 lib/services/systemd.c method = "StartUnit"; method 677 lib/services/systemd.c } else if (g_strcmp0(method, "stop") == 0) { method 680 lib/services/systemd.c method = "StopUnit"; method 685 lib/services/systemd.c } else if (g_strcmp0(method, "restart") == 0) { method 686 lib/services/systemd.c method = "RestartUnit"; method 693 lib/services/systemd.c crm_debug("Calling %s for %s: %s", method, op->rsc, unit); method 695 lib/services/systemd.c msg = systemd_new_method(method); method 70 lib/services/upstart.c const char *method = "GetJobByName"; method 78 lib/services/upstart.c method); // method name method 86 lib/services/upstart.c crm_err("Could not issue %s for %s: %s", method, arg_name, error.message); method 90 lib/services/upstart.c crm_err("Invalid return type for %s", method); method 156 lib/services/upstart.c const char *method = "GetAllJobs"; method 172 lib/services/upstart.c method); // method name method 179 lib/services/upstart.c crm_err("Call to %s failed: %s", method, error.message); method 184 lib/services/upstart.c crm_err("Call to %s failed: Message has no arguments", method); method 190 lib/services/upstart.c crm_err("Call to %s failed: Message has invalid arguments", method); method 239 lib/services/upstart.c const char *method = "GetAllInstances"; method 250 lib/services/upstart.c method); // method name method 258 lib/services/upstart.c crm_err("Call to %s failed: %s", method, error.message); method 263 lib/services/upstart.c crm_err("Call to %s failed: no reply", method); method 267 lib/services/upstart.c crm_err("Call to %s failed: Message has no arguments", method); method 272 lib/services/upstart.c crm_err("Call to %s failed: Message has invalid arguments", method);