Searched refs:UnitFileScope (Results 1 - 6 of 6) sorted by relevance

/systemd/src/shared/
H A Dinstall.h22 typedef enum UnitFileScope UnitFileScope; typedef in typeref:enum:UnitFileScope
39 enum UnitFileScope { enum
126 int unit_file_enable(UnitFileScope scope, bool runtime, const char *root_dir, char **files, bool force, UnitFileChange **changes, unsigned *n_changes);
127 int unit_file_disable(UnitFileScope scope, bool runtime, const char *root_dir, char **files, UnitFileChange **changes, unsigned *n_changes);
128 int unit_file_reenable(UnitFileScope scope, bool runtime, const char *root_dir, char **files, bool force, UnitFileChange **changes, unsigned *n_changes);
129 int unit_file_link(UnitFileScope scope, bool runtime, const char *root_dir, char **files, bool force, UnitFileChange **changes, unsigned *n_changes);
130 int unit_file_preset(UnitFileScope scope, bool runtime, const char *root_dir, char **files, UnitFilePresetMode mode, bool force, UnitFileChange **changes, unsigned *n_changes);
131 int unit_file_preset_all(UnitFileScope scope, bool runtime, const char *root_dir, UnitFilePresetMode mode, bool force, UnitFileChange **changes, unsigned *n_changes);
132 int unit_file_mask(UnitFileScope scop
[all...]
H A Dpath-lookup.h56 UnitFileScope scope,
H A Dinstall.c85 static int get_config_path(UnitFileScope scope, bool runtime, const char *root_dir, char **ret) {
144 static bool is_config_path(UnitFileScope scope, const char *path) {
189 static int verify_root_dir(UnitFileScope scope, const char **root_dir) {
647 UnitFileScope scope,
1144 UnitFileScope scope,
1223 UnitFileScope scope,
1398 UnitFileScope scope,
1450 UnitFileScope scope,
1495 UnitFileScope scope,
1541 UnitFileScope scop
[all...]
H A Dpath-lookup.c428 UnitFileScope scope,
/systemd/src/core/
H A Ddbus-manager.c1501 UnitFileScope scope;
1529 UnitFileScope scope;
1620 int (*call)(UnitFileScope scope, bool runtime, const char *root_dir, char *files[], bool force, UnitFileChange **changes, unsigned *n_changes),
1627 UnitFileScope scope;
1670 static int unit_file_preset_without_mode(UnitFileScope scope, bool runtime, const char *root_dir, char **files, bool force, UnitFileChange **changes, unsigned *n_changes) {
1689 UnitFileScope scope;
1731 int (*call)(UnitFileScope scope, bool runtime, const char *root_dir, char *files[], UnitFileChange **changes, unsigned *n_changes),
1737 UnitFileScope scope;
1778 UnitFileScope scope;
1813 UnitFileScope scop
[all...]
/systemd/src/systemctl/
H A Dsystemctl.c99 static UnitFileScope arg_scope = UNIT_FILE_SYSTEM;

Completed in 44 milliseconds