/systemd-251/src/network/ |
D | networkd-wiphy.h | 27 #define log_wiphy_full_errno_zerook(w, level, error, ...) \ argument 33 #define log_wiphy_full_errno(w, level, error, ...) \ argument 40 #define log_wiphy_full(w, level, ...) (void) log_wiphy_full_errno_zerook(w, level, 0, __VA_ARGS__) argument 42 #define log_wiphy_debug(w, ...) log_wiphy_full(w, LOG_DEBUG, __VA_ARGS__) argument 43 #define log_wiphy_info(w, ...) log_wiphy_full(w, LOG_INFO, __VA_ARGS__) argument 44 #define log_wiphy_notice(w, ...) log_wiphy_full(w, LOG_NOTICE, __VA_ARGS__) argument 45 #define log_wiphy_warning(w, ...) log_wiphy_full(w, LOG_WARNING, __VA_ARGS__) argument 46 #define log_wiphy_error(w, ...) log_wiphy_full(w, LOG_ERR, __VA_ARGS__) argument 48 #define log_wiphy_debug_errno(w, error, ...) log_wiphy_full_errno(w, LOG_DEBUG, error, __VA_ARGS_… argument 49 #define log_wiphy_info_errno(w, error, ...) log_wiphy_full_errno(w, LOG_INFO, error, __VA_ARGS__) argument [all …]
|
D | networkd-wiphy.c | 11 Wiphy *wiphy_free(Wiphy *w) { in wiphy_free() 53 Wiphy *w; in wiphy_get_by_index() local 68 Wiphy *w; in wiphy_get_by_name() local 83 static int wiphy_update_name(Wiphy *w, sd_netlink_message *message) { in wiphy_update_name() 110 static int wiphy_update(Wiphy *w, sd_netlink_message *message) { in wiphy_update() 127 Wiphy *w = NULL; in manager_genl_process_nl80211_wiphy() local
|
D | networkd-network.c | 905 _cleanup_free_ char *w = NULL, *normalized = NULL; in config_parse_domains() local 1021 _cleanup_free_ char *w = NULL; in config_parse_dns() local 1080 _cleanup_free_ char *w = NULL; in config_parse_dnssec_negative_trust_anchors() local 1132 _cleanup_free_ char *w = NULL; in config_parse_ntp() local
|
/systemd-251/src/journal-remote/ |
D | journal-remote-write.c | 21 Writer *w; in writer_new() local 39 static Writer* writer_free(Writer *w) { in writer_free() 61 int writer_write(Writer *w, in writer_write()
|
/systemd-251/src/network/netdev/ |
D | wlan.c | 15 WLan *w; in wlan_done() local 27 WLan *w; in wlan_init() local 40 WLan *w; in wlan_get_wiphy() local 60 WLan *w; in wlan_fill_message() local 148 WLan *w; in wlan_verify() local 182 WLan *w = userdata; in config_parse_wiphy() local
|
D | wireguard.c | 70 static int wireguard_peer_new_static(Wireguard *w, const char *filename, unsigned section_line, Wir… in wireguard_peer_new_static() 230 Wireguard *w; in wireguard_set_interface() local 432 Wireguard *w; in wireguard_resolve_endpoints() local 542 Wireguard *w; in config_parse_wireguard_private_key() local 564 Wireguard *w; in config_parse_wireguard_private_key_file() local 598 Wireguard *w; in config_parse_wireguard_peer_key() local 633 Wireguard *w; in config_parse_wireguard_preshared_key_file() local 678 Wireguard *w; in config_parse_wireguard_allowed_ips() local 757 Wireguard *w; in config_parse_wireguard_endpoint() local 849 Wireguard *w; in config_parse_wireguard_keepalive() local [all …]
|
D | vlan.c | 147 _cleanup_free_ char *w = NULL; in config_parse_vlan_qos_maps() local
|
/systemd-251/src/login/ |
D | logind-brightness.c | 47 static BrightnessWriter* brightness_writer_free(BrightnessWriter *w) { in brightness_writer_free() 75 static void brightness_writer_reply(BrightnessWriter *w, int error) { in brightness_writer_reply() 99 BrightnessWriter *w = userdata; in on_brightness_writer_exit() local 132 static int brightness_writer_fork(BrightnessWriter *w) { in brightness_writer_fork()
|
D | logind-inhibit.c | 214 InhibitWhat w; in inhibitor_load() local 397 InhibitWhat w, in manager_is_inhibited() 444 const char *inhibit_what_to_string(InhibitWhat w) { in inhibit_what_to_string()
|
/systemd-251/src/test/ |
D | test-specifier.c | 66 _cleanup_free_ char *w = NULL; in TEST() local 98 _cleanup_free_ char *w = NULL; in TEST() local 119 _cleanup_free_ char *w = NULL; in TEST() local
|
D | test-env-file.c | 147 _cleanup_free_ char *j = NULL, *w = NULL, *cmd = NULL, *from_shell = NULL; in TEST() local
|
/systemd-251/src/libsystemd/sd-journal/ |
D | mmap-cache.c | 88 static void window_unlink(Window *w) { in window_unlink() 111 static void window_invalidate(Window *w) { in window_invalidate() 127 static void window_free(Window *w) { in window_free() 135 _pure_ static bool window_matches(Window *w, uint64_t offset, size_t size) { in window_matches() 144 _pure_ static bool window_matches_fd(Window *w, MMapFileDescriptor *f, uint64_t offset, size_t size… in window_matches_fd() 154 Window *w; in window_add() local 188 Window *w; in context_detach_window() local 215 static void context_attach_window(MMapCache *m, Context *c, Window *w) { in context_attach_window() 373 Window *w; in add_mmap() local
|
/systemd-251/src/shared/ |
D | psi-util.c | 43 char *w; in read_resource_pressure() local 64 _cleanup_free_ char *w = word; in read_resource_pressure() local
|
D | cryptsetup-util.c | 211 JsonVariant *w; in cryptsetup_get_token_as_json() local 229 JsonVariant *w; in cryptsetup_get_keyslot_from_token() local
|
/systemd-251/src/systemctl/ |
D | systemctl-start-unit.c | 61 BusWaitForJobs *w, in start_unit_one() 181 BusWaitForJobs *w) { in enqueue_marked_jobs()
|
/systemd-251/src/cryptenroll/ |
D | cryptenroll-list.c | 43 JsonVariant *w, *z; in list_enrolled() local
|
D | cryptenroll-wipe.c | 104 JsonVariant *w, *z; in find_slots_by_mask() local 205 JsonVariant *w, *z; in find_slot_tokens() local
|
D | cryptenroll-tpm2.c | 30 JsonVariant *w; in search_policy_hash() local
|
/systemd-251/src/basic/ |
D | devnum-util.c | 111 const char *w; in device_path_parse_major_minor() local
|
D | utf8.c | 240 int w; in utf8_escape_non_printable_full() local 600 int w; in utf8_console_width() local
|
/systemd-251/src/cryptsetup/ |
D | cryptsetup-pkcs11.c | 113 JsonVariant *w; in find_pkcs11_auto_data() local
|
/systemd-251/src/cryptsetup/cryptsetup-tokens/ |
D | luks2-fido2.c | 87 JsonVariant *w; in parse_luks2_fido2_data() local
|
D | luks2-tpm2.c | 76 JsonVariant *w, *e; in parse_luks2_tpm2_data() local
|
D | cryptsetup-token-systemd-pkcs11.c | 114 JsonVariant *w; in cryptsetup_token_validate() local
|
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-dump.c | 335 int r, q, v, w, z; in bus_creds_dump() local 596 size_t w; in bus_message_pcap_frame() local
|