Searched refs:facility (Results 1 – 10 of 10) sorted by relevance
/systemd-251/src/journal-remote/ |
D | log-generator.py | 36 facility = 6 variable 59 facility=facility,
|
/systemd-251/src/basic/ |
D | syslog-util.c | 84 bool log_facility_unshifted_is_valid(int facility) { in log_facility_unshifted_is_valid() argument 85 return facility >= 0 && facility <= LOG_FAC(~0); in log_facility_unshifted_is_valid()
|
D | log.h | 58 void log_set_facility(int facility);
|
D | log.c | 370 void log_set_facility(int facility) { in log_set_facility() argument 371 log_facility = facility; in log_set_facility()
|
/systemd-251/shell-completion/zsh/ |
D | _journalctl | 113 '--facility=[Filter messages by facility]:facility:_journalctl_facilities' \
|
/systemd-251/shell-completion/bash/ |
D | journalctl | 48 [ARG]='-b --boot -D --directory --file -F --field -t --identifier --facility 85 --facility)
|
/systemd-251/ |
D | LICENSE.LGPL2.1 | 175 d) If a facility in the modified Library refers to a function or a 177 the facility, other than as an argument passed when the facility 180 table, the facility still operates, and performs whatever part of
|
D | NEWS | 3833 user as they log in. This facility is intended to allow associating 10801 table rescan in udev's "watch" facility, and if needed 12749 distribution-specific LSB facility names when parsing init
|
/systemd-251/LICENSES/ |
D | LGPL-2.0-or-later.txt | 66 …facility in the modified Library refers to a function or a table of data to be supplied by an appl…
|
/systemd-251/src/core/ |
D | dbus-execute.c | 2270 int32_t facility; in bus_exec_context_set_transient_property() local 2272 r = sd_bus_message_read(message, "i", &facility); in bus_exec_context_set_transient_property() 2276 if (!log_facility_unshifted_is_valid(facility)) in bus_exec_context_set_transient_property() 2280 c->syslog_priority = (facility << 3) | LOG_PRI(c->syslog_priority); in bus_exec_context_set_transient_property() 2281 unit_write_settingf(u, flags, name, "SyslogFacility=%i", facility); in bus_exec_context_set_transient_property()
|