method            167 lib/common/logging.c set_format_string(int method, const char *daemon, pid_t use_pid,
method            170 lib/common/logging.c     if (method == QB_LOG_SYSLOG) {
method            172 lib/common/logging.c         qb_log_ctl(method, QB_LOG_CONF_EXTENDED, QB_FALSE);
method            173 lib/common/logging.c         qb_log_format_set(method, "%g %p: %b");
method            181 lib/common/logging.c         if (method > QB_LOG_STDERR) {
method            200 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             72 lib/services/systemd.c systemd_new_method(const char *method)
method             74 lib/services/systemd.c     crm_trace("Calling: %s on " BUS_NAME_MANAGER, method);
method             76 lib/services/systemd.c                                         method);
method            111 lib/services/systemd.c systemd_call_simple_method(const char *method)
method            120 lib/services/systemd.c     msg = systemd_new_method(method);
method            123 lib/services/systemd.c         crm_err("Could not create message to send %s to systemd", method);
method            133 lib/services/systemd.c                 method, error.message, error.name);
method            138 lib/services/systemd.c         crm_err("Could not send %s to systemd: no reply received", method);
method           1239 lib/services/systemd.c     const char *method = NULL;
method           1270 lib/services/systemd.c         method = "StartUnit";
method           1284 lib/services/systemd.c         method = "StopUnit";
method           1288 lib/services/systemd.c         method = "RestartUnit";
method           1303 lib/services/systemd.c               method, unit,
method           1306 lib/services/systemd.c     msg = systemd_new_method(method);