/systemd-251/src/core/ |
D | unit.c | 379 Unit *other; in unit_success_failure_handler_has_jobs() local 570 for (Unit *other; (other = hashmap_steal_first_key(deps));) { in unit_clear_dependencies() local 864 static int unit_merge_names(Unit *u, Unit *other) { in unit_merge_names() 890 static int unit_reserve_dependencies(Unit *u, Unit *other) { in unit_reserve_dependencies() 964 Unit *other, in unit_per_dependency_type_hashmap_update() 1007 Unit *other, in unit_add_dependency_hashmap() 1046 Unit *other) { in unit_merge_dependencies() 1136 int unit_merge(Unit *u, Unit *other) { in unit_merge() 1205 Unit *other; in unit_merge_by_name() local 1591 Unit *other, *found = NULL; in unit_validate_on_failure_job_mode() local [all …]
|
D | job.c | 179 static void job_merge_into_installed(Job *j, Job *other) { in job_merge_into_installed() 457 Unit *other; in job_is_runnable() local 914 Unit *other; in job_fail_dependencies() local 931 Unit *u, *other; in job_finish_and_invalidate() local 1369 Unit *other; in job_may_gc() local 1447 Unit *other = NULL; in job_get_before() local 1491 Unit *other = NULL; in job_get_after() local
|
D | unit-serialize.c | 741 Unit *other; in unit_dump() local 793 Unit *other; in unit_dump() local
|
D | transaction.c | 73 static void transaction_merge_and_delete_job(Transaction *tr, Job *j, Job *other, JobType t) { in transaction_merge_and_delete_job() 857 Job *other = j->object_list->matters ? j->object_list->subject : NULL; in transaction_unlink_job() local
|
D | timer.c | 752 static void timer_trigger_notify(Unit *u, Unit *other) { in timer_trigger_notify()
|
D | path.c | 773 static void path_trigger_notify(Unit *u, Unit *other) { in path_trigger_notify()
|
D | automount.c | 513 static void automount_trigger_notify(Unit *u, Unit *other) { in automount_trigger_notify()
|
D | device.c | 498 Unit *other; in device_upgrade_mount_deps() local
|
D | socket.c | 2325 Unit *other; in socket_enter_running() local 3267 static void socket_trigger_notify(Unit *u, Unit *other) { in socket_trigger_notify()
|
D | dbus-unit.c | 158 Unit *u = userdata, *other; in property_get_dependencies() local 2315 const char *other; in bus_unit_set_transient_property() local
|
D | unit.h | 1070 #define _UNIT_FOREACH_DEPENDENCY(other, u, ma, data) \ argument 1105 #define UNIT_FOREACH_DEPENDENCY(other, u, match_atom) \ argument
|
/systemd-251/src/basic/ |
D | hashmap.h | 230 #define hashmap_merge(h, other) _hashmap_merge(PLAIN_HASHMAP(h), PLAIN_HASHMAP(other)) argument 231 #define ordered_hashmap_merge(h, other) hashmap_merge(h, other) argument 243 static inline int hashmap_move(Hashmap *h, Hashmap *other) { in hashmap_move() 246 static inline int ordered_hashmap_move(OrderedHashmap *h, OrderedHashmap *other) { in ordered_hashmap_move() 251 static inline int hashmap_move_one(Hashmap *h, Hashmap *other, const void *key) { in hashmap_move_one() 254 static inline int ordered_hashmap_move_one(OrderedHashmap *h, OrderedHashmap *other, const void *ke… in ordered_hashmap_move_one()
|
D | set.h | 60 static inline int set_move(Set *s, Set *other) { in set_move() 64 static inline int set_move_one(Set *s, Set *other, const void *key) { in set_move_one()
|
D | hashmap.c | 1596 int _hashmap_merge(Hashmap *h, Hashmap *other) { in _hashmap_merge() 1614 int set_merge(Set *s, Set *other) { in set_merge() 1650 int _hashmap_move(HashmapBase *h, HashmapBase *other) { in _hashmap_move() 1695 int _hashmap_move_one(HashmapBase *h, HashmapBase *other, const void *key) { in _hashmap_move_one()
|
D | virt.c | 430 bool other = false; in detect_vm() local
|
/systemd-251/src/test/ |
D | test-engine.c | 254 Unit *other; in main() local
|
/systemd-251/test/ |
D | sd-script.py | 100 def __cmp__(self, other): argument
|
/systemd-251/src/backlight/ |
D | backlight.c | 134 sd_device *parent, *other; in validate_device() local
|
/systemd-251/src/sysv-generator/ |
D | sysv-generator.c | 632 SysvStub *other; in fix_order() local
|
/systemd-251/src/libsystemd-network/ |
D | sd-radv.c | 549 int sd_radv_set_other_information(sd_radv *ra, int other) { in sd_radv_set_other_information()
|
/systemd-251/src/shared/ |
D | ethtool-util.h | 127 u32_opt other; member
|
D | seccomp-util.c | 972 const SyscallFilterSet *other; in seccomp_add_syscall_filter_item() local
|
D | condition.c | 706 struct stat usr, other; in condition_test_needs_update() local
|
/systemd-251/src/home/ |
D | homed-manager-bus.c | 310 Home *other; in validate_and_allocate_home() local
|
D | homed-manager.c | 580 Home *other; in manager_acquire_uid() local
|