Home
last modified time | relevance | path

Searched refs:GENERIC_UNIT_VALIDATE_LOADED (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/core/
Ddbus-manager.c740GENERIC_UNIT_VALIDATE_LOADED = 1 << 1, /* Verify unit is properly loaded before forwarding call */ enumerator
771 if (FLAGS_SET(flags, GENERIC_UNIT_VALIDATE_LOADED)) { in method_generic_unit_operation()
816 …n(message, userdata, error, bus_unit_method_clean, GENERIC_UNIT_LOAD|GENERIC_UNIT_VALIDATE_LOADED); in method_clean_unit()
835 …, userdata, error, bus_unit_method_set_properties, GENERIC_UNIT_LOAD|GENERIC_UNIT_VALIDATE_LOADED); in method_set_unit_properties()
840 …t_operation(message, userdata, error, bus_service_method_bind_mount, GENERIC_UNIT_VALIDATE_LOADED); in method_bind_mount_unit()
845 …_operation(message, userdata, error, bus_service_method_mount_image, GENERIC_UNIT_VALIDATE_LOADED); in method_mount_image_unit()
850 …ion(message, userdata, error, bus_unit_method_ref, GENERIC_UNIT_LOAD|GENERIC_UNIT_VALIDATE_LOADED); in method_ref_unit()
942 …peration(message, userdata, error, bus_unit_method_attach_processes, GENERIC_UNIT_VALIDATE_LOADED); in method_attach_processes_to_unit()