method            135 lib/common/logging.c set_format_string(int method, const char *daemon)
method            137 lib/common/logging.c     if (method == QB_LOG_SYSLOG) {
method            139 lib/common/logging.c         crm_extended_logging(method, QB_FALSE);
method            140 lib/common/logging.c         qb_log_format_set(method, "%g %p: %b");
method            148 lib/common/logging.c         if (method > QB_LOG_STDERR) {
method            174 lib/common/logging.c         qb_log_format_set(method, fmt);
method            593 lib/common/schemas.c validate_with(xmlNode *xml, int method, gboolean to_logs)
method            599 lib/common/schemas.c     if (method < 0) {
method            603 lib/common/schemas.c     if (known_schemas[method].validator == schema_validator_none) {
method            610 lib/common/schemas.c                                    known_schemas[method].name);
method            613 lib/common/schemas.c               crm_str(file), known_schemas[method].validator);
method            614 lib/common/schemas.c     switch (known_schemas[method].validator) {
method            618 lib/common/schemas.c                                       (relaxng_ctx_cache_t **) & (known_schemas[method].cache));
method            622 lib/common/schemas.c                     known_schemas[method].validator);
method            631 lib/common/schemas.c validate_with_silent(xmlNode *xml, int method)
method            635 lib/common/schemas.c     rc = validate_with(xml, method, TRUE);
method            416 lib/services/dbus.c     const char *method = NULL;
method            421 lib/services/dbus.c     method = dbus_message_get_member (msg);
method            437 lib/services/dbus.c                            "Could not queue DBus '%s' request", method);
method            481 lib/services/dbus.c     const char *method = NULL;
method            486 lib/services/dbus.c     method = dbus_message_get_member(msg);
method            495 lib/services/dbus.c         crm_err("Could not send DBus %s message: failed", method);
method            500 lib/services/dbus.c                 method);
method            505 lib/services/dbus.c         crm_info("DBus %s message completed too soon", method);
method             30 lib/services/systemd.c systemd_new_method(const char *method)
method             32 lib/services/systemd.c     crm_trace("Calling: %s on " BUS_NAME_MANAGER, method);
method             34 lib/services/systemd.c                                         method);
method             69 lib/services/systemd.c systemd_call_simple_method(const char *method)
method             71 lib/services/systemd.c     DBusMessage *msg = systemd_new_method(method);
method             79 lib/services/systemd.c         crm_err("Could not create message to send %s to systemd", method);
method             89 lib/services/systemd.c                 method, error.message, error.name);
method             94 lib/services/systemd.c         crm_err("Could not send %s to systemd: no reply received", method);
method            729 lib/services/systemd.c     const char *method = op->action;
method            735 lib/services/systemd.c     if (pcmk__str_eq(op->action, "monitor", pcmk__str_casei) || pcmk__str_eq(method, "status", pcmk__str_casei)) {
method            755 lib/services/systemd.c     } else if (g_strcmp0(method, "start") == 0) {
method            756 lib/services/systemd.c         method = "StartUnit";
method            759 lib/services/systemd.c     } else if (g_strcmp0(method, "stop") == 0) {
method            760 lib/services/systemd.c         method = "StopUnit";
method            763 lib/services/systemd.c     } else if (g_strcmp0(method, "restart") == 0) {
method            764 lib/services/systemd.c         method = "RestartUnit";
method            771 lib/services/systemd.c     crm_debug("Calling %s for %s: %s", method, op->rsc, unit);
method            773 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            240 lib/services/upstart.c     const char *method = "GetAllInstances";
method            251 lib/services/upstart.c                                        method); // method name
method            259 lib/services/upstart.c         crm_err("Call to %s failed: %s", method, error.message);
method            264 lib/services/upstart.c         crm_err("Call to %s failed: no reply", method);
method            268 lib/services/upstart.c         crm_err("Call to %s failed: Message has no arguments", method);
method            273 lib/services/upstart.c         crm_err("Call to %s failed: Message has invalid arguments", method);