/systemd-251/src/libsystemd/sd-bus/ |
D | bus-error.c | 195 bool bus_error_is_dirty(sd_bus_error *e) { in bus_error_is_dirty() 202 _public_ void sd_bus_error_free(sd_bus_error *e) { in sd_bus_error_free() 214 _public_ int sd_bus_error_set(sd_bus_error *e, const char *name, const char *message) { in sd_bus_error_set() 240 int bus_error_setfv(sd_bus_error *e, const char *name, const char *format, va_list ap) { in bus_error_setfv() 273 _public_ int sd_bus_error_setf(sd_bus_error *e, const char *name, const char *format, ...) { in sd_bus_error_setf() 292 _public_ int sd_bus_error_copy(sd_bus_error *dest, const sd_bus_error *e) { in sd_bus_error_copy() 326 _public_ int sd_bus_error_move(sd_bus_error *dest, sd_bus_error *e) { in sd_bus_error_move() 348 _public_ int sd_bus_error_set_const(sd_bus_error *e, const char *name, const char *message) { in sd_bus_error_set_const() 362 _public_ int sd_bus_error_is_set(const sd_bus_error *e) { in sd_bus_error_is_set() 369 _public_ int sd_bus_error_has_name(const sd_bus_error *e, const char *name) { in sd_bus_error_has_name() [all …]
|
D | test-bus-marshal.c | 29 _cleanup_free_ char *a = NULL, *b = NULL, *c = NULL, *d = NULL, *e = NULL; in test_bus_path_encode_unique() local 39 … _cleanup_free_ char *a = NULL, *b = NULL, *c = NULL, *d = NULL, *e = NULL, *f = NULL, *g = NULL; in test_bus_path_encode() local 58 _cleanup_free_ char *a = NULL, *b = NULL, *c = NULL, *d = NULL, *e = NULL, *f = NULL; in test_bus_path_encode_many() local
|
/systemd-251/src/basic/ |
D | inotify-util.h | 13 #define _FOREACH_INOTIFY_EVENT(e, buffer, sz, log_level, start, end) \ argument 23 #define _FOREACH_INOTIFY_EVENT_FULL(e, buffer, sz, log_level) \ argument 26 #define FOREACH_INOTIFY_EVENT(e, buffer, sz) \ argument 29 #define FOREACH_INOTIFY_EVENT_WARN(e, buffer, sz) \ argument
|
D | env-util.c | 28 static bool env_name_is_valid_n(const char *e, size_t n) { in env_name_is_valid_n() 53 bool env_name_is_valid(const char *e) { in env_name_is_valid() 57 bool env_value_is_valid(const char *e) { in env_value_is_valid() 77 bool env_assignment_is_valid(const char *e) { in env_assignment_is_valid() 98 bool strv_env_is_valid(char **e) { in strv_env_is_valid() 501 char **strv_env_clean_with_callback(char **e, void (*invalid_callback)(const char *p, void *userdat… in strv_env_clean_with_callback() 547 … const char *e, *word = format, *test_value = NULL; /* test_value is initialized to appease gcc */ in replace_env_n() local 708 char *e; in replace_env_argv() local 760 const char *e; in getenv_bool() local 770 const char *e; in getenv_bool_secure() local [all …]
|
D | unit-name.c | 43 const char *e, *i, *at; in unit_name_is_valid() local 206 const char *e; in unit_name_to_type() local 221 char *e; in unit_name_change_suffix() local 460 const char *p, *e; in unit_name_replace_instance() local 493 const char *p, *e; in unit_name_template() local 831 char *e; in slice_build_subslice() local 847 const char *p, *e; in slice_name_is_valid() local
|
D | hashmap.c | 118 struct ordered_hashmap_entry e[_IDX_SWAP_END - _IDX_SWAP_BEGIN]; member 506 static void* entry_value(HashmapBase *h, struct hashmap_base_entry *e) { in entry_value() 577 struct ordered_hashmap_entry *e; in hashmap_iterate_in_insertion_order() local 647 struct hashmap_base_entry *e; in hashmap_iterate_in_internal_order() local 709 struct hashmap_base_entry *e; in _hashmap_iterate() local 1204 struct hashmap_base_entry *e; in base_bucket_scan() local 1231 struct plain_hashmap_entry *e; in hashmap_put() local 1253 struct hashmap_base_entry *e; in set_put() local 1294 struct plain_hashmap_entry *e; in hashmap_replace() local 1327 struct plain_hashmap_entry *e; in hashmap_update() local [all …]
|
D | path-lookup.c | 21 const char *e; in xdg_user_runtime_dir() local 41 const char *e; in xdg_user_config_dir() local 66 const char *e; in xdg_user_data_dir() local 118 const char *e; in xdg_user_dirs() local 258 const char *e; in acquire_generator_dirs() local 481 const char *e; in get_paths_from_environ() local
|
D | unit-def.c | 10 _cleanup_free_ char *e = NULL; in unit_dbus_path_from_name() local 22 const char *e; in unit_name_from_dbus_path() local
|
D | proc-cmdline.c | 20 const char *e; in proc_cmdline() local 195 const char *e; in cmdline_get_key() local 352 const char *k, *e; in proc_cmdline_get_key_many_internal() local
|
/systemd-251/src/libsystemd/sd-event/ |
D | sd-event.c | 164 static sd_event *event_resolve(sd_event *e) { in event_resolve() 320 static sd_event *event_free(sd_event *e) { in event_free() 363 sd_event *e; in sd_event_new() local 428 static bool event_pid_changed(sd_event *e) { in event_pid_changed() 565 static struct clock_data* event_get_clock_data(sd_event *e, EventSourceType t) { in event_get_clock_data() 590 static void event_free_signal_data(sd_event *e, struct signal_data *d) { in event_free_signal_data() 602 sd_event *e, in event_make_signal_data() 690 static void event_unmask_signal_data(sd_event *e, struct signal_data *d, int sig) { in event_unmask_signal_data() 718 static void event_gc_signal_data(sd_event *e, const int64_t *priority, int sig) { in event_gc_signal_data() 1050 static sd_event_source *source_new(sd_event *e, bool floating, EventSourceType type) { in source_new() [all …]
|
D | event-util.c | 12 sd_event *e, in event_reset_time() 89 sd_event *e, in event_reset_time_relative() 126 int event_add_time_change(sd_event *e, sd_event_source **ret, sd_event_io_handler_t callback, void … in event_add_time_change()
|
/systemd-251/src/login/ |
D | logind-button.c | 18 #define CONST_MAX5(a, b, c, d, e) CONST_MAX(CONST_MAX(a, b), CONST_MAX(CONST_MAX(c, d), e)) argument 95 static int button_recheck(sd_event_source *e, void *userdata) { in button_recheck() 121 static int long_press_of_power_key_handler(sd_event_source *e, uint64_t usec, void *userdata) { in long_press_of_power_key_handler() 137 static int long_press_of_reboot_key_handler(sd_event_source *e, uint64_t usec, void *userdata) { in long_press_of_reboot_key_handler() 153 static int long_press_of_suspend_key_handler(sd_event_source *e, uint64_t usec, void *userdata) { in long_press_of_suspend_key_handler() 169 static int long_press_of_hibernate_key_handler(sd_event_source *e, uint64_t usec, void *userdata) { in long_press_of_hibernate_key_handler() 185 static void start_long_press(Manager *m, sd_event_source **e, sd_event_time_handler_t callback) { in start_long_press()
|
/systemd-251/src/shared/ |
D | import-util.c | 44 const char *e, *p, *h; in import_url_last_component() local 84 const char *e, *h; in import_url_change_suffix() local 138 const char *e; in tar_strip_suffixes() local 186 char *e; in raw_strip_suffixes() local
|
D | bus-util.c | 26 sd_event *e = userdata; in name_owner_change_callback() local 55 int bus_async_unregister_and_exit(sd_event *e, sd_bus *bus, const char *name) { in bus_async_unregister_and_exit() 95 sd_event *e, in bus_event_loop_with_idle() 236 const char *e; in bus_connect_user_systemd() local 511 const char *e; in bus_open_system_watch_bind_with_description() local
|
/systemd-251/src/cryptsetup/cryptsetup-tokens/ |
D | cryptsetup-token-util.h | 17 #define crypt_log_full_errno(cd, e, lvl, ...) ({ \ argument 25 #define crypt_log_debug_errno(cd, e, ...) \ argument 28 #define crypt_log_error_errno(cd, e, ...) \ argument
|
/systemd-251/src/libsystemd-network/ |
D | test-lldp-rx.c | 37 static int start_lldp_rx(sd_lldp_rx **lldp_rx, sd_event *e, sd_lldp_rx_callback_t cb, void *cb_data… in start_lldp_rx() 80 static void test_receive_basic_packet(sd_event *e) { in test_receive_basic_packet() 143 static void test_receive_incomplete_packet(sd_event *e) { in test_receive_incomplete_packet() 170 static void test_receive_oui_packet(sd_event *e) { in test_receive_oui_packet() 236 static void test_multiple_neighbors_sorted(sd_event *e) { in test_multiple_neighbors_sorted()
|
D | test-dhcp-client.c | 35 static void test_request_basic(sd_event *e) { in test_request_basic() 95 static void test_request_anonymize(sd_event *e) { in test_request_anonymize() 270 static void test_discover_message(sd_event *e) { in test_discover_message() 396 sd_event *e = userdata; in test_addr_acq_acquired() local 488 static void test_addr_acq(sd_event *e) { in test_addr_acq()
|
D | test-ipv4ll.c | 76 static void test_public_api_setters(sd_event *e) { in test_public_api_setters() 125 static void test_basic_request(sd_event *e) { in test_basic_request()
|
D | test-ndisc-rs.c | 227 sd_event *e = userdata; in test_callback() local 261 sd_event *e; in TEST() local 348 sd_event *e; in TEST() local
|
/systemd-251/src/import/ |
D | export-tar.c | 53 TarExport *tar_export_unref(TarExport *e) { in tar_export_unref() argument 116 static void tar_export_report_progress(TarExport *e) { in tar_export_report_progress() 141 static int tar_export_finish(TarExport *e) { in tar_export_finish() 160 static int tar_export_process(TarExport *e) { in tar_export_process() 253 int tar_export_start(TarExport *e, const char *path, int fd, ImportCompressType compress) { in tar_export_start()
|
D | export-raw.c | 61 RawExport *raw_export_unref(RawExport *e) { in raw_export_unref() argument 115 static void raw_export_report_progress(RawExport *e) { in raw_export_report_progress() 136 static int raw_export_process(RawExport *e) { in raw_export_process() 276 int raw_export_start(RawExport *e, const char *path, int fd, ImportCompressType compress) { in raw_export_start()
|
/systemd-251/src/core/ |
D | transaction.c | 215 static int transaction_merge_jobs(Transaction *tr, sd_bus_error *e) { in transaction_merge_jobs() 344 …action_verify_order_one(Transaction *tr, Job *j, Job *from, unsigned generation, sd_bus_error *e) { in transaction_verify_order_one() 476 static int transaction_verify_order(Transaction *tr, unsigned *generation, sd_bus_error *e) { in transaction_verify_order() 530 static int transaction_is_destructive(Transaction *tr, JobMode mode, sd_bus_error *e) { in transaction_is_destructive() 690 sd_bus_error *e) { in transaction_activate() 871 …d_propagate_reload_jobs(Transaction *tr, Unit *unit, Job *by, bool ignore_order, sd_bus_error *e) { in transaction_add_propagate_reload_jobs() 903 sd_bus_error *e) { in transaction_add_job_and_dependencies()
|
/systemd-251/src/libsystemd/sd-path/ |
D | sd-path.c | 21 const char *e; in from_environment() local 47 const char *e = NULL; in from_home_dir() local 102 char *l, *p, *e; in from_user_dir() local 449 const char *e; in search_from_environment() local
|
/systemd-251/man/ |
D | event-quick-child.c | 22 sd_event *e = NULL; in main() local
|
/systemd-251/src/nss-systemd/ |
D | nss-systemd.c | 294 int e; in _nss_systemd_getpwnam_r() local 342 int e; in _nss_systemd_getpwuid_r() local 386 int e; in _nss_systemd_getspnam_r() local 433 int e; in _nss_systemd_getgrnam_r() local 478 int e; in _nss_systemd_getgrgid_r() local 522 int e; in _nss_systemd_getsgnam_r() local
|