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 562 lib/common/schemas.c validate_with(xmlNode *xml, int method, xmlRelaxNGValidityErrorFunc error_handler, void* error_handler_context) method 569 lib/common/schemas.c if (method < 0) { method 573 lib/common/schemas.c schema = &(known_schemas[method]); method 595 lib/common/schemas.c known_schemas[method].validator); method 604 lib/common/schemas.c validate_with_silent(xmlNode *xml, int method) method 608 lib/common/schemas.c rc = validate_with(xml, method, (xmlRelaxNGValidityErrorFunc) xml_log, GUINT_TO_POINTER(LOG_ERR)); 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 937 lib/services/systemd.c const char *method = NULL; method 966 lib/services/systemd.c method = "StartUnit"; method 970 lib/services/systemd.c method = "StopUnit"; method 974 lib/services/systemd.c method = "RestartUnit"; method 989 lib/services/systemd.c method, unit, method 992 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_info("Call to %s failed: %s", method, error.message); method 316 lib/services/upstart.c crm_info("Call to %s failed: no reply", method); method 320 lib/services/upstart.c crm_info("Call to %s failed: Message has no arguments", method); method 325 lib/services/upstart.c crm_info("Call to %s failed: Message has invalid arguments", method);