Searched refs:GENERIC_UNIT_LOAD (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/core/ |
D | dbus-manager.c | 739 GENERIC_UNIT_LOAD = 1 << 0, /* Load if the unit is not loaded yet */ enumerator 764 if (!isempty(name) && FLAGS_SET(flags, GENERIC_UNIT_LOAD)) in method_generic_unit_operation() 782 …d_generic_unit_operation(message, userdata, error, bus_unit_method_enqueue_job, GENERIC_UNIT_LOAD); in method_enqueue_unit_job() 816 …ric_unit_operation(message, userdata, error, bus_unit_method_clean, GENERIC_UNIT_LOAD|GENERIC_UNIT… in method_clean_unit() 835 …operation(message, userdata, error, bus_unit_method_set_properties, GENERIC_UNIT_LOAD|GENERIC_UNIT… in method_set_unit_properties() 850 …neric_unit_operation(message, userdata, error, bus_unit_method_ref, GENERIC_UNIT_LOAD|GENERIC_UNIT… in method_ref_unit()
|