Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 31) sorted by relevance

12

/systemd-251/src/core/
Dunit.c379 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 …]
Djob.c179 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
Dunit-serialize.c741 Unit *other; in unit_dump() local
793 Unit *other; in unit_dump() local
Dtransaction.c73 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
Dtimer.c752 static void timer_trigger_notify(Unit *u, Unit *other) { in timer_trigger_notify()
Dpath.c773 static void path_trigger_notify(Unit *u, Unit *other) { in path_trigger_notify()
Dautomount.c513 static void automount_trigger_notify(Unit *u, Unit *other) { in automount_trigger_notify()
Ddevice.c498 Unit *other; in device_upgrade_mount_deps() local
Dsocket.c2325 Unit *other; in socket_enter_running() local
3267 static void socket_trigger_notify(Unit *u, Unit *other) { in socket_trigger_notify()
Ddbus-unit.c158 Unit *u = userdata, *other; in property_get_dependencies() local
2315 const char *other; in bus_unit_set_transient_property() local
Dunit.h1070 #define _UNIT_FOREACH_DEPENDENCY(other, u, ma, data) \ argument
1105 #define UNIT_FOREACH_DEPENDENCY(other, u, match_atom) \ argument
/systemd-251/src/basic/
Dhashmap.h230 #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()
Dset.h60 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()
Dhashmap.c1596 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()
Dvirt.c430 bool other = false; in detect_vm() local
/systemd-251/src/test/
Dtest-engine.c254 Unit *other; in main() local
/systemd-251/test/
Dsd-script.py100 def __cmp__(self, other): argument
/systemd-251/src/backlight/
Dbacklight.c134 sd_device *parent, *other; in validate_device() local
/systemd-251/src/sysv-generator/
Dsysv-generator.c632 SysvStub *other; in fix_order() local
/systemd-251/src/libsystemd-network/
Dsd-radv.c549 int sd_radv_set_other_information(sd_radv *ra, int other) { in sd_radv_set_other_information()
/systemd-251/src/shared/
Dethtool-util.h127 u32_opt other; member
Dseccomp-util.c972 const SyscallFilterSet *other; in seccomp_add_syscall_filter_item() local
Dcondition.c706 struct stat usr, other; in condition_test_needs_update() local
/systemd-251/src/home/
Dhomed-manager-bus.c310 Home *other; in validate_and_allocate_home() local
Dhomed-manager.c580 Home *other; in manager_acquire_uid() local

12