Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dpath-lookup.c247 assert(IN_SET(scope, LOOKUP_SCOPE_SYSTEM, LOOKUP_SCOPE_USER, LOOKUP_SCOPE_GLOBAL)); in acquire_generator_dirs()
249 if (scope == LOOKUP_SCOPE_GLOBAL) in acquire_generator_dirs()
298 assert(IN_SET(scope, LOOKUP_SCOPE_SYSTEM, LOOKUP_SCOPE_USER, LOOKUP_SCOPE_GLOBAL)); in acquire_transient_dir()
300 if (scope == LOOKUP_SCOPE_GLOBAL) in acquire_transient_dir()
330 case LOOKUP_SCOPE_GLOBAL: in acquire_config_dirs()
409 case LOOKUP_SCOPE_GLOBAL: in acquire_control_dirs()
564 … r = acquire_config_dirs(LOOKUP_SCOPE_GLOBAL, &global_persistent_config, &global_runtime_config); in lookup_paths_init()
632 case LOOKUP_SCOPE_GLOBAL: in lookup_paths_init()
815 case LOOKUP_SCOPE_GLOBAL: in generator_binary_paths()
Dpath-lookup.h17 LOOKUP_SCOPE_GLOBAL, enumerator
/systemd-251/src/shared/
Dspecifier.c324 if (scope == LOOKUP_SCOPE_GLOBAL) in specifier_group_name()
341 if (scope == LOOKUP_SCOPE_GLOBAL) in specifier_group_id()
359 if (scope == LOOKUP_SCOPE_GLOBAL) in specifier_user_name()
385 if (scope == LOOKUP_SCOPE_GLOBAL) in specifier_user_id()
Dinstall.c3131 else if (IN_SET(scope, LOOKUP_SCOPE_GLOBAL, LOOKUP_SCOPE_USER)) in presets_find_config()
/systemd-251/src/test/
Dtest-path-lookup.c39 test_paths_one(LOOKUP_SCOPE_GLOBAL); in TEST()
51 assert_se(lookup_paths_init(&lp_global, LOOKUP_SCOPE_GLOBAL, 0, NULL) == 0); in TEST()
Dtest-load-fragment.c575 expect(LOOKUP_SCOPE_GLOBAL, i2, "%g", NULL);
576 expect(LOOKUP_SCOPE_GLOBAL, i2, "%G", NULL);
577 expect(LOOKUP_SCOPE_GLOBAL, i2, "%u", NULL);
578 expect(LOOKUP_SCOPE_GLOBAL, i2, "%U", NULL);
/systemd-251/src/analyze/
Danalyze.c362 arg_scope = LOOKUP_SCOPE_GLOBAL; in parse_argv()
503 if (arg_scope == LOOKUP_SCOPE_GLOBAL && in parse_argv()
/systemd-251/src/systemctl/
Dsystemctl-start-special.c252 arg_scope == LOOKUP_SCOPE_GLOBAL ? "--global" : "--user"); in verb_start_system_special()
Dsystemctl-edit.c409 arg_scope == LOOKUP_SCOPE_GLOBAL ? " --global" : in find_paths_to_edit()
Dsystemctl-util.c817 if (arg_scope == LOOKUP_SCOPE_GLOBAL) in install_client_side()
Dsystemctl.c627 arg_scope = LOOKUP_SCOPE_GLOBAL; in systemctl_parse_argv()