Searched refs:_dbus_system_log (Results 1 – 6 of 6) sorted by relevance
/external/dbus/test/internals/ |
D | syslog.c | 58 _dbus_system_log (DBUS_SYSTEM_LOG_FATAL, MESSAGE "%d", 23); in test_syslog() 70 _dbus_system_log (DBUS_SYSTEM_LOG_INFO, MESSAGE "%d", 42); in test_syslog() 71 _dbus_system_log (DBUS_SYSTEM_LOG_SECURITY, MESSAGE "%d", 666); in test_syslog() 80 _dbus_system_log (DBUS_SYSTEM_LOG_INFO, MESSAGE "%d", 42); in test_syslog() 81 _dbus_system_log (DBUS_SYSTEM_LOG_SECURITY, MESSAGE "%d", 666); in test_syslog()
|
/external/dbus/dbus/ |
D | dbus-sysdeps.h | 448 void _dbus_system_log (DBusSystemLogSeverity severity, const char *msg, ...) _DBUS_GNUC_PRINTF (2, …
|
D | dbus-sysdeps-util-unix.c | 443 _dbus_system_log (DBusSystemLogSeverity severity, const char *msg, ...) in _dbus_system_log() function
|
D | dbus-sysdeps-util-win.c | 279 _dbus_system_log (DBusSystemLogSeverity severity, const char *msg, ...) in _dbus_system_log() function
|
/external/dbus/bus/ |
D | bus.c | 1329 _dbus_system_log (severity, "%s", _dbus_string_get_const_data (&full_msg)); in bus_context_log()
|
D | config-parser.c | 2261 _dbus_system_log (DBUS_SYSTEM_LOG_INFO, in include_dir()
|