method            147 lib/common/logging.c set_format_string(int method, const char *daemon, pid_t use_pid,
method            150 lib/common/logging.c     if (method == QB_LOG_SYSLOG) {
method            152 lib/common/logging.c         crm_extended_logging(method, QB_FALSE);
method            153 lib/common/logging.c         qb_log_format_set(method, "%g %p: %b");
method            161 lib/common/logging.c         if (method > QB_LOG_STDERR) {
method            180 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            415 lib/services/dbus.c     const char *method = NULL;
method            420 lib/services/dbus.c     method = dbus_message_get_member (msg);
method            436 lib/services/dbus.c                            "Could not queue DBus '%s' request", method);
method            480 lib/services/dbus.c     const char *method = NULL;
method            485 lib/services/dbus.c     method = dbus_message_get_member(msg);
method            494 lib/services/dbus.c         crm_err("Could not send DBus %s message: failed", method);
method            499 lib/services/dbus.c                 method);
method            504 lib/services/dbus.c         crm_info("DBus %s message completed too soon", method);
method             64 lib/services/systemd.c systemd_new_method(const char *method)
method             66 lib/services/systemd.c     crm_trace("Calling: %s on " BUS_NAME_MANAGER, method);
method             68 lib/services/systemd.c                                         method);
method            103 lib/services/systemd.c systemd_call_simple_method(const char *method)
method            105 lib/services/systemd.c     DBusMessage *msg = systemd_new_method(method);
method            113 lib/services/systemd.c         crm_err("Could not create message to send %s to systemd", method);
method            123 lib/services/systemd.c                 method, error.message, error.name);
method            128 lib/services/systemd.c         crm_err("Could not send %s to systemd: no reply received", method);
method            891 lib/services/systemd.c     const char *method = NULL;
method            918 lib/services/systemd.c         method = "StartUnit";
method            922 lib/services/systemd.c         method = "StopUnit";
method            926 lib/services/systemd.c         method = "RestartUnit";
method            938 lib/services/systemd.c               method, unit, crm_str(op->rsc));
method            940 lib/services/systemd.c     msg = systemd_new_method(method);
method            208 lib/services/upstart.c     const char *method = "GetAllJobs";
method            224 lib/services/upstart.c                                        method); // method name
method            231 lib/services/upstart.c         crm_err("Call to %s failed: %s", method, error.message);
method            236 lib/services/upstart.c         crm_err("Call to %s failed: Message has no arguments", method);
method            242 lib/services/upstart.c         crm_err("Call to %s failed: Message has invalid arguments", method);
method            292 lib/services/upstart.c     const char *method = "GetAllInstances";
method            303 lib/services/upstart.c                                        method); // method name
method            311 lib/services/upstart.c         crm_err("Call to %s failed: %s", method, error.message);
method            316 lib/services/upstart.c         crm_err("Call to %s failed: no reply", method);
method            320 lib/services/upstart.c         crm_err("Call to %s failed: Message has no arguments", method);
method            325 lib/services/upstart.c         crm_err("Call to %s failed: Message has invalid arguments", method);