Searched refs:LOG_MESSAGE (Results 1 - 18 of 18) sorted by relevance
/systemd/src/journal/ |
H A D | journald.c | 60 LOG_MESSAGE("Journal started"), 113 LOG_MESSAGE("Journal stopped"),
|
H A D | journald-kmsg.c | 160 LOG_MESSAGE("Missed %"PRIu64" kernel messages",
|
H A D | journald-syslog.c | 450 LOG_MESSAGE("Forwarding to syslog missed %u messages.",
|
H A D | journald-server.c | 176 LOG_MESSAGE("%s (%s) is %s, max %s, %s free.", 970 LOG_MESSAGE("Suppressed %u messages from %s", rl - 1, path), 1144 LOG_MESSAGE("Time spent on flushing to /var is %s for %u entries.",
|
/systemd/src/login/ |
H A D | logind-button.c | 160 LOG_MESSAGE("Power key pressed."), 175 LOG_MESSAGE("Suspend key pressed."), 184 LOG_MESSAGE("Hibernate key pressed."), 196 LOG_MESSAGE("Lid closed."), 206 LOG_MESSAGE("System docked."), 217 LOG_MESSAGE("Lid opened."), 226 LOG_MESSAGE("System undocked."),
|
H A D | logind-seat.c | 424 LOG_MESSAGE("New seat %s.", s->id), 452 LOG_MESSAGE("Removed seat %s.", s->id),
|
H A D | logind-session.c | 579 LOG_MESSAGE("New session %s of user %s.", s->id, s->user->name), 684 LOG_MESSAGE("Removed session %s.", s->id),
|
/systemd/src/sleep/ |
H A D | sleep.c | 113 LOG_MESSAGE("Suspending system..."), 123 LOG_MESSAGE("System resumed."),
|
/systemd/src/basic/ |
H A D | log.h | 214 #define LOG_MESSAGE(fmt, ...) "MESSAGE=" fmt, ##__VA_ARGS__ macro
|
H A D | log.c | 1157 LOG_MESSAGE("[%s:%u] %s", config_file, config_line, buffer), 1166 LOG_MESSAGE("[%s:%u] %s", config_file, config_line, buffer),
|
/systemd/src/machine/ |
H A D | machine.c | 416 LOG_MESSAGE("New machine %s.", m->name), 479 LOG_MESSAGE("Machine %s terminated.", m->name),
|
/systemd/src/timedate/ |
H A D | timedated.c | 404 LOG_MESSAGE("Changed time zone to '%s'.", c->zone), 582 LOG_MESSAGE("Changed local time to %s", ctime(&ts.tv_sec)),
|
/systemd/src/core/ |
H A D | job.c | 784 LOG_MESSAGE("%s", buf), 793 LOG_MESSAGE("%s", buf),
|
H A D | manager.c | 1950 LOG_MESSAGE("Time has been changed"), 2645 LOG_MESSAGE("Startup finished in %s (kernel) + %s (initrd) + %s (userspace) = %s.", 2659 LOG_MESSAGE("Startup finished in %s (kernel) + %s (userspace) = %s.", 2672 LOG_MESSAGE("Startup finished in %s.",
|
H A D | unit.c | 1415 /* Note that we deliberately use LOG_MESSAGE() instead of 1424 LOG_MESSAGE("%s", buf),
|
/systemd/src/resolve/ |
H A D | resolved-dns-server.c | 558 LOG_MESSAGE("Server %s does not support DNSSEC, downgrading to non-DNSSEC mode.", dns_server_string(server)),
|
H A D | resolved-dns-trust-anchor.c | 595 LOG_MESSAGE("DNSSEC Trust anchor %s has been revoked. Please update the trust anchor, or upgrade your operating system."), strna(dns_resource_record_to_string(rr)),
|
H A D | resolved-dns-transaction.c | 296 LOG_MESSAGE("DNSSEC validation failed for question %s: %s", dns_transaction_key_string(t), dnssec_result_to_string(t->answer_dnssec_result)),
|
Completed in 76 milliseconds