method            153 lib/common/logging.c set_format_string(int method, const char *daemon, pid_t use_pid,
method            156 lib/common/logging.c     if (method == QB_LOG_SYSLOG) {
method            158 lib/common/logging.c         crm_extended_logging(method, QB_FALSE);
method            159 lib/common/logging.c         qb_log_format_set(method, "%g %p: %b");
method            167 lib/common/logging.c         if (method > QB_LOG_STDERR) {
method            186 lib/common/logging.c         qb_log_format_set(method, fmt);
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             65 lib/services/systemd.c systemd_new_method(const char *method)
method             67 lib/services/systemd.c     crm_trace("Calling: %s on " BUS_NAME_MANAGER, method);
method             69 lib/services/systemd.c                                         method);
method            104 lib/services/systemd.c systemd_call_simple_method(const char *method)
method            106 lib/services/systemd.c     DBusMessage *msg = systemd_new_method(method);
method            114 lib/services/systemd.c         crm_err("Could not create message to send %s to systemd", method);
method            124 lib/services/systemd.c                 method, error.message, error.name);
method            129 lib/services/systemd.c         crm_err("Could not send %s to systemd: no reply received", method);
method            952 lib/services/systemd.c     const char *method = NULL;
method            981 lib/services/systemd.c         method = "StartUnit";
method            985 lib/services/systemd.c         method = "StopUnit";
method            989 lib/services/systemd.c         method = "RestartUnit";
method           1004 lib/services/systemd.c               method, unit,
method           1007 lib/services/systemd.c     msg = systemd_new_method(method);
method            209 lib/services/upstart.c     const char *method = "GetAllJobs";
method            225 lib/services/upstart.c                                        method); // method name
method            232 lib/services/upstart.c         crm_err("Call to %s failed: %s", method, error.message);
method            237 lib/services/upstart.c         crm_err("Call to %s failed: Message has no arguments", method);
method            243 lib/services/upstart.c         crm_err("Call to %s failed: Message has invalid arguments", method);
method            293 lib/services/upstart.c     const char *method = "GetAllInstances";
method            304 lib/services/upstart.c                                        method); // method name
method            312 lib/services/upstart.c         crm_info("Call to %s failed: %s", method, error.message);
method            317 lib/services/upstart.c         crm_info("Call to %s failed: no reply", method);
method            321 lib/services/upstart.c         crm_info("Call to %s failed: Message has no arguments", method);
method            326 lib/services/upstart.c         crm_info("Call to %s failed: Message has invalid arguments", method);