/systemd-251/src/basic/ |
D | stdio-util.h | 12 #define snprintf_ok(buf, len, fmt, ...) \ argument 20 #define xsprintf(buf, fmt, ...) \ argument
|
D | log.h | 227 #define log_full(level, fmt, ...) \ argument 307 # define LOG_MESSAGE(fmt, ...) "MESSAGE=%.0d" fmt, (_log_message_dummy && printf(fmt, ##__VA_ARGS_… argument 309 # define LOG_MESSAGE(fmt, ...) "MESSAGE=" fmt, ##__VA_ARGS__ argument
|
/systemd-251/src/libsystemd-network/ |
D | network-common.h | 6 #define log_interface_prefix_full_errno_zerook(prefix, type, val, error, fmt, ...) \ argument 22 #define log_interface_prefix_full_errno(prefix, type, val, error, fmt, ...) \ argument
|
D | dhcp-internal.h | 75 #define log_dhcp_client_errno(client, error, fmt, ...) \ argument 80 #define log_dhcp_client(client, fmt, ...) \ argument
|
D | ndisc-internal.h | 42 #define log_ndisc_errno(ndisc, error, fmt, ...) \ argument 47 #define log_ndisc(ndisc, fmt, ...) \ argument
|
D | lldp-rx-internal.h | 39 #define log_lldp_rx_errno(lldp_rx, error, fmt, ...) \ argument 44 #define log_lldp_rx(lldp_rx, fmt, ...) \ argument
|
D | dhcp6-internal.h | 92 #define log_dhcp6_client_errno(client, error, fmt, ...) \ argument 97 #define log_dhcp6_client(client, fmt, ...) \ argument
|
D | radv-internal.h | 174 #define log_radv_errno(radv, error, fmt, ...) \ argument 179 #define log_radv(radv, fmt, ...) \ argument
|
D | sd-ipv4ll.c | 55 #define log_ipv4ll_errno(ll, error, fmt, ...) \ argument 60 #define log_ipv4ll(ll, fmt, ...) \ argument
|
D | dhcp-server-internal.h | 118 #define log_dhcp_server_errno(server, error, fmt, ...) \ argument 123 #define log_dhcp_server(server, fmt, ...) \ argument
|
D | sd-ipv4acd.c | 80 #define log_ipv4acd_errno(acd, error, fmt, ...) \ argument 85 #define log_ipv4acd(acd, fmt, ...) \ argument
|
D | sd-lldp-tx.c | 69 #define log_lldp_tx_errno(lldp_tx, error, fmt, ...) \ argument 74 #define log_lldp_tx(lldp_tx, fmt, ...) \ argument
|
/systemd-251/src/core/ |
D | dbus-util.h | 11 #define BUS_DEFINE_SET_TRANSIENT(function, bus_type, type, cast_type, fmt) \ argument 38 #define BUS_DEFINE_SET_TRANSIENT_IS_VALID(function, bus_type, type, cast_type, fmt, check) \ argument 69 #define BUS_DEFINE_SET_TRANSIENT_TO_STRING(function, bus_type, type, cast_type, fmt, to_string) \ argument 102 #define BUS_DEFINE_SET_TRANSIENT_TO_STRING_ALLOC(function, bus_type, type, cast_type, fmt, to_strin… argument
|
D | selinux-setup.c | 21 static int null_log(int type, const char *fmt, ...) { in null_log()
|
D | selinux-access.c | 97 _printf_(2, 3) static int log_callback(int type, const char *fmt, ...) { in log_callback()
|
/systemd-251/src/journal-remote/ |
D | microhttpd-util.c | 19 void microhttpd_logger(void *arg, const char *fmt, va_list ap) { in microhttpd_logger() 51 const char *fmt; in mhd_respond() local 69 const char *fmt; in mhd_respondf() local
|
/systemd-251/src/boot/efi/ |
D | util.h | 44 #define xpool_print(fmt, ...) ((CHAR16 *) ASSERT_SE_PTR(PoolPrint((fmt), ##__VA_ARGS__))) argument 103 #define log_error_status_stall(err, fmt, ...) \ argument
|
D | util.c | 429 void log_error_stall(const CHAR16 *fmt, ...) { in log_error_stall()
|
/systemd-251/hwdb.d/ |
D | parse_hwdb.py | 193 def error(fmt, *args, **kwargs): argument
|
/systemd-251/src/shared/ |
D | bus-print-properties.c | 33 …(const char *name, const char *expected_value, BusPrintPropertyFlags flags, const char *fmt, ...) { in bus_print_property_valuef()
|
D | log-link.h | 58 #define LOG_LINK_MESSAGE(link, fmt, ...) "MESSAGE=%s: " fmt, (link)->ifname, ##__VA_ARGS__ argument
|
D | varlink.c | 211 #define varlink_log_errno(v, error, fmt, ...) \ argument 214 #define varlink_log(v, fmt, ...) \ argument 217 #define varlink_server_log_errno(s, error, fmt, ...) \ argument 220 #define varlink_server_log(s, fmt, ...) \ argument
|
/systemd-251/src/locale/ |
D | localed.c | 558 const char *fmt; in log_xkb() local
|
/systemd-251/src/udev/ |
D | udev-builtin-path_id.c | 27 static void path_prepend(char **path, const char *fmt, ...) { in path_prepend()
|
/systemd-251/src/network/netdev/ |
D | netdev.h | 258 #define LOG_NETDEV_MESSAGE(netdev, fmt, ...) "MESSAGE=%s: " fmt, (netdev)->ifname, ##__VA_ARGS__ argument
|